diff --git a/master/abi/json-abi-format.html b/master/abi/json-abi-format.html index 7af61ade..f74e7e38 100644 --- a/master/abi/json-abi-format.html +++ b/master/abi/json-abi-format.html @@ -185,6 +185,7 @@

JSON ABI Spec
  • "typeId": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component.
  • "typeArguments": an array of the type arguments used when applying the type of the component, if the type is generic, otherwise nonexistent. Each type argument is a type application represented as a JSON object that contains the following properties: diff --git a/master/print.html b/master/print.html index 9eb85889..d027a34d 100644 --- a/master/print.html +++ b/master/print.html @@ -1437,6 +1437,7 @@

    JSON ABI Spec
  • "typeId": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component.
  • "typeArguments": an array of the type arguments used when applying the type of the component, if the type is generic, otherwise nonexistent. Each type argument is a type application represented as a JSON object that contains the following properties:
      +
    • "name": the name of the type argument.
    • "typeId": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component.
    • "typeArguments": an array of the type arguments used when applying the type of the type argument, if the type is generic, otherwise nonexistent. The format of the elements of this array recursively follows the rules described in this section.
    diff --git a/master/searchindex.js b/master/searchindex.js index 6a5a0692..b0642a1c 100644 --- a/master/searchindex.js +++ b/master/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["index.html#fuel-specifications","index.html#protocol","index.html#fuelvm","index.html#network-specific","index.html#testing","tx-format/index.html#transaction-format","tx-format/consensus_parameters.html#consensus-parameters","tx-format/transaction.html#transaction","tx-format/transaction.html#transactionscript","tx-format/transaction.html#transactioncreate","tx-format/transaction.html#transactionmint","tx-format/transaction.html#transactionupgrade","tx-format/transaction.html#transactionupload","tx-format/transaction.html#transactionblob","tx-format/upgrade_purpose.html#upgradepurposetype","tx-format/upgrade_purpose.html#consensusparameters","tx-format/upgrade_purpose.html#statetransition","tx-format/policy.html#policy","tx-format/policy.html#tip","tx-format/policy.html#witnesslimit","tx-format/policy.html#maturity","tx-format/policy.html#expiration","tx-format/policy.html#maxfee","tx-format/input.html#input","tx-format/input.html#inputcoin","tx-format/input.html#inputcontract","tx-format/input.html#inputmessage","tx-format/output.html#output","tx-format/output.html#outputcoin","tx-format/output.html#outputcontract","tx-format/output.html#outputchange","tx-format/output.html#outputvariable","tx-format/output.html#outputcontractcreated","tx-format/witness.html#witness","tx-format/tx-pointer.html#txpointer","identifiers/index.html#identifiers","identifiers/asset.html#asset-id","identifiers/blob-id.html#blob-id","identifiers/contract-id.html#contract-id","identifiers/predicate-id.html#predicate-id","identifiers/transaction-id.html#transaction-id","identifiers/utxo-id.html#utxo-id","identifiers/utxo-id.html#coin-id","identifiers/utxo-id.html#message-id","identifiers/utxo-id.html#message-nonce","identifiers/utxo-id.html#fee-id","protocol/index.html#protocol","protocol/tx-validity.html#transaction-validity","protocol/tx-validity.html#transaction-life-cycle","protocol/tx-validity.html#access-lists","protocol/tx-validity.html#vm-precondition-validity-rules","protocol/tx-validity.html#base-sanity-checks","protocol/tx-validity.html#spending-utxos-and-created-contracts","protocol/tx-validity.html#sufficient-balance","protocol/tx-validity.html#valid-signatures","protocol/tx-validity.html#predicate-verification","protocol/tx-validity.html#script-execution","protocol/tx-validity.html#fees","protocol/tx-validity.html#vm-postcondition-validity-rules","protocol/tx-validity.html#correct-change","protocol/tx-validity.html#state-changes","protocol/tx-validity.html#coinbase-transaction","protocol/cryptographic-primitives.html#cryptographic-primitives","protocol/cryptographic-primitives.html#hashing","protocol/cryptographic-primitives.html#hashdigest","protocol/cryptographic-primitives.html#merkle-trees","protocol/cryptographic-primitives.html#binary-merkle-tree","protocol/cryptographic-primitives.html#sparse-merkle-tree","protocol/cryptographic-primitives.html#ecdsa-public-key-cryptography","protocol/cryptographic-primitives.html#eddsa-public-key-cryptography","protocol/storage-initialization.html#json-format-for-contract-storage-initializers","protocol/block-header.html#block-header","protocol/block-header.html#application-header","protocol/relayer.html#layer-1-relayerbridge-protocol","protocol/relayer.html#fuel-message-outbox","protocol/relayer.html#fuel-event-inbox","protocol/relayer.html#messages","protocol/relayer.html#transactions","protocol/relayer.html#ordering","abi/index.html#application-binary-interface-abi","abi/json-abi-format.html#json-abi-format","abi/json-abi-format.html#spec-version","abi/json-abi-format.html#notation","abi/json-abi-format.html#json-abi-spec","abi/json-abi-format.html#attributes-semantics","abi/json-abi-format.html#a-simple-example","abi/json-abi-format.html#json-abi-format-for-each-possible-metadata-type-declaration","abi/json-abi-format.html#struct","abi/json-abi-format.html#enum","abi/json-abi-format.html#array","abi/json-abi-format.html#tuple","abi/json-abi-format.html#generic-type-parameter","abi/json-abi-format.html#some-complex-examples","abi/json-abi-format.html#an-example-with-non-generic-custom-types","abi/json-abi-format.html#an-example-with-generic-types","abi/json-abi-format.html#an-example-with-logs","abi/receipts.html#receipts","abi/receipts.html#panic-receipt","abi/receipts.html#return-receipt","abi/receipts.html#call-receipt","abi/receipts.html#log-receipt","abi/receipts.html#mint-receipt","abi/receipts.html#burn-receipt","abi/receipts.html#logdata-receipt","abi/receipts.html#returndata-receipt","abi/receipts.html#revert-receipt","abi/receipts.html#transfer-receipt","abi/receipts.html#transferout-receipt","abi/receipts.html#scriptresult-receipt","abi/receipts.html#messageout-receipt","abi/fn-selector-encoding.html#function-selector-encoding","abi/fn-selector-encoding.html#function-signature","abi/fn-selector-encoding.html#a-complex-example","abi/argument-encoding.html#argument-encoding","abi/argument-encoding.html#version-0","abi/argument-encoding.html#types","abi/argument-encoding.html#unsigned-integers","abi/argument-encoding.html#boolean","abi/argument-encoding.html#b256","abi/argument-encoding.html#address","abi/argument-encoding.html#array","abi/argument-encoding.html#fixed-length-strings","abi/argument-encoding.html#structs","abi/argument-encoding.html#enums-sum-types","abi/argument-encoding.html#vectors","abi/argument-encoding.html#tuples","abi/argument-encoding.html#version-1","abi/argument-encoding.html#primitive-types","abi/argument-encoding.html#arrays","abi/argument-encoding.html#strings","abi/argument-encoding.html#slices","abi/argument-encoding.html#tuple","abi/argument-encoding.html#structs-v1","abi/argument-encoding.html#enums","abi/argument-encoding.html#data-structures","abi/hash-based-ids.html#hash-based-ids","abi/hash-based-ids.html#generation","abi/hash-based-ids.html#string-representation-of-types","abi/hash-based-ids.html#intrinsics","abi/hash-based-ids.html#string-arrays","abi/hash-based-ids.html#string-slices","abi/hash-based-ids.html#arrays","abi/hash-based-ids.html#tuples","abi/hash-based-ids.html#enums","abi/hash-based-ids.html#structs","abi/hash-based-ids.html#generic-type-parameter","abi/hash-based-ids.html#complex-examples-composition","fuel-vm/index.html#fuel-vm-specification","fuel-vm/index.html#introduction","fuel-vm/index.html#parameters","fuel-vm/index.html#semantics","fuel-vm/index.html#flags","fuel-vm/index.html#instruction-set","fuel-vm/index.html#vm-initialization","fuel-vm/index.html#contexts","fuel-vm/index.html#predicate-estimation-and-verification","fuel-vm/index.html#script-execution","fuel-vm/index.html#call","fuel-vm/index.html#call-frames","fuel-vm/index.html#access-rights","fuel-vm/index.html#ownership","fuel-vm/index.html#executability","fuel-vm/instruction-set.html#fuelvm-instruction-set","fuel-vm/instruction-set.html#reading-guide","fuel-vm/instruction-set.html#panics","fuel-vm/instruction-set.html#receipts","fuel-vm/instruction-set.html#effects","fuel-vm/instruction-set.html#arithmeticlogic-alu-instructions","fuel-vm/instruction-set.html#add-add","fuel-vm/instruction-set.html#addi-add-immediate","fuel-vm/instruction-set.html#and-and","fuel-vm/instruction-set.html#andi-and-immediate","fuel-vm/instruction-set.html#div-divide","fuel-vm/instruction-set.html#divi-divide-immediate","fuel-vm/instruction-set.html#eq-equals","fuel-vm/instruction-set.html#exp-exponentiate","fuel-vm/instruction-set.html#expi-exponentiate-immediate","fuel-vm/instruction-set.html#gt-greater-than","fuel-vm/instruction-set.html#lt-less-than","fuel-vm/instruction-set.html#mlog-math-logarithm","fuel-vm/instruction-set.html#mod-modulus","fuel-vm/instruction-set.html#modi-modulus-immediate","fuel-vm/instruction-set.html#move-move","fuel-vm/instruction-set.html#movi-move-immediate","fuel-vm/instruction-set.html#mroo-math-root","fuel-vm/instruction-set.html#mul-multiply","fuel-vm/instruction-set.html#muli-multiply-immediate","fuel-vm/instruction-set.html#mldv-fused-multiply-divide","fuel-vm/instruction-set.html#noop-no-operation","fuel-vm/instruction-set.html#not-invert","fuel-vm/instruction-set.html#or-or","fuel-vm/instruction-set.html#ori-or-immediate","fuel-vm/instruction-set.html#sll-shift-left-logical","fuel-vm/instruction-set.html#slli-shift-left-logical-immediate","fuel-vm/instruction-set.html#srl-shift-right-logical","fuel-vm/instruction-set.html#srli-shift-right-logical-immediate","fuel-vm/instruction-set.html#sub-subtract","fuel-vm/instruction-set.html#subi-subtract-immediate","fuel-vm/instruction-set.html#wdcm-128-bit-integer-comparison","fuel-vm/instruction-set.html#wqcm-256-bit-integer-comparison","fuel-vm/instruction-set.html#wdop-misc-128-bit-integer-operations","fuel-vm/instruction-set.html#wqop-misc-256-bit-integer-operations","fuel-vm/instruction-set.html#wdml-multiply-128-bit-integers","fuel-vm/instruction-set.html#wqml-multiply-256-bit-integers","fuel-vm/instruction-set.html#wddv-128-bit-integer-division","fuel-vm/instruction-set.html#wqdv-256-bit-integer-division","fuel-vm/instruction-set.html#wdmd-128-bit-integer-fused-multiply-divide","fuel-vm/instruction-set.html#wqmd-256-bit-integer-fused-multiply-divide","fuel-vm/instruction-set.html#wdam-modular-128-bit-integer-addition","fuel-vm/instruction-set.html#wqam-modular-256-bit-integer-addition","fuel-vm/instruction-set.html#wdmm-modular-128-bit-integer-multiplication","fuel-vm/instruction-set.html#wqmm-modular-256-bit-integer-multiplication","fuel-vm/instruction-set.html#xor-xor","fuel-vm/instruction-set.html#xori-xor-immediate","fuel-vm/instruction-set.html#control-flow-instructions","fuel-vm/instruction-set.html#jmp-jump","fuel-vm/instruction-set.html#ji-jump-immediate","fuel-vm/instruction-set.html#jne-jump-if-not-equal","fuel-vm/instruction-set.html#jnei-jump-if-not-equal-immediate","fuel-vm/instruction-set.html#jnzi-jump-if-not-zero-immediate","fuel-vm/instruction-set.html#jmpb-jump-relative-backwards","fuel-vm/instruction-set.html#jmpf-jump-relative-forwards","fuel-vm/instruction-set.html#jnzb-jump-if-not-zero-relative-backwards","fuel-vm/instruction-set.html#jnzf-jump-if-not-zero-relative-forwards","fuel-vm/instruction-set.html#jneb-jump-if-not-equal-relative-backwards","fuel-vm/instruction-set.html#jnef-jump-if-not-equal-relative-forwards","fuel-vm/instruction-set.html#ret-return-from-context","fuel-vm/instruction-set.html#memory-instructions","fuel-vm/instruction-set.html#aloc-allocate-memory","fuel-vm/instruction-set.html#cfe-extend-call-frame","fuel-vm/instruction-set.html#cfei-extend-call-frame-immediate","fuel-vm/instruction-set.html#cfs-shrink-call-frame","fuel-vm/instruction-set.html#cfsi-shrink-call-frame-immediate","fuel-vm/instruction-set.html#lb-load-byte","fuel-vm/instruction-set.html#lw-load-word","fuel-vm/instruction-set.html#mcl-memory-clear","fuel-vm/instruction-set.html#mcli-memory-clear-immediate","fuel-vm/instruction-set.html#mcp-memory-copy","fuel-vm/instruction-set.html#mcpi-memory-copy-immediate","fuel-vm/instruction-set.html#meq-memory-equality","fuel-vm/instruction-set.html#pshh-push-a-set-of-high-registers-to-stack","fuel-vm/instruction-set.html#pshl-push-a-set-of-low-registers-to-stack","fuel-vm/instruction-set.html#poph-pop-a-set-of-high-registers-from-stack","fuel-vm/instruction-set.html#popl-pop-a-set-of-low-registers-from-stack","fuel-vm/instruction-set.html#sb-store-byte","fuel-vm/instruction-set.html#sw-store-word","fuel-vm/instruction-set.html#contract-instructions","fuel-vm/instruction-set.html#bal-balance-of-contract-id","fuel-vm/instruction-set.html#bhei-block-height","fuel-vm/instruction-set.html#bhsh-block-hash","fuel-vm/instruction-set.html#burn-burn-existing-coins","fuel-vm/instruction-set.html#call-call-contract","fuel-vm/instruction-set.html#cb-coinbase-contract-id","fuel-vm/instruction-set.html#ccp-code-copy","fuel-vm/instruction-set.html#croo-code-merkle-root","fuel-vm/instruction-set.html#csiz-code-size","fuel-vm/instruction-set.html#ldc-load-code-from-an-external-contract-blob-or-memory","fuel-vm/instruction-set.html#log-log-event","fuel-vm/instruction-set.html#logd-log-data-event","fuel-vm/instruction-set.html#mint-mint-new-coins","fuel-vm/instruction-set.html#retd-return-from-context-with-data","fuel-vm/instruction-set.html#rvrt-revert","fuel-vm/instruction-set.html#smo-send-message-out","fuel-vm/instruction-set.html#scwq-state-clear-sequential-32-byte-slots","fuel-vm/instruction-set.html#srw-state-read-word","fuel-vm/instruction-set.html#srwq-state-read-sequential-32-byte-slots","fuel-vm/instruction-set.html#sww-state-write-word","fuel-vm/instruction-set.html#swwq-state-write-sequential-32-byte-slots","fuel-vm/instruction-set.html#time-timestamp-at-height","fuel-vm/instruction-set.html#tr-transfer-coins-to-contract","fuel-vm/instruction-set.html#tro-transfer-coins-to-output","fuel-vm/instruction-set.html#blob-instructions","fuel-vm/instruction-set.html#bsiz-blob-size","fuel-vm/instruction-set.html#bldd-load-data-from-a-blob","fuel-vm/instruction-set.html#cryptographic-instructions","fuel-vm/instruction-set.html#eck1-secp256k1-signature-recovery","fuel-vm/instruction-set.html#ecr1-secp256r1-signature-recovery","fuel-vm/instruction-set.html#ed19-eddsa-curve25519-verification","fuel-vm/instruction-set.html#k256-keccak-256","fuel-vm/instruction-set.html#s256-sha-2-256","fuel-vm/instruction-set.html#other-instructions","fuel-vm/instruction-set.html#ecal-call-external-function","fuel-vm/instruction-set.html#flag-set-flags","fuel-vm/instruction-set.html#gm-get-metadata","fuel-vm/instruction-set.html#gtf-get-transaction-fields","networks/index.html#networks","networks/poa.html#poa-network","networks/poa.html#consensus-header","tests/index.html#testing","tests/sparse-merkle-tree-tests.html#sparse-merkle-tree-test-specifications","tests/sparse-merkle-tree-tests.html#version","tests/sparse-merkle-tree-tests.html#abstract","tests/sparse-merkle-tree-tests.html#root-signature-tests","tests/sparse-merkle-tree-tests.html#test-empty-root","tests/sparse-merkle-tree-tests.html#test-update-1","tests/sparse-merkle-tree-tests.html#test-update-2","tests/sparse-merkle-tree-tests.html#test-update-3","tests/sparse-merkle-tree-tests.html#test-update-5","tests/sparse-merkle-tree-tests.html#test-update-10","tests/sparse-merkle-tree-tests.html#test-update-100","tests/sparse-merkle-tree-tests.html#test-update-with-repeated-inputs","tests/sparse-merkle-tree-tests.html#test-update-overwrite-key","tests/sparse-merkle-tree-tests.html#test-update-union","tests/sparse-merkle-tree-tests.html#test-update-sparse-union","tests/sparse-merkle-tree-tests.html#test-update-with-empty-data","tests/sparse-merkle-tree-tests.html#test-update-with-empty-data-performs-delete","tests/sparse-merkle-tree-tests.html#test-update-1-delete-1","tests/sparse-merkle-tree-tests.html#test-update-2-delete-1","tests/sparse-merkle-tree-tests.html#test-update-10-delete-5","tests/sparse-merkle-tree-tests.html#test-delete-non-existent-key","tests/sparse-merkle-tree-tests.html#test-interleaved-update-delete","tests/sparse-merkle-tree-tests.html#test-delete-sparse-union"],"index":{"documentStore":{"docInfo":{"0":{"body":24,"breadcrumbs":4,"title":2},"1":{"body":55,"breadcrumbs":3,"title":1},"10":{"body":78,"breadcrumbs":4,"title":1},"100":{"body":97,"breadcrumbs":7,"title":2},"101":{"body":71,"breadcrumbs":7,"title":2},"102":{"body":71,"breadcrumbs":7,"title":2},"103":{"body":121,"breadcrumbs":7,"title":2},"104":{"body":95,"breadcrumbs":7,"title":2},"105":{"body":58,"breadcrumbs":7,"title":2},"106":{"body":84,"breadcrumbs":7,"title":2},"107":{"body":83,"breadcrumbs":7,"title":2},"108":{"body":33,"breadcrumbs":7,"title":2},"109":{"body":98,"breadcrumbs":7,"title":2},"11":{"body":251,"breadcrumbs":4,"title":1},"110":{"body":50,"breadcrumbs":10,"title":3},"111":{"body":142,"breadcrumbs":9,"title":2},"112":{"body":41,"breadcrumbs":9,"title":2},"113":{"body":0,"breadcrumbs":8,"title":2},"114":{"body":17,"breadcrumbs":8,"title":2},"115":{"body":64,"breadcrumbs":7,"title":1},"116":{"body":79,"breadcrumbs":8,"title":2},"117":{"body":23,"breadcrumbs":7,"title":1},"118":{"body":21,"breadcrumbs":7,"title":1},"119":{"body":16,"breadcrumbs":7,"title":1},"12":{"body":205,"breadcrumbs":4,"title":1},"120":{"body":79,"breadcrumbs":7,"title":1},"121":{"body":49,"breadcrumbs":9,"title":3},"122":{"body":118,"breadcrumbs":7,"title":1},"123":{"body":146,"breadcrumbs":9,"title":3},"124":{"body":98,"breadcrumbs":7,"title":1},"125":{"body":52,"breadcrumbs":7,"title":1},"126":{"body":46,"breadcrumbs":8,"title":2},"127":{"body":26,"breadcrumbs":8,"title":2},"128":{"body":16,"breadcrumbs":7,"title":1},"129":{"body":38,"breadcrumbs":7,"title":1},"13":{"body":122,"breadcrumbs":4,"title":1},"130":{"body":39,"breadcrumbs":7,"title":1},"131":{"body":12,"breadcrumbs":7,"title":1},"132":{"body":42,"breadcrumbs":8,"title":2},"133":{"body":54,"breadcrumbs":7,"title":1},"134":{"body":29,"breadcrumbs":8,"title":2},"135":{"body":22,"breadcrumbs":10,"title":3},"136":{"body":27,"breadcrumbs":8,"title":1},"137":{"body":15,"breadcrumbs":10,"title":3},"138":{"body":14,"breadcrumbs":8,"title":1},"139":{"body":11,"breadcrumbs":9,"title":2},"14":{"body":27,"breadcrumbs":4,"title":1},"140":{"body":3,"breadcrumbs":9,"title":2},"141":{"body":9,"breadcrumbs":8,"title":1},"142":{"body":6,"breadcrumbs":8,"title":1},"143":{"body":33,"breadcrumbs":8,"title":1},"144":{"body":33,"breadcrumbs":8,"title":1},"145":{"body":17,"breadcrumbs":10,"title":3},"146":{"body":17,"breadcrumbs":10,"title":3},"147":{"body":18,"breadcrumbs":4,"title":3},"148":{"body":14,"breadcrumbs":2,"title":1},"149":{"body":22,"breadcrumbs":2,"title":1},"15":{"body":37,"breadcrumbs":4,"title":1},"150":{"body":224,"breadcrumbs":2,"title":1},"151":{"body":28,"breadcrumbs":2,"title":1},"152":{"body":8,"breadcrumbs":3,"title":2},"153":{"body":132,"breadcrumbs":3,"title":2},"154":{"body":36,"breadcrumbs":2,"title":1},"155":{"body":126,"breadcrumbs":4,"title":3},"156":{"body":62,"breadcrumbs":3,"title":2},"157":{"body":18,"breadcrumbs":2,"title":1},"158":{"body":147,"breadcrumbs":3,"title":2},"159":{"body":47,"breadcrumbs":3,"title":2},"16":{"body":11,"breadcrumbs":4,"title":1},"160":{"body":52,"breadcrumbs":2,"title":1},"161":{"body":20,"breadcrumbs":2,"title":1},"162":{"body":439,"breadcrumbs":6,"title":3},"163":{"body":89,"breadcrumbs":5,"title":2},"164":{"body":89,"breadcrumbs":4,"title":1},"165":{"body":17,"breadcrumbs":4,"title":1},"166":{"body":59,"breadcrumbs":4,"title":1},"167":{"body":52,"breadcrumbs":6,"title":3},"168":{"body":28,"breadcrumbs":5,"title":2},"169":{"body":28,"breadcrumbs":6,"title":3},"17":{"body":30,"breadcrumbs":4,"title":1},"170":{"body":25,"breadcrumbs":3,"title":0},"171":{"body":35,"breadcrumbs":5,"title":2},"172":{"body":34,"breadcrumbs":5,"title":2},"173":{"body":34,"breadcrumbs":6,"title":3},"174":{"body":26,"breadcrumbs":5,"title":2},"175":{"body":39,"breadcrumbs":5,"title":2},"176":{"body":39,"breadcrumbs":6,"title":3},"177":{"body":26,"breadcrumbs":5,"title":2},"178":{"body":26,"breadcrumbs":5,"title":2},"179":{"body":44,"breadcrumbs":6,"title":3},"18":{"body":14,"breadcrumbs":4,"title":1},"180":{"body":35,"breadcrumbs":5,"title":2},"181":{"body":35,"breadcrumbs":6,"title":3},"182":{"body":23,"breadcrumbs":5,"title":2},"183":{"body":22,"breadcrumbs":6,"title":3},"184":{"body":35,"breadcrumbs":6,"title":3},"185":{"body":28,"breadcrumbs":5,"title":2},"186":{"body":28,"breadcrumbs":6,"title":3},"187":{"body":63,"breadcrumbs":7,"title":4},"188":{"body":11,"breadcrumbs":5,"title":2},"189":{"body":20,"breadcrumbs":4,"title":1},"19":{"body":22,"breadcrumbs":4,"title":1},"190":{"body":25,"breadcrumbs":3,"title":0},"191":{"body":35,"breadcrumbs":5,"title":2},"192":{"body":28,"breadcrumbs":7,"title":4},"193":{"body":28,"breadcrumbs":8,"title":5},"194":{"body":28,"breadcrumbs":7,"title":4},"195":{"body":28,"breadcrumbs":8,"title":5},"196":{"body":34,"breadcrumbs":5,"title":2},"197":{"body":34,"breadcrumbs":6,"title":3},"198":{"body":137,"breadcrumbs":8,"title":5},"199":{"body":52,"breadcrumbs":8,"title":5},"2":{"body":13,"breadcrumbs":3,"title":1},"20":{"body":13,"breadcrumbs":4,"title":1},"200":{"body":125,"breadcrumbs":9,"title":6},"201":{"body":59,"breadcrumbs":9,"title":6},"202":{"body":84,"breadcrumbs":8,"title":5},"203":{"body":60,"breadcrumbs":8,"title":5},"204":{"body":82,"breadcrumbs":8,"title":5},"205":{"body":64,"breadcrumbs":8,"title":5},"206":{"body":80,"breadcrumbs":10,"title":7},"207":{"body":80,"breadcrumbs":10,"title":7},"208":{"body":60,"breadcrumbs":9,"title":6},"209":{"body":60,"breadcrumbs":9,"title":6},"21":{"body":12,"breadcrumbs":4,"title":1},"210":{"body":60,"breadcrumbs":9,"title":6},"211":{"body":60,"breadcrumbs":9,"title":6},"212":{"body":26,"breadcrumbs":5,"title":2},"213":{"body":26,"breadcrumbs":6,"title":3},"214":{"body":0,"breadcrumbs":6,"title":3},"215":{"body":22,"breadcrumbs":5,"title":2},"216":{"body":21,"breadcrumbs":6,"title":3},"217":{"body":36,"breadcrumbs":6,"title":3},"218":{"body":35,"breadcrumbs":7,"title":4},"219":{"body":33,"breadcrumbs":7,"title":4},"22":{"body":32,"breadcrumbs":4,"title":1},"220":{"body":27,"breadcrumbs":7,"title":4},"221":{"body":28,"breadcrumbs":7,"title":4},"222":{"body":33,"breadcrumbs":8,"title":5},"223":{"body":34,"breadcrumbs":8,"title":5},"224":{"body":35,"breadcrumbs":8,"title":5},"225":{"body":36,"breadcrumbs":8,"title":5},"226":{"body":136,"breadcrumbs":6,"title":3},"227":{"body":8,"breadcrumbs":5,"title":2},"228":{"body":27,"breadcrumbs":6,"title":3},"229":{"body":26,"breadcrumbs":7,"title":4},"23":{"body":27,"breadcrumbs":4,"title":1},"230":{"body":27,"breadcrumbs":8,"title":5},"231":{"body":26,"breadcrumbs":7,"title":4},"232":{"body":27,"breadcrumbs":8,"title":5},"233":{"body":31,"breadcrumbs":6,"title":3},"234":{"body":33,"breadcrumbs":6,"title":3},"235":{"body":29,"breadcrumbs":6,"title":3},"236":{"body":28,"breadcrumbs":7,"title":4},"237":{"body":43,"breadcrumbs":6,"title":3},"238":{"body":44,"breadcrumbs":7,"title":4},"239":{"body":35,"breadcrumbs":6,"title":3},"24":{"body":121,"breadcrumbs":4,"title":1},"240":{"body":56,"breadcrumbs":9,"title":6},"241":{"body":56,"breadcrumbs":9,"title":6},"242":{"body":66,"breadcrumbs":9,"title":6},"243":{"body":66,"breadcrumbs":9,"title":6},"244":{"body":39,"breadcrumbs":6,"title":3},"245":{"body":40,"breadcrumbs":6,"title":3},"246":{"body":12,"breadcrumbs":5,"title":2},"247":{"body":61,"breadcrumbs":7,"title":4},"248":{"body":18,"breadcrumbs":6,"title":3},"249":{"body":41,"breadcrumbs":6,"title":3},"25":{"body":75,"breadcrumbs":4,"title":1},"250":{"body":114,"breadcrumbs":7,"title":4},"251":{"body":276,"breadcrumbs":6,"title":3},"252":{"body":30,"breadcrumbs":7,"title":4},"253":{"body":75,"breadcrumbs":6,"title":3},"254":{"body":57,"breadcrumbs":7,"title":4},"255":{"body":39,"breadcrumbs":6,"title":3},"256":{"body":151,"breadcrumbs":10,"title":7},"257":{"body":70,"breadcrumbs":6,"title":3},"258":{"body":85,"breadcrumbs":7,"title":4},"259":{"body":112,"breadcrumbs":7,"title":4},"26":{"body":146,"breadcrumbs":4,"title":1},"260":{"body":156,"breadcrumbs":7,"title":4},"261":{"body":88,"breadcrumbs":5,"title":2},"262":{"body":166,"breadcrumbs":7,"title":4},"263":{"body":52,"breadcrumbs":10,"title":7},"264":{"body":56,"breadcrumbs":7,"title":4},"265":{"body":77,"breadcrumbs":10,"title":7},"266":{"body":70,"breadcrumbs":7,"title":4},"267":{"body":68,"breadcrumbs":10,"title":7},"268":{"body":34,"breadcrumbs":6,"title":3},"269":{"body":169,"breadcrumbs":7,"title":4},"27":{"body":33,"breadcrumbs":4,"title":1},"270":{"body":169,"breadcrumbs":7,"title":4},"271":{"body":8,"breadcrumbs":5,"title":2},"272":{"body":38,"breadcrumbs":6,"title":3},"273":{"body":53,"breadcrumbs":7,"title":4},"274":{"body":8,"breadcrumbs":5,"title":2},"275":{"body":92,"breadcrumbs":7,"title":4},"276":{"body":92,"breadcrumbs":7,"title":4},"277":{"body":71,"breadcrumbs":7,"title":4},"278":{"body":40,"breadcrumbs":6,"title":3},"279":{"body":41,"breadcrumbs":7,"title":4},"28":{"body":18,"breadcrumbs":4,"title":1},"280":{"body":8,"breadcrumbs":4,"title":1},"281":{"body":84,"breadcrumbs":7,"title":4},"282":{"body":18,"breadcrumbs":6,"title":3},"283":{"body":110,"breadcrumbs":5,"title":2},"284":{"body":320,"breadcrumbs":6,"title":3},"285":{"body":7,"breadcrumbs":2,"title":1},"286":{"body":0,"breadcrumbs":6,"title":2},"287":{"body":57,"breadcrumbs":6,"title":2},"288":{"body":10,"breadcrumbs":2,"title":1},"289":{"body":0,"breadcrumbs":9,"title":5},"29":{"body":73,"breadcrumbs":4,"title":1},"290":{"body":4,"breadcrumbs":5,"title":1},"291":{"body":185,"breadcrumbs":5,"title":1},"292":{"body":74,"breadcrumbs":7,"title":3},"293":{"body":30,"breadcrumbs":7,"title":3},"294":{"body":46,"breadcrumbs":7,"title":3},"295":{"body":61,"breadcrumbs":7,"title":3},"296":{"body":78,"breadcrumbs":7,"title":3},"297":{"body":109,"breadcrumbs":7,"title":3},"298":{"body":50,"breadcrumbs":7,"title":3},"299":{"body":50,"breadcrumbs":7,"title":3},"3":{"body":7,"breadcrumbs":4,"title":2},"30":{"body":71,"breadcrumbs":4,"title":1},"300":{"body":78,"breadcrumbs":8,"title":4},"301":{"body":76,"breadcrumbs":8,"title":4},"302":{"body":108,"breadcrumbs":7,"title":3},"303":{"body":62,"breadcrumbs":8,"title":4},"304":{"body":71,"breadcrumbs":8,"title":4},"305":{"body":100,"breadcrumbs":10,"title":6},"306":{"body":80,"breadcrumbs":9,"title":5},"307":{"body":92,"breadcrumbs":9,"title":5},"308":{"body":89,"breadcrumbs":9,"title":5},"309":{"body":72,"breadcrumbs":9,"title":5},"31":{"body":58,"breadcrumbs":4,"title":1},"310":{"body":166,"breadcrumbs":8,"title":4},"311":{"body":102,"breadcrumbs":8,"title":4},"32":{"body":13,"breadcrumbs":4,"title":1},"33":{"body":13,"breadcrumbs":4,"title":1},"34":{"body":22,"breadcrumbs":5,"title":1},"35":{"body":25,"breadcrumbs":3,"title":1},"36":{"body":14,"breadcrumbs":6,"title":2},"37":{"body":18,"breadcrumbs":6,"title":2},"38":{"body":44,"breadcrumbs":6,"title":2},"39":{"body":35,"breadcrumbs":6,"title":2},"4":{"body":9,"breadcrumbs":3,"title":1},"40":{"body":32,"breadcrumbs":6,"title":2},"41":{"body":0,"breadcrumbs":6,"title":2},"42":{"body":9,"breadcrumbs":6,"title":2},"43":{"body":57,"breadcrumbs":6,"title":2},"44":{"body":27,"breadcrumbs":6,"title":2},"45":{"body":21,"breadcrumbs":6,"title":2},"46":{"body":11,"breadcrumbs":2,"title":1},"47":{"body":32,"breadcrumbs":6,"title":2},"48":{"body":17,"breadcrumbs":7,"title":3},"49":{"body":116,"breadcrumbs":6,"title":2},"5":{"body":25,"breadcrumbs":4,"title":2},"50":{"body":60,"breadcrumbs":8,"title":4},"51":{"body":6,"breadcrumbs":7,"title":3},"52":{"body":46,"breadcrumbs":8,"title":4},"53":{"body":500,"breadcrumbs":6,"title":2},"54":{"body":41,"breadcrumbs":6,"title":2},"55":{"body":9,"breadcrumbs":6,"title":2},"56":{"body":112,"breadcrumbs":6,"title":2},"57":{"body":267,"breadcrumbs":5,"title":1},"58":{"body":22,"breadcrumbs":8,"title":4},"59":{"body":43,"breadcrumbs":6,"title":2},"6":{"body":113,"breadcrumbs":6,"title":2},"60":{"body":11,"breadcrumbs":6,"title":2},"61":{"body":81,"breadcrumbs":6,"title":2},"62":{"body":17,"breadcrumbs":5,"title":2},"63":{"body":12,"breadcrumbs":4,"title":1},"64":{"body":9,"breadcrumbs":4,"title":1},"65":{"body":18,"breadcrumbs":5,"title":2},"66":{"body":211,"breadcrumbs":6,"title":3},"67":{"body":426,"breadcrumbs":6,"title":3},"68":{"body":156,"breadcrumbs":7,"title":4},"69":{"body":92,"breadcrumbs":7,"title":4},"7":{"body":193,"breadcrumbs":4,"title":1},"70":{"body":64,"breadcrumbs":9,"title":5},"71":{"body":0,"breadcrumbs":6,"title":2},"72":{"body":98,"breadcrumbs":6,"title":2},"73":{"body":41,"breadcrumbs":9,"title":4},"74":{"body":9,"breadcrumbs":8,"title":3},"75":{"body":29,"breadcrumbs":8,"title":3},"76":{"body":51,"breadcrumbs":6,"title":1},"77":{"body":74,"breadcrumbs":6,"title":1},"78":{"body":55,"breadcrumbs":6,"title":1},"79":{"body":26,"breadcrumbs":8,"title":4},"8":{"body":152,"breadcrumbs":4,"title":1},"80":{"body":8,"breadcrumbs":10,"title":3},"81":{"body":20,"breadcrumbs":9,"title":2},"82":{"body":141,"breadcrumbs":8,"title":1},"83":{"body":512,"breadcrumbs":10,"title":3},"84":{"body":51,"breadcrumbs":9,"title":2},"85":{"body":67,"breadcrumbs":9,"title":2},"86":{"body":10,"breadcrumbs":15,"title":8},"87":{"body":31,"breadcrumbs":8,"title":1},"88":{"body":31,"breadcrumbs":8,"title":1},"89":{"body":25,"breadcrumbs":8,"title":1},"9":{"body":128,"breadcrumbs":4,"title":1},"90":{"body":28,"breadcrumbs":8,"title":1},"91":{"body":14,"breadcrumbs":10,"title":3},"92":{"body":0,"breadcrumbs":9,"title":2},"93":{"body":158,"breadcrumbs":12,"title":5},"94":{"body":103,"breadcrumbs":10,"title":3},"95":{"body":101,"breadcrumbs":9,"title":2},"96":{"body":91,"breadcrumbs":6,"title":1},"97":{"body":88,"breadcrumbs":7,"title":2},"98":{"body":58,"breadcrumbs":7,"title":2},"99":{"body":134,"breadcrumbs":7,"title":2}},"docs":{"0":{"body":"Fuel: A Secure Decentralized Generalized Massively Scalable Transaction Ledger This book specifies the Fuel protocol, including the Fuel Virtual Machine (short: FuelVM), a blazingly fast verifiable blockchain virtual machine.","breadcrumbs":"Fuel Specifications » Fuel Specifications","id":"0","title":"Fuel Specifications"},"1":{"body":"Transaction Format - The Fuel transaction format. Computing Identifiers - Computing unique IDs for transactions, contracts and UTXOs. Transaction Validity - Defines transaction validity rules. Cryptographic Primitives - Cryptographic primitives used in Fuel. Application Binary Interface (ABI) - Low-level details on interfacing with Fuel bytecode. Storage Slot Initialization - JSON format for contract storage slot initialization. Block Header Format - The Fuel block header format. Relayer/Bridge - The Fuel relayer/bridge protocol.","breadcrumbs":"Fuel Specifications » Protocol","id":"1","title":"Protocol"},"10":{"body":"The transaction is created by the block producer and is not signed. Since it is not usable outside of block creation or execution, all fields must be fully set upon creation without any zeroing. This means that the transaction ID must also include the correct txPointer value, not zeroed out. name type description txPointer TXPointer The location of the Mint transaction in the block. inputContract InputContract The contract UTXO that assets are minted to. outputContract OutputContract The contract UTXO that assets are being minted to. mintAmount uint64 The amount of funds minted. mintAssetId byte[32] The asset IDs corresponding to the minted amount. gasPrice uint64 The gas price to be used in calculating all fees for transactions on block Transaction is invalid if: txPointer is zero or doesn't match the block. outputContract.inputIndex is not zero","breadcrumbs":"Transaction Format » Transaction » TransactionMint","id":"10","title":"TransactionMint"},"100":{"body":"type: Log. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ra: Decimal string representation of a 64-bit unsigned integer; value of register $rA. rb: Decimal string representation of a 64-bit unsigned integer; value of register $rB. rc: Decimal string representation of a 64-bit unsigned integer; value of register $rC. rd: Decimal string representation of a 64-bit unsigned integer; value of register $rD. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Log\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ra\": \"1844674407370\", \"rb\": \"1844674407371\", \"rc\": \"1844674407372\", \"rd\": \"1844674407373\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Log Receipt","id":"100","title":"Log Receipt"},"101":{"body":"type: Mint. sub_id: Hexadecimal string representation of the 256-bit (32-byte) asset sub identifier ID; derived from register $rB. contract_id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Mint\", \"sub_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"contract_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Mint Receipt","id":"101","title":"Mint Receipt"},"102":{"body":"type: Burn. sub_id: Hexadecimal string representation of the 256-bit (32-byte) asset sub identifier ID; derived from register $rB. contract_id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Burn\", \"sub_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"contract_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Burn Receipt","id":"102","title":"Burn Receipt"},"103":{"body":"type: LogData. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ra: Decimal string representation of a 64-bit unsigned integer; value of register $rA rb: Decimal string representation of a 64-bit unsigned integer; value of register $rB ptr: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rC. len: Decimal string representation of a 64-bit unsigned integer; value of register $rD. digest: Hexadecimal string representation of the 256-bit (32-byte) hash of MEM[$rC, $rD]. data: Hexadecimal string representation of the value of the memory range MEM[$rC, $rD]. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"LogData\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ra\": \"1844674407370\", \"rb\": \"1844674407371\", \"ptr\": \"0x1ad7f29abcc\", \"len\": \"66544\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"pc\": \"0xffffffffffffffff\", \"data\": \"0xa7c5ac471b47\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » LogData Receipt","id":"103","title":"LogData Receipt"},"104":{"body":"type: ReturnData. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ptr: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rA. len: Decimal string representation of a 64-bit unsigned integer; value of register $rB. digest: Hexadecimal string representation of 256-bit (32-byte), hash of MEM[$rA, $rB]. data: Hexadecimal string representation of the value of the memory range MEM[$rA, $rB]. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"ReturnData\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ptr\": \"0x1ad7f29abcc\", \"len\": \"1844\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"pc\": \"0xffffffffffffffff\", \"data\": \"0xa7c5ac471b47\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » ReturnData Receipt","id":"104","title":"ReturnData Receipt"},"105":{"body":"type: Revert. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Revert\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"1844674407372\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Revert Receipt","id":"105","title":"Revert Receipt"},"106":{"body":"type: Transfer. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. to: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the recipient contract. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Transfer\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Transfer Receipt","id":"106","title":"Transfer Receipt"},"107":{"body":"type: TransferOut. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. to: Hexadecimal string representation of the 256-bit (32-byte) address to transfer coins to. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"TransferOut\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » TransferOut Receipt","id":"107","title":"TransferOut Receipt"},"108":{"body":"type: ScriptResult. result: Hexadecimal string representation of a 64-bit unsigned integer; 0 if script exited successfully, any otherwise. gas_used: Decimal string representation of a 64-bit unsigned integer; amount of gas consumed by the script. { \"type\": \"ScriptResult\", \"result\": \"0x00\", \"gas_used\": \"400\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » ScriptResult Receipt","id":"108","title":"ScriptResult Receipt"},"109":{"body":"type: MessageOut. sender: Hexadecimal string representation of the 256-bit (32-byte) address of the message sender: MEM[$fp, 32]. recipient: Hexadecimal string representation of the 256-bit (32-byte) address of the message recipient: MEM[$rA, 32]. amount: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rD. nonce: Hexadecimal string representation of the 256-bit (32-byte) message nonce as described here . len: Decimal string representation of a 16-bit unsigned integer; value of register $rC. digest: Hexadecimal string representation of 256-bit (32-byte), hash of MEM[$rB, $rC]. data: Hexadecimal string representation of the value of the memory range MEM[$rB, $rC]. { \"type\": \"MessageOut\", \"sender\": \"0x38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff05139150017c9e\", \"recipient\": \"0x4710162c2e3a95a6faff05139150017c9e38e5e280432d546fae345d6ce6d8fe\", \"amount\": \"0xe6d8fe4710162c2e\", \"nonce\": \"0x47101017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"len\": \"65535\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"data\": \"0xa7c5ac471b47\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » MessageOut Receipt","id":"109","title":"MessageOut Receipt"},"11":{"body":"The Upgrade transaction allows upgrading either consensus parameters or state transition function used by the network to produce future blocks. The Upgrade Purpose type defines the purpose of the upgrade. The Upgrade transaction is chargeable, and the sender should pay for it. Transaction inputs should contain only base assets. Only the privileged address from ConsensusParameters can upgrade the network. The privileged address can be either a real account or a predicate. When the upgrade type is UpgradePurposeType.ConsensusParameters serialized consensus parameters are available in the witnesses and the Upgrade transaction is self-contained because it has all the required information. When the upgrade type is UpgradePurposeType.StateTransition, the bytecodeRoot field contains the Merkle root of the new bytecode of the state transition function. The bytecode should already be available on the blockchain at the upgrade point; otherwise, the upgrade will fail. The bytecode can be part of the genesis block or can be uploaded via the TransactionUpload transaction. The block header contains information about which versions of consensus parameters and state transition function are used to produce a block, and the Upgrade transaction defines behavior corresponding to the version. When the block executes the Upgrade transaction, it defines new behavior for either BlockHeader.consensusParametersVersion + 1 or BlockHeader.stateTransitionBytecodeVersion + 1(it depends on the purpose of the upgrade). When the Upgrade transaction is included in the block, it doesn't affect the current block execution. Since behavior is now defined, the inclusion of the Upgrade transaction allows the production of the next block with a new version. The block producer can still continue to use the previous version and start using a new version later unless the state transition function forbids it. The behavior is set once per version. It is forbidden to override the behavior of the network. Each behavior should have its own version. The version should grow monotonically without jumps. The BlockHeader.consensusParametersVersion and BlockHeader.stateTransitionBytecodeVersion are independent and can grow at different speeds. name type description upgradePurpose UpgradePurpose The purpose of the upgrade. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id No input where InputType.Message.owner == PRIVILEGED_ADDRESS or InputType.Coint.owner == PRIVILEGED_ADDRESS The UpgradePurpose is invalid","breadcrumbs":"Transaction Format » Transaction » TransactionUpgrade","id":"11","title":"TransactionUpgrade"},"110":{"body":"To select which function you want to call, first, this function must be in an ABI struct of a Sway program. For instance: abi MyContract { fn foo(a: u64); fn bar(a: InputStruct );\n} { fn baz(a: ()) { }\n} The function selector is the first 4 bytes of the SHA-256 hash function of the signature of the Sway function being called. Then, these 4 bytes are right-aligned to 8 bytes, left-padded with zeroes. Note : The word size for the FuelVM is 8 bytes.","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » Function Selector Encoding","id":"110","title":"Function Selector Encoding"},"111":{"body":"The signature is composed of the function name with the parenthesized list of comma-separated parameter types without spaces. All strings encoded with UTF-8. For custom types such as enum and struct, there is a prefix added to the parenthesized list (see below). Generic struct and enum types also accept a list of comma-separated type arguments in between angle brackets right after the prefix. For instance, to compute the selector for the following function: fn entry_one(arg: u64); we should pass \"entry_one(u64)\" to the sha256() hashing algorithm. The full digest would be: 0x0c36cb9cb766ff60422db243c4fff06d342949da3c64a3c6ac564941f84b6f06 Then we would get only the first 4 bytes of this digest and left-pad it to 8 bytes: 0x000000000c36cb9c The table below summarizes how each function argument type is encoded Type Encoding bool bool u8 u8 u16 u16 u32 u32 u64 u64 b256 b256 struct s<,,...>(,,...) where , , ... are the encoded types of the struct fields and , , ... are the encoded type arguments enum e<>,,...>(,,...) where , , ... are the encoded types of the enum variants and , , ... are the encoded type arguments str[] str[] array a[;] where is the encoded element type of the array and is its length tuple (,,...) where , , ... are the encoded types of the tuple fields Note: Non-generic structs and enums do not require angle brackets.","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » Function Signature","id":"111","title":"Function Signature"},"112":{"body":"enum MyEnum { Foo: u64, Bar: bool,\n}\nstruct MyStruct { bim: T, bam: MyEnum,\n} struct MyOtherStruct { bom: u64,\n} fn complex_function( arg1: MyStruct<[b256; 3], u8>, arg2: [MyStruct; 4], arg3: (str[5], bool), arg4: MyOtherStruct,\n); is encoded as: abi MyContract { complex_function(s(a[b256;3],e(u64,bool)),a[s(u64,e(u64,bool));4],(str[5],bool),s(u64))\n} which is then hashed into: 51fdfdadc37ff569e281a622281af7ec055f8098c40bc566118cbb48ca5fd28b and then the encoded function selector is: 0x0000000051fdfdad","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » A Complex Example","id":"112","title":"A Complex Example"},"113":{"body":"","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Argument Encoding","id":"113","title":"Argument Encoding"},"114":{"body":":warning: This version is being deprecated for Version 1 (see below). When crafting transaction script data, you must encode the arguments you wish to pass to the script.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Version 0","id":"114","title":"Version 0"},"115":{"body":"These are the available types that can be encoded in the ABI: Unsigned integers: u8, 8 bits. u16, 16 bits. u32, 32 bits. u64, 64 bits. u128, 128 bits. u256, 256 bits. Boolean: bool, either 0 or 1 encoded identically to u8. B256: b256, arbitrary 256-bits value. Address : address, a 256-bit (32-byte) address. Fixed size string Array Enums (sum types) Structs Vectors Tuples These types are encoded in-place. Here's how to encode them. We define enc(X) the encoding of the type X.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Types","id":"115","title":"Types"},"116":{"body":"u where M is either 8, 16, 32, 64, 128 or 256 bits. enc(X) is the big-endian (i.e. right-aligned) representation of X left-padded with zero-bytes. In the case of M being 8, 16, 32 or 64, total length must be 8 bytes. If M is 128, total length must be 16 bytes. If M is 256, total length must be 32 bytes. Note: since all integer values are unsigned, there is no need to preserve the sign when extending/padding; padding with only zeroes is sufficient._ Example: Encoding 42 yields: 0x000000000000002a, which is the hexadecimal representation of the decimal number 42, right-aligned to 8 bytes. Encoding u128::MAX - 1 yields: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE, it's right-aligned to 16 bytes","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Unsigned Integers","id":"116","title":"Unsigned Integers"},"117":{"body":"enc(X) is 0 if X is false or 1 if X is true, left-padded with zero-bytes. Total length must be 8 bytes. Similar to the u8 encoding. Example: Encoding true yields: 0x0000000000000001","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Boolean","id":"117","title":"Boolean"},"118":{"body":"b256 is a fixed size bit array of length 256. Used for 256-bit hash digests and other 256-bit types. It is encoded as-is. Example: Encoding 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745 yields: 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » B256","id":"118","title":"B256"},"119":{"body":"A 256-bit (32-byte) address, encoded in the same way as a b256 argument: encoded as-is. Example: Encoding 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745 yields: 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Address","id":"119","title":"Address"},"12":{"body":"The Upload transaction allows the huge bytecode to be divided into subsections and uploaded slowly to the chain. The Binary Merkle root built on top of subsections is an identifier of the bytecode. Each transaction uploads a subsection of the code and must contain proof of connection to the root. All subsections should be uploaded sequentially, which allows the concatenation of previously uploaded subsections with new subsection. The bytecode is considered final when the last subsection is uploaded, and future Upload transactions with the same root fields should be rejected. When the bytecode is completed it can be used to upgrade the network. The size of each subsection can be arbitrary; the only limit is the maximum number of subsections allowed by the network. The combination of the transaction gas limit and the number of subsections limits the final maximum size of the bytecode. name type description root byte[32] The root of the Merkle tree is created over the bytecode. witnessIndex uint16 The witness index of the subsection of the bytecode. subsectionIndex uint16 The index of the subsection of the bytecode. subsectionsNumber uint16 The total number of subsections on which bytecode was divided. proofSetCount uint16 Number of Merkle nodes in the proof. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. proofSet byte[32][] The proof set of Merkle nodes to verify the connection of the subsection to the root. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id witnessIndex >= tx.witnessesCount subsectionIndex >= subsectionsNumber subsectionsNumber > MAX_BYTECODE_SUBSECTIONS The Binary Merkle tree root calculated from (witnesses[witnessIndex], subsectionIndex, subsectionsNumber, proofSet) is not equal to the root. Root calculation is affected by all fields, so modification of one of them invalidates the proof.","breadcrumbs":"Transaction Format » Transaction » TransactionUpload","id":"12","title":"TransactionUpload"},"120":{"body":"An array of a certain type T, [T; n], where n is the length of the array. Arrays in Sway have a fixed-length which is known at compile time. This means the ABI encoding for arrays also happens in-place, with no need to account for dynamic sizing. The encoding for the array contains, in order, the encoding of each element in [T; n], recursively following the encoding for the type T. For instance, consider the function signature my_func(bool, [u64; 2]) with the values (true, [1, 2]). The encoding will be: 0x0000000000000001, the true bool encoded in-place. 0x0000000000000001, First element of the parameter [u64; 2], 1, encoded as a u64. 0x0000000000000002, Second element of the parameter [u64; 2], 2, encoded as a u64. The resulting encoded ABI will be: 0x000000000000000100000000000000010000000000000002","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Array","id":"120","title":"Array"},"121":{"body":"Strings have fixed length and are encoded in-place. str[n], where n is the fixed-size of the string. Rather than padding the string, the encoding of the elements of the string is tightly packed. And unlike the other type encodings, the string encoding is left-aligned. Note that all strings are encoded in UTF-8. Example: Encoding \"Hello, World\" as a str[12] yields : 0x48656c6c6f2c20576f726c6400000000 Note that we're padding with zeroes in order to keep it right-aligned to 8 bytes (FuelVM's word size).","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Fixed-length Strings","id":"121","title":"Fixed-length Strings"},"122":{"body":"Encoding ABIs that contain custom types, such as structs, is similar to encoding a set of primitive types. The encoding will proceed in the order that the inner types of a custom type are declared and recursively just like encoding any other type. This way you can encode structs with primitive types or structs with more complex types in them such as other structs, arrays, strings, and enums. Here's an example: struct InputStruct { field_1: bool, field_2: u8,\n} abi MyContract { fn foo(a: u64); fn bar(a: InputStruct);\n} { fn baz(a: ()) { }\n} Calling bar with InputStruct { field_1: true, field_2: 5 } yields: 0x\n0000000000000001 // `true` encoded as a bool\n0000000000000005 // `5` encoded as u8 A more complex scenario: struct InputStruct { field_1: bool, field_2: [u8; 2], // An array of u8, with length 2.\n} abi MyContract { fn foo(a: u64); fn bar(a: InputStruct);\n} { fn baz(a: ()) { }\n} Calling bar with InputStruct { field_1: true, field_2: [1, 2] } yields: 0x\n0000000000000001 // `true` encoded as a bool\n0000000000000001 // `1` encoded as u8\n0000000000000002 // `2` encoded as u8","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Structs","id":"122","title":"Structs"},"123":{"body":"ABI calls containing enums (sum types) are encoded similarly to structs: encode the discriminant first, then recursively encode the type of the enum variant being passed to the function being called. enum MySumType\n{ X: u32, Y: bool,\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::X(42) yields: 0x\n0000000000000000 // The discriminant of the chosen enum, in this case `0`.\n000000000000002a // `42` encoded as u64 If the sum type has variants of different sizes, then left padding is required. enum MySumType\n{ X: b256, Y: u32,\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::Y(42) yields: 0x\n0000000000000001 // The discriminant of the chosen enum, in this case `1`.\n0000000000000000 // Left padding\n0000000000000000 // Left padding\n0000000000000000 // Left padding\n000000000000002a // `42` encoded as u64 Note that three words of padding are required because the largest variant of MySumType is 4 words wide. If all the variants of a sum type are of type (), or unit, then only the discriminant needs to be encoded. enum MySumType\n{ X: (), Y: (), Z: (),\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::Z yields: 0x\n0000000000000002 // The discriminant of the chosen enum, in this case `2`.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Enums (sum types)","id":"123","title":"Enums (sum types)"},"124":{"body":"ABI calls containing vectors are encoded in the following way: First, figure out the the length l of the vector. Its length will also be its capacity. Encode the content of the vector according to the spec of its type, e.g. for a Vec, encode each bool element according to the bool specs. This gives out data that is stored on the heap, and we encode only the pointer to this data abi MyContract { fn foo(a: Vec);\n} { fn foo(a: Vec) {};\n} Calling foo with vec![1u32, 2u32, 3u32, 4u32]: length is 4, capacity is 4 data: [0x0000000000000001, 0x0000000000000002, 0x0000000000000003, 0x0000000000000004], stored at pointer address 0x000000000000beef Note: to understand how the u32 are encoded, see the section about encoding integers. 0x\n000000000000beef // pointer address\n0000000000000004 // length = 4\n0000000000000004 // capacity = 4 At the pointer address, then the vector's content are encoded as such: 0x\n0000000000000001 // 1u32\n0000000000000002 // 2u32\n0000000000000003 // 3u32\n0000000000000004 // 4u32","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Vectors","id":"124","title":"Vectors"},"125":{"body":"ABI calls containing tuples are encoded as such: If X is a tuple with the type signature (T_1, T_2, ..., T_n), with T_1,...,T_n being any type except for vector, then enc(X) is encoded as the concatenation of enc(T_1), enc(T_2),enc (T_3), ..., enc(T_n). abi MyContract { fn foo(a: (u64, str[3], bool));\n} { fn foo(a: (u64, str[4], bool)) {};\n} Calling foo with (1u64, \"fuel\", true) : 0x\n0000000000000001 // 1u64\n6675656c00000000 // \"fuel\" encoded as per the specs\n0000000000000001 // true","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Tuples","id":"125","title":"Tuples"},"126":{"body":"This version was created to replace the older version 0 described above, and follows three philosophical tenets: being self-sufficient: it must be possible to completely decode the original data only using the encoded bytes and the original type (there are no references to data outside the encoded bytes); no overhead: only the bare minimum bytes are necessary to do the encoding. No metadata, headers, etc...; no relation with runtime memory layout: no padding, no alignment, etc...","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Version 1","id":"126","title":"Version 1"},"127":{"body":"Primitive types will be encoded using the exact number of bits they need: u8: 1 byte; u16: 2 bytes; u32: 4 bytes; u64: 8 bytes; u256: 32 bytes; b256: 32 bytes;","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Primitive Types","id":"127","title":"Primitive Types"},"128":{"body":"Arrays are encoded without any padding or alignment, with one item after the other. [T; 1] is encoded [encode(T)]; [T; 2] is encoded [encode(T), encode(T)]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Arrays","id":"128","title":"Arrays"},"129":{"body":"String arrays are encoded just like arrays, without any overhead. str[1] = 1 byte str[2] = 2 bytes str[n] = n bytes String slices do contain their length as u64, and the string itself is encoded packed without alignment or padding. \"abc\" = [0, 0, 0, 0, 0, 0, 0, 3, \"a\", \"b\", \"c\"]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Strings","id":"129","title":"Strings"},"13":{"body":"The Blob inserts a simple binary blob in the chain. It's raw immutable data that can be cheaply loaded by the VM and used as instructions or just data. Unlike Create, it doesn't hold any state or balances. Blobs are content-addressed, i.e. the they are uniquely identified by hash of the data field. Programs running on the VM can load an already-posted blob just by the hash, without having to specify it in contract inputs. name type description id byte[32] Blob id, i.e. hash of the data. witnessIndex uint16 The witness index of the data. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id witnessIndex >= tx.witnessesCount sha256(witnesses[witnessIndex]) != id","breadcrumbs":"Transaction Format » Transaction » TransactionBlob","id":"13","title":"TransactionBlob"},"130":{"body":"raw_slice, also being dynamic, contains their length as u64 and is treated as a \"slice of bytes\". Each byte is encoded as u8 (1 byte) and is packed without alignment and padding. For example, a slice of three bytes like [0u8, 1u8, 2u8] will be encoded as bytes [0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 2]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Slices","id":"130","title":"Slices"},"131":{"body":"Tuples are encoded just like arrays, without any overhead like padding and alignment: (A, B, C) = [encode(A), encode(B), encode(C)]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Tuple","id":"131","title":"Tuple"},"132":{"body":"Structs can be encoded in two ways: first, with the automatic implementation; second, with the custom implementation. Auto implementation follows the same rules as tuples. So we can imagine that struct S { a: A, b: B, c: C\n} is encoded the same way as the tuple (A, B, C). Custom implementation allows the developer to choose how a struct is encoded. A struct has auto-implemented encoding if no custom was found.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Structs (v1)","id":"132","title":"Structs (v1)"},"133":{"body":"Enums can also be encoded with the automatic or the custom implementation. The auto implementation first encoded the variant with a u64 number starting from zero as the first variant and increments this value for each variant, following declaration order. enum E { VARIANT_A: A, // <- variant 0 VARIANT_B: B, // <- variant 1 VARIANT_C: C // <- variant 2 } will be encoded as [encode(variant), encode(value)]. The variant data will be encoded right after the variant tag, without any alignment or padding. An enum has auto-implemented encoding if no custom was found.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Enums","id":"133","title":"Enums"},"134":{"body":"Some common data structures also have well-defined encoding: Vec will be encoded as [encode(length), ] Bytes will be encoded as [encode(length), ] String will be encoded as [encode (length), ] All of them first contain the length and then their data right after, without any padding or alignment.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Data Structures","id":"134","title":"Data Structures"},"135":{"body":"Hash based ids are deterministically generated from associated types and are used in the JSON ABI for type IDs and for logId. This document specifies how the hash based IDS are generated for type IDs and for logId.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Hash based IDs","id":"135","title":"Hash based IDs"},"136":{"body":"Hash based ids for type IDs are generated from the sha256 of a string that represents the type. For logIds we use the first 8 bytes of the sha256 of a string that represents the type, this is because the LOG and LOGD opcodes use a 64bit value as log id.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Generation","id":"136","title":"Generation"},"137":{"body":"For describing the string representation of type we will use the notation {abi_str(T)} that should be replaced by the respective ABI string representation of the respective type T.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String representation of types","id":"137","title":"String representation of types"},"138":{"body":"u8 => \"u8\" u16 => \"u16\" u32 => \"u32\" u64 => \"u64\" u256 => \"u256\" b256 => \"b256\" bool => \"bool\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Intrinsics","id":"138","title":"Intrinsics"},"139":{"body":"String array of size 1 => \"str[1]\" String array of size 2 => \"str[2]\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String arrays","id":"139","title":"String arrays"},"14":{"body":"enum UpgradePurposeType : uint8 { ConsensusParameters = 0, StateTransition = 1,\n} name type description type UpgradePurposeType Type of upgrade purpose. data One of ConsensusParameters , StateTransition Upgrade purposes. Transaction is invalid if: type is not valid UpgradePurposeType value`","breadcrumbs":"Transaction Format » UpgradePurpose » UpgradePurposeType","id":"14","title":"UpgradePurposeType"},"140":{"body":"String slice => \"str\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String slices","id":"140","title":"String slices"},"141":{"body":"[T; 1] => \"[{abi_str(T)}; 1]\" [T; 2] => \"[{abi_str(T)}; 2]\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Arrays","id":"141","title":"Arrays"},"142":{"body":"() => \"()\" (T1) => \"({abi_str(T1)})\" (T1,T2) => \"({abi_str(T1)}, {abi_str(T2)})\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Tuples","id":"142","title":"Tuples"},"143":{"body":"Option enum with type parameter T => \"enum std::option::Option<{abi_str(T)}>\" Enum without type parameters named MyEnum => \"enum MyEnum\" Enum with type parameter T1 named MyEnum => \"enum MyEnum<{abi_str(T1)}>\" Enum with type parameters T1, T2 named MyEnum in my_module => \"enum my_module::MyEnum<{abi_str(T1)},{abi_str(T2)}>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Enums","id":"143","title":"Enums"},"144":{"body":"Vec struct with type parameter T => \"struct std::vec::Vec<{abi_str(T)}>\" Struct without type parameters named MyStruct => \"struct MyStruct\" Struct with type parameter T1 named MyStruct => \"struct MyStruct<{abi_str(T1)}>\" Struct with type parameters T1, T2 named MyStruct in my_module => \"struct my_module::MyStruct<{abi_str(T1)},{abi_str(T2)}>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Structs","id":"144","title":"Structs"},"145":{"body":"Generic type parameter T if root type => \"generic T\" Generic type parameter T if not root type => \"T\" as in \"struct MyStruct\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Generic Type Parameter","id":"145","title":"Generic Type Parameter"},"146":{"body":"Tuple of array and u64 => \"([u64,1]; u64)\" Array of Option=> \"[enum std::option::Option; 3]\" Struct with tuple type parameter => \"struct my_module::MyStruct<(u64, u64)>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Complex examples composition","id":"146","title":"Complex examples composition"},"147":{"body":"Introduction Parameters Semantics Flags Instruction Set VM Initialization Contexts Predicate Estimation and Verification Script Execution Call Call Frames Ownership","breadcrumbs":"FuelVM » Fuel VM Specification","id":"147","title":"Fuel VM Specification"},"148":{"body":"This document provides the specification for the Fuel Virtual Machine (FuelVM). The specification covers the types, instruction set, and execution semantics.","breadcrumbs":"FuelVM » Introduction","id":"148","title":"Introduction"},"149":{"body":"name type value note CONTRACT_MAX_SIZE uint64 Maximum contract size, in bytes. VM_MAX_RAM uint64 2**26 64 MiB. MESSAGE_MAX_DATA_SIZE uint64 Maximum size of message data, in bytes.","breadcrumbs":"FuelVM » Parameters","id":"149","title":"Parameters"},"15":{"body":"name type description witnessIndex uint16 Index of witness that contains a serialized(with postcard ) consensus parameters. checksum byte[32] The hash of the serialized consensus parameters. Given helper deserialize_consensus_parameters() that deserializes the consensus parameters from a witness by using postcard algorithm. Transaction is invalid if: witnessIndex >= tx.witnessesCount checksum != sha256(tx.data.witnesses[witnessIndex]) deserialize_consensus_parameters(tx.data.witnesses[witnessIndex]) returns an error.","breadcrumbs":"Transaction Format » UpgradePurpose » ConsensusParameters","id":"15","title":"ConsensusParameters"},"150":{"body":"FuelVM instructions are exactly 32 bits (4 bytes) wide and comprise of a combination of: Opcode: 8 bits Register/special register (see below) identifier: 6 bits Immediate value: 12, 18, or 24 bits, depending on operation Of the 64 registers (6-bit register address space), the first 16 are reserved: value register name description 0x00 $zero zero Contains zero (0), for convenience. 0x01 $one one Contains one (1), for convenience. 0x02 $of overflow Contains overflow/underflow of addition, subtraction, and multiplication. 0x03 $pc program counter The program counter. Memory address of the current instruction. 0x04 $ssp stack start pointer Memory address of bottom of current writable stack area. 0x05 $sp stack pointer Memory address on top of current writable stack area (points to free memory). 0x06 $fp frame pointer Memory address of beginning of current call frame. 0x07 $hp heap pointer Memory address below the current bottom of the heap (points to used/OOB memory). 0x08 $err error Error codes for particular operations. 0x09 $ggas global gas Remaining gas globally. 0x0A $cgas context gas Remaining gas in the context. 0x0B $bal balance Received balance for this context. 0x0C $is instructions start Pointer to the start of the currently-executing code. 0x0D $ret return value Return value or pointer. 0x0E $retl return length Return value length in bytes. 0x0F $flag flags Flags register. Integers are represented in big-endian format, and all operations are unsigned. Boolean false is 0 and Boolean true is 1. Registers are 64 bits (8 bytes) wide. Words are the same width as registers. Persistent state (i.e. storage) is a key-value store with 32-byte keys and 32-byte values. Each contract has its own persistent state that is independent of other contracts. This is committed to in a Sparse Binary Merkle Tree.","breadcrumbs":"FuelVM » Semantics","id":"150","title":"Semantics"},"151":{"body":"value name description 0x01 F_UNSAFEMATH If set, undefined arithmetic zeroes target and sets $err without panic. 0x02 F_WRAPPING If set, overflowing arithmetic wraps around and sets $of without panic. All other flags are reserved, any must be set to zero.","breadcrumbs":"FuelVM » Flags","id":"151","title":"Flags"},"152":{"body":"A complete instruction set of the Fuel VM is documented in the following page .","breadcrumbs":"FuelVM » Instruction Set","id":"152","title":"Instruction Set"},"153":{"body":"Every time the VM runs, a single monolithic memory of size VM_MAX_RAM bytes is allocated, indexed by individual byte. A stack and heap memory model is used, allowing for dynamic memory allocation in higher-level languages. The stack begins at 0 and grows upward. The heap begins at VM_MAX_RAM and grows downward. To initialize the VM, the following is pushed on the stack sequentially: Transaction hash (byte[32], word-aligned), computed as defined here . Base asset ID (byte[32], word-aligned) MAX_INPUTS pairs of (asset_id: byte[32], balance: uint64), of: For predicate estimation and verification , zeroes. For script execution , the free balance for each asset ID seen in the transaction's inputs, ordered in ascending order. If there are fewer than MAX_INPUTS asset IDs, the pair has a value of zero. Transaction length, in bytes (uint64, word-aligned). The transaction, serialized . Then the following registers are initialized (without explicit initialization, all registers are initialized to zero): $ssp = 32 + 32 + MAX_INPUTS*(32+8) + size(tx)): the writable stack area starts immediately after the serialized transaction in memory (see above). $sp = $ssp: writable stack area is empty to start. $hp = VM_MAX_RAM: the heap area begins at the top and is empty to start.","breadcrumbs":"FuelVM » VM Initialization","id":"153","title":"VM Initialization"},"154":{"body":"There are 4 contexts in the FuelVM: predicate estimation and verification , scripts , and calls . A context is an isolated execution environment with defined memory ownership and can be external or internal : External: predicate and script. $fp will be zero. Internal: call. $fp will be non-zero. Returning from a context behaves differently depending on whether the context is external or internal.","breadcrumbs":"FuelVM » Contexts","id":"154","title":"Contexts"},"155":{"body":"There are two ways to run predicates on the VM: Estimation: runs the predicate and updates the amount of gas used Verification: runs the predicate and verifies the amount of gas used matches the input For any input of type InputType.Coin or InputType.Message , a non-zero predicateLength field means the UTXO being spent is a P2SH rather than a P2PKH output. For each such input in the transaction, the VM is initialized , then: $pc and $is are set to the start of the input's predicate field. $ggas and $cgas are set to MAX_GAS_PER_PREDICATE for estimation, and predicateGasUsed for verification. Predicate execution will fail if gas is exhausted during execution. During predicate mode, hitting any contract instruction (except ldc with non-contract target) causes predicate verification to halt, returning Boolean false. A predicate that halts without returning Boolean true would not pass verification, making the entire transaction invalid. Note that predicate return value is monotonic with respect to time (i.e. if a predicate evaluates to true then it will always evaluate to true in the future). After successful execution, the run mode is determines the final step: Estimation: predicateGasUsed is set to MAX_GAS_PER_PREDICATE - $ggas. Verification: if $ggas is non-zero, predicate verification fails.","breadcrumbs":"FuelVM » Predicate Estimation and Verification","id":"155","title":"Predicate Estimation and Verification"},"156":{"body":"If script bytecode is present, transaction validation requires execution. The VM is initialized , then: $pc and $is are set to the start of the transaction's script bytecode. $ggas and $cgas are set to tx.scriptGasLimit. Following initialization, execution begins. For each instruction, its gas cost gc is first computed. If gc > $cgas, deduct $cgas from $ggas and $cgas (i.e. spend all of $cgas and no more), then revert immediately without actually executing the instruction. Otherwise, deduct gc from $ggas and $cgas. After the script has been executed, tx.receiptsRoot is updated to contain the Merkle root of the receipts, as described in the TransactionScript spec .","breadcrumbs":"FuelVM » Script Execution","id":"156","title":"Script Execution"},"157":{"body":"Call context is entered via CALL instruction . It's also called internal context , or contract context . Call context is used to access state of a contract.","breadcrumbs":"FuelVM » Call","id":"157","title":"Call"},"158":{"body":"Cross-contract calls push a call frame onto the stack, similar to a stack frame used in regular languages for function calls (which may be used by a high-level language that targets the FuelVM). The distinction is as follows: Stack frames: store metadata across trusted internal (i.e. intra-contract) function calls. Not supported natively by the FuelVM, but may be used as an abstraction at a higher layer. Call frames: store metadata across untrusted external (i.e. inter-contract) calls. Supported natively by the FuelVM. Call frames are needed to ensure that the called contract cannot mutate the running state of the current executing contract. They segment access rights for memory: the currently-executing contracts may only write to their own call frame and their own heap. A call frame consists of the following, word-aligned: bytes type value description Unwritable area begins. 32 byte[32] to Contract ID for this call. 32 byte[32] asset_id asset ID of forwarded coins. 8*64 byte[8][64] regs Saved registers from previous context. 8 uint64 codesize Code size in bytes, padded to the next word boundary. 8 byte[8] param1 First parameter. 8 byte[8] param2 Second parameter. 1* byte[] code Zero-padded to 8-byte alignment, but individual instructions are not aligned. Unwritable area ends. * Call frame's stack.","breadcrumbs":"FuelVM » Call Frames","id":"158","title":"Call Frames"},"159":{"body":"Only memory that has been allocated is accessible. In other words, memory between highest-ever $sp value and current $hp is inaccessible. Attempting to read or write memory that has not been allocated will result in VM panic. Similarly reads or writes that cross from the stack to the heap will panic. Note that stack remains readable even after stack frame has been shrunk. However, if the heap is afterwards expanded to cover that area, the crossing read prohibition still remains, while all memory is accessible.","breadcrumbs":"FuelVM » Access rights","id":"159","title":"Access rights"},"16":{"body":"name type description bytecodeRoot byte[32] The root of the new bytecode of the state transition function.","breadcrumbs":"Transaction Format » UpgradePurpose » StateTransition","id":"16","title":"StateTransition"},"160":{"body":"Whenever memory is written to (i.e. with SB or SW ), or write access is granted (i.e. with CALL ), ownership must be checked. If the context is external, the owned memory range is: [$ssp, $sp): the writable stack area. [$hp, VM_MAX_RAM): the heap area allocated by this script or predicate. If the context is internal, the owned memory range for a call frame is: [$ssp, $sp): the writable stack area of the call frame. [$hp, $fp->$hp): the heap area allocated by this call frame.","breadcrumbs":"FuelVM » Ownership","id":"160","title":"Ownership"},"161":{"body":"Memory is only executable in range [$is, $ssp). Attempting to execute instructions outside these boundaries will cause a panic. This area never overlaps with writable memory, essentially providing W^X protection.","breadcrumbs":"FuelVM » Executability","id":"161","title":"Executability"},"162":{"body":"Reading Guide Arithmetic/Logic (ALU) Instructions ADD: Add ADDI: Add immediate AND: AND ANDI: AND immediate DIV: Divide DIVI: Divide immediate EQ: Equals EXP: Exponentiate EXPI: Exponentiate immediate GT: Greater than LT: Less than MLOG: Math logarithm MOD: Modulus MODI: Modulus immediate MOVE: Move MOVI: Move immediate MROO: Math root MUL: Multiply MULI: Multiply immediate MLDV: Fused multiply-divide NOOP: No operation NOT: Invert OR: OR ORI: OR immediate SLL: Shift left logical SLLI: Shift left logical immediate SRL: Shift right logical SRLI: Shift right logical immediate SUB: Subtract SUBI: Subtract immediate SUBI: Subtract immediate WDCM: 128-bit integer comparison WQCM: 256-bit integer comparison WDOP: Misc 128-bit integer operations WQOP: Misc 256-bit integer operations WDML: Multiply 128-bit integers WQML: Multiply 256-bit integers WDDV: 128-bit integer division WQDV: 256-bit integer division WDMD: 128-bit integer fused multiply-divide WQMD: 256-bit integer fused multiply-divide WDAM: Modular 128-bit integer addition WQAM: Modular 256-bit integer addition WDMM: Modular 128-bit integer multiplication WQMM: Modular 256-bit integer multiplication XOR: XOR XORI: XOR immediate Control Flow Instructions JMP: Jump JI: Jump immediate JNE: Jump if not equal JNEI: Jump if not equal immediate JNZI: Jump if not zero immediate JMPB: Jump relative backwards JMPF: Jump relative forwards JNZB: Jump if not zero relative backwards JNZF: Jump if not zero relative forwards JNEB: Jump if not equal relative backwards JNEF: Jump if not equal relative forwards RET: Return from context Memory Instructions ALOC: Allocate memory CFE: Extend call frame CFEI: Extend call frame immediate CFS: Shrink call frame CFSI: Shrink call frame immediate LB: Load byte LW: Load word MCL: Memory clear MCLI: Memory clear immediate MCP: Memory copy MCPI: Memory copy immediate MEQ: Memory equality POPH: Pop a set of high registers from stack POPL: Pop a set of low registers from stack PSHH: Push a set of high registers to stack PSHL: Push a set of low registers to stack SB: Store byte SW: Store word Contract Instructions BAL: Balance of contract ID BHEI: Block height BHSH: Block hash BURN: Burn existing coins CALL: Call contract CB: Coinbase contract id CCP: Code copy CROO: Code Merkle root CSIZ: Code size LDC: Load code from an external contract, blob or memory LOG: Log event LOGD: Log data event MINT: Mint new coins RETD: Return from context with data RVRT: Revert SMO: Send message to output SCWQ: State clear sequential 32 byte slots SRW: State read word SRWQ: State read sequential 32 byte slots SWW: State write word SWWQ: State write sequential 32 byte slots TIME: Timestamp at height TR: Transfer coins to contract TRO: Transfer coins to output Blob Instructions BSIZ: Blob size BLDD: Load data from a blob Cryptographic Instructions ECK1: Secp251k1 signature recovery ECR1: Secp256r1 signature recovery ED19: EdDSA curve25519 verification K256: keccak-256 S256: SHA-2-256 Other Instructions ECAL: Call external function FLAG: Set flags GM: Get metadata GTF: Get transaction fields","breadcrumbs":"FuelVM » Instruction Set » FuelVM Instruction Set","id":"162","title":"FuelVM Instruction Set"},"163":{"body":"This page provides a description of all instructions for the FuelVM. Encoding is read as a sequence of one 8-bit value (the opcode identifier) followed by four 6-bit values (the register identifiers or immediate value). A single i indicates a 6-bit immediate value, i i indicates a 12-bit immediate value, i i i indicates an 18-bit immediate value, and i i i i indicates a 24-bit immediate value. All immediate values are interpreted as big-endian unsigned integers. If the instruction would be shorter than the full 32 bits, the remaining part is reserved and must be zero. The syntax MEM[x, y] used in this page means the memory range starting at byte x, of length y bytes. The syntax STATE[x, y] used in this page means the sequence of storage slots starting at key x and spanning y bytes.","breadcrumbs":"FuelVM » Instruction Set » Reading Guide","id":"163","title":"Reading Guide"},"164":{"body":"Some instructions may panic , i.e. enter an unrecoverable state. Additionally, attempting to execute an instruction not in this list causes a panic and consumes no gas. Instructions with reserved part having a non-zero value will likewise panic. How a panic is handled depends on context : In a predicate context, cease VM execution and return false. In other contexts, revert (described below). On a non-predicate panic, append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Panic id byte[32] Contract ID of current context if in an internal context, zero otherwise. pc uint64 Value of register $pc. is uint64 Value of register $is. then append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 1 gas_used uint64 Gas consumed by the script.","breadcrumbs":"FuelVM » Instruction Set » Panics","id":"164","title":"Panics"},"165":{"body":"The number of receipts is limited to 216, with the last two reserved to panic and script result receipts. Trying to add any other receipts after 216-2 will panic.","breadcrumbs":"FuelVM » Instruction Set » Receipts","id":"165","title":"Receipts"},"166":{"body":"A few instructions are annotated with the effects they produce, the table below explains each effect: effect name description Storage read Instruction reads from storage slots Storage write Instruction writes to storage slots External call External contract call instruction Balance tree read Instruction reads from the balance tree Balance tree write Instruction writes to the balance tree Output message Instruction sends a message to a recipient address If an instruction is not annotated with an effect, it means it does not produce any of the aforementioned affects.","breadcrumbs":"FuelVM » Instruction Set » Effects","id":"166","title":"Effects"},"167":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation. Normally, if the result of an ALU operation is mathematically undefined (e.g. dividing by zero), the VM panics. However, if the F_UNSAFEMATH flag is set, $err is set to true and execution continues. If an operation would overflow, so that the result doesn't fit into the target field, the VM will panic. Results below zero are also considered overflows. If the F_WRAPPING flag is set, instead $of is set to true or the overflowing part of the result, depending on the operation.","breadcrumbs":"FuelVM » Instruction Set » Arithmetic/Logic (ALU) Instructions","id":"167","title":"Arithmetic/Logic (ALU) Instructions"},"168":{"body":"Description Adds two registers. Operation $rA = $rB + $rC; Syntax add $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ADD: Add","id":"168","title":"ADD: Add"},"169":{"body":"Description Adds a register and an immediate value. Operation $rA = $rB + imm; Syntax addi $rA, $rB, immediate Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ADDI: Add immediate","id":"169","title":"ADDI: Add immediate"},"17":{"body":"// index using powers of 2 for efficient bitmasking\nenum PolicyType : uint32 { Tip = 1, WitnessLimit = 2, Maturity = 4, MaxFee = 8, Expiration = 16,\n} name type description data One of Tip , WitnessLimit , Maturity or Expiration Policy data.","breadcrumbs":"Transaction Format » Policy » Policy","id":"17","title":"Policy"},"170":{"body":"Description Bitwise ANDs two registers. Operation $rA = $rB & $rC; Syntax and $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » AND: AND","id":"170","title":"AND: AND"},"171":{"body":"Description Bitwise ANDs a register and an immediate value. Operation $rA = $rB & imm; Syntax andi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register imm is extended to 64 bits, with the high 52 bits set to 0. $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » ANDI: AND immediate","id":"171","title":"ANDI: AND immediate"},"172":{"body":"Description Divides two registers. Operation $rA = $rB // $rC; Syntax div $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, $rA is cleared and $err is set to true. Otherwise, $err is cleared. $of is cleared.","breadcrumbs":"FuelVM » Instruction Set » DIV: Divide","id":"172","title":"DIV: Divide"},"173":{"body":"Description Divides a register and an immediate value. Operation $rA = $rB // imm; Syntax divi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If imm == 0, $rA is cleared and $err is set to true. Otherwise, $err is cleared. $of is cleared.","breadcrumbs":"FuelVM » Instruction Set » DIVI: Divide immediate","id":"173","title":"DIVI: Divide immediate"},"174":{"body":"Description Compares two registers for equality. Operation $rA = $rB == $rC; Syntax eq $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » EQ: Equals","id":"174","title":"EQ: Equals"},"175":{"body":"Description Raises one register to the power of another. Operation $rA = $rB ** $rC; Syntax exp $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If the result cannot fit in 8 bytes, $of is set to 1 and $rA is instead set to 0, otherwise $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » EXP: Exponentiate","id":"175","title":"EXP: Exponentiate"},"176":{"body":"Description Raises one register to the power of an immediate value. Operation $rA = $rB ** imm; Syntax expi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If the result cannot fit in 8 bytes, $of is set to 1 and $rA is instead set to 0, otherwise $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » EXPI: Exponentiate immediate","id":"176","title":"EXPI: Exponentiate immediate"},"177":{"body":"Description Compares two registers for greater-than. Operation $rA = $rB > $rC; Syntax gt $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » GT: Greater than","id":"177","title":"GT: Greater than"},"178":{"body":"Description Compares two registers for less-than. Operation $rA = $rB < $rC; Syntax lt $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » LT: Less than","id":"178","title":"LT: Less than"},"179":{"body":"Description The (integer) logarithm base $rC of $rB. Operation $rA = math.floor(math.log($rB, $rC)); Syntax mlog $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rB == 0, both $rA and $of are cleared and $err is set to true. If $rC <= 1, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MLOG: Math logarithm","id":"179","title":"MLOG: Math logarithm"},"18":{"body":"name type description tip uint64 Additional, optional fee in BASE_ASSET to incentivize block producer to include transaction","breadcrumbs":"Transaction Format » Policy » Tip","id":"18","title":"Tip"},"180":{"body":"Description Modulo remainder of two registers. Operation $rA = $rB % $rC; Syntax mod $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOD: Modulus","id":"180","title":"MOD: Modulus"},"181":{"body":"Description Modulo remainder of a register and an immediate value. Operation $rA = $rB % imm; Syntax modi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If imm == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MODI: Modulus immediate","id":"181","title":"MODI: Modulus immediate"},"182":{"body":"Description Copy from one register to another. Operation $rA = $rB; Syntax move $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOVE: Move","id":"182","title":"MOVE: Move"},"183":{"body":"Description Copy an immediate value into a register. Operation $rA = imm; Syntax movi $rA, imm Encoding 0x00 rA i i i Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOVI: Move immediate","id":"183","title":"MOVI: Move immediate"},"184":{"body":"Description The (integer) $rCth root of $rB. Operation $rA = math.floor(math.root($rB, $rC)); Syntax mroo $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MROO: Math root","id":"184","title":"MROO: Math root"},"185":{"body":"Description Multiplies two registers. Operation $rA = $rB * $rC; Syntax mul $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MUL: Multiply","id":"185","title":"MUL: Multiply"},"186":{"body":"Description Multiplies a register and an immediate value. Operation $rA = $rB * imm; Syntax mul $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MULI: Multiply immediate","id":"186","title":"MULI: Multiply immediate"},"187":{"body":"Description Multiplies two registers with arbitrary precision, then divides by a third register. Operation a = (b * c) / d; Syntax mldv $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 64 instead. If the divisor ($rD) is zero, then instead the value is divided by 1 << 64. This returns the higher half of the 128-bit multiplication result. This operation never overflows. If the result of after the division doesn't fit into a register, $of is assigned the overflow of the operation. Otherwise, $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MLDV: Fused multiply-divide","id":"187","title":"MLDV: Fused multiply-divide"},"188":{"body":"Description Performs no operation. Operation Syntax noop Encoding 0x00 - - - - Notes $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » NOOP: No operation","id":"188","title":"NOOP: No operation"},"189":{"body":"Description Bitwise NOT a register. Operation $rA = ~$rB; Syntax not $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » NOT: Invert","id":"189","title":"NOT: Invert"},"19":{"body":"name type description witnessLimit uint64 The maximum amount of witness data allowed for the transaction Given helper len() that returns the number of bytes of a field. Transaction is invalid if: len(tx.witnesses) > witnessLimit","breadcrumbs":"Transaction Format » Policy » WitnessLimit","id":"19","title":"WitnessLimit"},"190":{"body":"Description Bitwise ORs two registers. Operation $rA = $rB \\| $rC; Syntax or $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » OR: OR","id":"190","title":"OR: OR"},"191":{"body":"Description Bitwise ORs a register and an immediate value. Operation $rA = $rB \\| imm; Syntax ori $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register imm is extended to 64 bits, with the high 52 bits set to 0. $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » ORI: OR immediate","id":"191","title":"ORI: OR immediate"},"192":{"body":"Description Left shifts a register by a register. Operation $rA = $rB << $rC; Syntax sll $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SLL: Shift left logical","id":"192","title":"SLL: Shift left logical"},"193":{"body":"Description Left shifts a register by an immediate value. Operation $rA = $rB << imm; Syntax slli $rA, $rB, imm Encoding 0x00 rA rB i i Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SLLI: Shift left logical immediate","id":"193","title":"SLLI: Shift left logical immediate"},"194":{"body":"Description Right shifts a register by a register. Operation $rA = $rB >> $rC; Syntax srl $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SRL: Shift right logical","id":"194","title":"SRL: Shift right logical"},"195":{"body":"Description Right shifts a register by an immediate value. Operation $rA = $rB >> imm; Syntax srli $rA, $rB, imm Encoding 0x00 rA rB i i Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SRLI: Shift right logical immediate","id":"195","title":"SRLI: Shift right logical immediate"},"196":{"body":"Description Subtracts two registers. Operation $rA = $rB - $rC; Syntax sub $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the underflow of the operation, as though $of is the high byte of a 128-bit register. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » SUB: Subtract","id":"196","title":"SUB: Subtract"},"197":{"body":"Description Subtracts a register and an immediate value. Operation $rA = $rB - imm; Syntax subi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the underflow of the operation, as though $of is the high byte of a 128-bit register. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » SUBI: Subtract immediate","id":"197","title":"SUBI: Subtract immediate"},"198":{"body":"Description Compare or examine two 128-bit integers using selected mode Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;$rA = cmp_op(b,c); Syntax wdcm $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ...XXX mode Compare mode selection .XX... reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not Then the actual operation that's performed: mode Name Description 0 eq Equality (==) 1 ne Inequality (!=) 2 lt Less than (<) 3 gt Greater than (>) 4 lte Less than or equals (<=) 5 gte Greater than or equals (>=) 6 lzc Leading zero count the lhs argument (lzcnt). Discards rhs. 7 - Reserved and must not be used The leading zero count can be used to compute rounded-down log2 of a number using the following formula TOTAL_BITS - 1 - lzc(n). Note that log2(0) is undefined, and will lead to integer overflow with this method. Clears $of and $err. Panic if: A reserved compare mode is given $rA is a reserved register $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDCM: 128-bit integer comparison","id":"198","title":"WDCM: 128-bit integer comparison"},"199":{"body":"Description Compare or examine two 256-bit integers using selected mode Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;$rA = cmp_op(b,c); Syntax wqcm $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDCM. Clears $of and $err. Panic if: A reserved compare mode is given $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQCM: 256-bit integer comparison","id":"199","title":"WQCM: 256-bit integer comparison"},"2":{"body":"Overview - Describes the FuelVM at a high level, from its architecture to how it is initialized. Instruction Set - Defines the FuelVM instruction set.","breadcrumbs":"Fuel Specifications » FuelVM","id":"2","title":"FuelVM"},"20":{"body":"name type description maturity uint32 Block until which the transaction cannot be included. Transaction is invalid if: blockheight() < maturity","breadcrumbs":"Transaction Format » Policy » Maturity","id":"20","title":"Maturity"},"200":{"body":"Description Perform an ALU operation on two 128-bit integers Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;mem[$rA,16] = op(b,c); Syntax wdop $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ...XXX op Operation selection, see below .XX... reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not Then the actual operation that's performed: op Name Description 0 add Add 1 sub Subtract 2 not Invert bits (discards rhs) 3 or Bitwise or 4 xor Bitwise exclusive or 5 and Bitwise and 6 shl Shift left (logical) 7 shr Shift right (logical) Operations behave $of and $err similarly to their 64-bit counterparts, except that $of is set to 1 instead of the overflowing part. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDOP: Misc 128-bit integer operations","id":"200","title":"WDOP: Misc 128-bit integer operations"},"201":{"body":"Description Perform an ALU operation on two 256-bit integers Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;mem[$rA,32] = op(b,c); Syntax wqop $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDOP. Operations behave $of and $err similarly to their 64-bit counterparts. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQOP: Misc 256-bit integer operations","id":"201","title":"WQOP: Misc 256-bit integer operations"},"202":{"body":"Description Perform integer multiplication operation on two 128-bit integers. Operation b=indirect0?mem[$rB,16]:$rB;c=indirect1?mem[$rC,16]:$rC;mem[$rA,16]=b*c; Syntax wdml $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ..XXXX reserved Reserved and must be zero .X.... indirect0 Is lhs operand ($rB) indirect or not X..... indirect1 Is rhs operand ($rC) indirect or not $of is set to 1 in case of overflow, and cleared otherwise. $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check indirect0 == 1 and $rB + 16 overflows or > VM_MAX_RAM indirect1 == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDML: Multiply 128-bit integers","id":"202","title":"WDML: Multiply 128-bit integers"},"203":{"body":"Description Perform integer multiplication operation on two 256-bit integers. Operation b=indirect0?mem[$rB,32]:$rB;c=indirect1?mem[$rC,32]:$rC;mem[$rA,32]=b*c; Syntax wqml $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDML. $of is set to 1 in case of overflow, and cleared otherwise. $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check indirect0 == 1 and $rB + 32 overflows or > VM_MAX_RAM indirect1 == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQML: Multiply 256-bit integers","id":"203","title":"WQML: Multiply 256-bit integers"},"204":{"body":"Description Divide a 128-bit integer by another. Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;mem[$rA,16] = b / c; Syntax wddv $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description .XXXXX reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDDV: 128-bit integer division","id":"204","title":"WDDV: 128-bit integer division"},"205":{"body":"Description Divide a 256-bit integer by another. Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;mem[$rA,32] = b / c; Syntax wqdv $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDDV. $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQDV: 256-bit integer division","id":"205","title":"WQDV: 256-bit integer division"},"206":{"body":"Description Combined multiply-divide of 128-bit integers with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16]=(b * c) / d; Syntax wdmd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 128 instead. If the divisor MEM[$rA, 16] is zero, then instead the value is divided by 1 << 128. This returns the higher half of the 256-bit multiplication result. If the result of after the division is larger than operand size, $of is set to one. Otherwise, $of is cleared. $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDMD: 128-bit integer fused multiply-divide","id":"206","title":"WDMD: 128-bit integer fused multiply-divide"},"207":{"body":"Description Combined multiply-divide of 256-bit integers with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32]=(b * c) / d; Syntax wqmd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 256 instead. If the divisor MEM[$rA, 32] is zero, then instead the value is divided by 1 << 256. This returns the higher half of the 512-bit multiplication result. If the result of after the division is larger than operand size, $of is set to one. Otherwise, $of is cleared. $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQMD: 256-bit integer fused multiply-divide","id":"207","title":"WQMD: 256-bit integer fused multiply-divide"},"208":{"body":"Description Add two 128-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16] = (b+c)%d; Syntax wdam $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDAM: Modular 128-bit integer addition","id":"208","title":"WDAM: Modular 128-bit integer addition"},"209":{"body":"Description Add two 256-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32] = (b+c)%d; Syntax wqam $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQAM: Modular 256-bit integer addition","id":"209","title":"WQAM: Modular 256-bit integer addition"},"21":{"body":"name type description expiration uint32 Block after which the transaction cannot be included. Transaction is invalid if: blockheight() > expiration","breadcrumbs":"Transaction Format » Policy » Expiration","id":"21","title":"Expiration"},"210":{"body":"Description Multiply two 128-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16] = (b*c)%d; Syntax wdmm $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDMM: Modular 128-bit integer multiplication","id":"210","title":"WDMM: Modular 128-bit integer multiplication"},"211":{"body":"Description Multiply two 256-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32] = (b*c)%d; Syntax wqmm $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQMM: Modular 256-bit integer multiplication","id":"211","title":"WQMM: Modular 256-bit integer multiplication"},"212":{"body":"Description Bitwise XORs two registers. Operation $rA = $rB ^ $rC; Syntax xor $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » XOR: XOR","id":"212","title":"XOR: XOR"},"213":{"body":"Description Bitwise XORs a register and an immediate value. Operation $rA = $rB ^ imm; Syntax xori $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » XORI: XOR immediate","id":"213","title":"XORI: XOR immediate"},"214":{"body":"","breadcrumbs":"FuelVM » Instruction Set » Control Flow Instructions","id":"214","title":"Control Flow Instructions"},"215":{"body":"Description Jumps to the code instruction offset by a register. Operation $pc = $is + $rA * 4; Syntax jmp $rA Encoding 0x00 rA - - - Notes Panic if: $is + $rA * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JMP: Jump","id":"215","title":"JMP: Jump"},"216":{"body":"Description Jumps to the code instruction offset by imm. Operation $pc = $is + imm * 4; Syntax ji imm Encoding 0x00 i i i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JI: Jump immediate","id":"216","title":"JI: Jump immediate"},"217":{"body":"Description Jump to the code instruction offset by a register if $rA is not equal to $rB. Operation if $rA != $rB:$pc = $is + $rC * 4;else:$pc += 4; Syntax jne $rA $rB $rC Encoding 0x00 rA rB rC - Notes Panic if: $is + $rC * 4 > VM_MAX_RAM - 1 and the jump would be performed (i.e. $rA != $rB)","breadcrumbs":"FuelVM » Instruction Set » JNE: Jump if not equal","id":"217","title":"JNE: Jump if not equal"},"218":{"body":"Description Jump to the code instruction offset by imm if $rA is not equal to $rB. Operation if $rA != $rB:$pc = $is + imm * 4;else:$pc += 4; Syntax jnei $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1 and the jump would be performed (i.e. $rA != $rB)","breadcrumbs":"FuelVM » Instruction Set » JNEI: Jump if not equal immediate","id":"218","title":"JNEI: Jump if not equal immediate"},"219":{"body":"Description Jump to the code instruction offset by imm if $rA is not equal to $zero. Operation if $rA != $zero:$pc = $is + imm * 4;else:$pc += 4; Syntax jnzi $rA imm Encoding 0x00 rA i i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1and the jump would be performed (i.e. $rA != $zero)","breadcrumbs":"FuelVM » Instruction Set » JNZI: Jump if not zero immediate","id":"219","title":"JNZI: Jump if not zero immediate"},"22":{"body":"name type description max_fee uint64 Required policy to specify the maximum fee payable by this transaction using BASE_ASSET. This is used to check transactions before the actual gas_price is known. Transaction is invalid if: max_fee > sum_inputs(tx, BASE_ASSET_ID) - sum_outputs(tx, BASE_ASSET_ID) max_fee < max_fee(tx, BASE_ASSET_ID, gas_price)","breadcrumbs":"Transaction Format » Policy » MaxFee","id":"22","title":"MaxFee"},"220":{"body":"Description Jump $rA + imm instructions backwards. Operation $pc -= ($rA + imm + 1) * 4; Syntax jmpb $rA imm Encoding 0x00 rA i i i Notes Panic if: $pc - ($rA + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JMPB: Jump relative backwards","id":"220","title":"JMPB: Jump relative backwards"},"221":{"body":"Description Jump $rA + imm instructions forwards Operation $pc += ($rA + imm + 1) * 4; Syntax jmpf $rA imm Encoding 0x00 rA i i i Notes Panic if: $pc + ($rA + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JMPF: Jump relative forwards","id":"221","title":"JMPF: Jump relative forwards"},"222":{"body":"Description Jump $rB + imm instructions backwards if $rA != $zero. Operation if $rA != $zero:$pc -= ($rB + imm + 1) * 4;else:$pc += 4; Syntax jnzb $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $pc - ($rB + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JNZB: Jump if not zero relative backwards","id":"222","title":"JNZB: Jump if not zero relative backwards"},"223":{"body":"Description Jump $rB + imm instructions forwards if $rA != $zero. Operation if $rA != $zero:$pc += ($rB + imm + 1) * 4;else:$pc += 4; Syntax jnzf $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $pc + ($rB + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JNZF: Jump if not zero relative forwards","id":"223","title":"JNZF: Jump if not zero relative forwards"},"224":{"body":"Description Jump $rC + imm instructions backwards if $rA != $rB. Operation if $rA != $rB:$pc -= ($rC + imm + 1) * 4;else:$pc += 4; Syntax jneb $rA $rB $rC imm Encoding 0x00 rA rB rC i Notes Panic if: $pc - ($rC + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JNEB: Jump if not equal relative backwards","id":"224","title":"JNEB: Jump if not equal relative backwards"},"225":{"body":"Description Jump $rC + imm instructions forwards if $rA != $rB. Operation if $rA != $rB:$pc += ($rC + imm + 1) * 4;else:$pc += 4; Syntax jnef $rA $rB $rC imm Encoding 0x00 rA rB rC i Notes Panic if: $pc + ($rC + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JNEF: Jump if not equal relative forwards","id":"225","title":"JNEF: Jump if not equal relative forwards"},"226":{"body":"Description Returns from context with value $rA. Operation return($rA); Syntax ret $rA Encoding 0x00 rA - - - Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Return id byte[32] Contract ID of current context if in an internal context, zero otherwise. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is. If current context is external, append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 0 gas_used uint64 Gas consumed by the script. If current context is external, cease VM execution and return $rA. Returns from contract call, popping the call frame. Before popping perform the following operations. Return the unused forwarded gas to the caller: $cgas = $cgas + $fp->$cgas (add remaining context gas from previous context to current remaining context gas) Set the return value: $ret = $rA $retl = 0 Then pop the call frame and restore all registers except $ggas, $cgas, $ret, $retl and $hp. Afterwards, set the following registers: $pc = $pc + 4 (advance program counter from where we called)","breadcrumbs":"FuelVM » Instruction Set » RET: Return from context","id":"226","title":"RET: Return from context"},"227":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Memory Instructions","id":"227","title":"Memory Instructions"},"228":{"body":"Description Allocate a number of bytes from the heap. Operation $hp = $hp - $rA; Syntax aloc $rA Encoding 0x00 rA - - - Notes Newly allocated memory is zeroed. Panic if: $hp - $rA underflows $hp - $rA < $sp","breadcrumbs":"FuelVM » Instruction Set » ALOC: Allocate memory","id":"228","title":"ALOC: Allocate memory"},"229":{"body":"Description Extend the current call frame's stack. Operation $sp = $sp + $rA Syntax cfe $rA Encoding 0x00 rA - - - Notes Does not initialize memory. Panic if: $sp + $rA overflows $sp + $rA > $hp","breadcrumbs":"FuelVM » Instruction Set » CFE: Extend call frame","id":"229","title":"CFE: Extend call frame"},"23":{"body":"enum InputType : uint8 { Coin = 0, Contract = 1, Message = 2,\n} name type description type InputType Type of input. data One of InputCoin , InputContract , or InputMessage Input data. Transaction is invalid if: type > InputType.Message","breadcrumbs":"Transaction Format » Input » Input","id":"23","title":"Input"},"230":{"body":"Description Extend the current call frame's stack by an immediate value. Operation $sp = $sp + imm Syntax cfei imm Encoding 0x00 i i i i Notes Does not initialize memory. Panic if: $sp + imm overflows $sp + imm > $hp","breadcrumbs":"FuelVM » Instruction Set » CFEI: Extend call frame immediate","id":"230","title":"CFEI: Extend call frame immediate"},"231":{"body":"Description Shrink the current call frame's stack. Operation $sp = $sp - $rA Syntax cfs $rA Encoding 0x00 $rA - - - Notes Does not clear memory. Panic if: $sp - $rA underflows $sp - $rA < $ssp","breadcrumbs":"FuelVM » Instruction Set » CFS: Shrink call frame","id":"231","title":"CFS: Shrink call frame"},"232":{"body":"Description Shrink the current call frame's stack by an immediate value. Operation $sp = $sp - imm Syntax cfsi imm Encoding 0x00 i i i i Notes Does not clear memory. Panic if: $sp - imm underflows $sp - imm < $ssp","breadcrumbs":"FuelVM » Instruction Set » CFSI: Shrink call frame immediate","id":"232","title":"CFSI: Shrink call frame immediate"},"233":{"body":"Description A byte is loaded from the specified address offset by imm. Operation $rA = MEM[$rB + imm, 1]; Syntax lb $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $rB + imm + 1 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LB: Load byte","id":"233","title":"LB: Load byte"},"234":{"body":"Description A word is loaded from the specified address offset by imm. Operation $rA = MEM[$rB + (imm * 8), 8]; Syntax lw $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $rB + (imm * 8) + 8 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LW: Load word","id":"234","title":"LW: Load word"},"235":{"body":"Description Clear bytes in memory. Operation MEM[$rA, $rB] = 0; Syntax mcl $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + $rB overflows or > VM_MAX_RAM The memory range MEM[$rA, $rB] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCL: Memory clear","id":"235","title":"MCL: Memory clear"},"236":{"body":"Description Clear bytes in memory. Operation MEM[$rA, imm] = 0; Syntax mcli $rA, imm Encoding 0x00 rA i i i Notes Panic if: $rA + imm overflows or > VM_MAX_RAM The memory range MEM[$rA, imm] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCLI: Memory clear immediate","id":"236","title":"MCLI: Memory clear immediate"},"237":{"body":"Description Copy bytes in memory. Operation MEM[$rA, $rC] = MEM[$rB, $rC]; Syntax mcp $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + $rC overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory ranges MEM[$rA, $rC] and MEM[$rB, $rC] overlap The memory range MEM[$rA, $rC] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCP: Memory copy","id":"237","title":"MCP: Memory copy"},"238":{"body":"Description Copy bytes in memory. Operation MEM[$rA, imm] = MEM[$rB, imm]; Syntax mcpi $rA, $rB, imm Encoding 0x00 rA rB imm imm Notes Panic if: $rA + imm overflows or > VM_MAX_RAM $rB + imm overflows or > VM_MAX_RAM The memory ranges MEM[$rA, imm] and MEM[$rB, imm] overlap The memory range MEM[$rA, imm] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCPI: Memory copy immediate","id":"238","title":"MCPI: Memory copy immediate"},"239":{"body":"Description Compare bytes in memory. Operation $rA = MEM[$rB, $rD] == MEM[$rC, $rD]; Syntax meq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Panic if: $rA is a reserved register $rB + $rD overflows or > VM_MAX_RAM $rC + $rD overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » MEQ: Memory equality","id":"239","title":"MEQ: Memory equality"},"24":{"body":"name type description txID byte[32] Hash of transaction. outputIndex uint16 Index of transaction output. owner byte[32] Owning address or predicate root. amount uint64 Amount of coins. asset_id byte[32] Asset ID of the coins. txPointer TXPointer Points to the TX whose output is being spent. witnessIndex uint16 Index of witness that authorizes spending the coin. predicateGasUsed uint64 Gas used by predicate. predicateLength uint64 Length of predicate, in instructions. predicateDataLength uint64 Length of predicate input data, in bytes. predicate byte[] Predicate bytecode. predicateData byte[] Predicate input data (parameters). Given helper len() that returns the number of bytes of a field. Transaction is invalid if: witnessIndex >= tx.witnessesCount predicateLength > MAX_PREDICATE_LENGTH predicateDataLength > MAX_PREDICATE_DATA_LENGTH If predicateLength > 0; the computed predicate root (see below) is not equal owner predicateLength * 4 != len(predicate) predicateDataLength != len(predicateData) predicateGasUsed > MAX_GAS_PER_PREDICATE Note: when signing a transaction, txPointer and predicateGasUsed are set to zero. Note: when verifying and estimating a predicate or executing a script, txPointer and predicateGasUsed are initialized to zero. The predicate root is computed here .","breadcrumbs":"Transaction Format » Input » InputCoin","id":"24","title":"InputCoin"},"240":{"body":"Description Push a set of registers from range 40..64 to the stack in order. Operation tmp=$sp;$sp+=popcnt(imm)*8;MEM[tmp,$sp]=registers[40..64].mask(imm) Syntax pshh imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pushes the register 61 followed by register 62. Panic if: $sp + popcnt(imm)*8 overflows $sp + popcnt(imm)*8 > $hp","breadcrumbs":"FuelVM » Instruction Set » PSHH: Push a set of high registers to stack","id":"240","title":"PSHH: Push a set of high registers to stack"},"241":{"body":"Description Push a set of registers from range 16..40 to the stack in order. Operation tmp=$sp;$sp+=popcnt(imm)*8;MEM[tmp,$sp]=registers[16..40].mask(imm) Syntax pshl imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pushes the register 37 followed by register 38. Panic if: $sp + popcnt(imm)*8 overflows $sp + popcnt(imm)*8 > $hp","breadcrumbs":"FuelVM » Instruction Set » PSHL: Push a set of low registers to stack","id":"241","title":"PSHL: Push a set of low registers to stack"},"242":{"body":"Description Pop to a set of registers from range 40..64 from the stack. Operation tmp=$sp-popcnt(imm)*8;registers[40..64].mask(imm)=MEM[tmp,$sp]$sp-=tmp; Syntax poph imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pops the register 62 followed by register 61. Note that the order is reverse from PSHH, so that PSHH a; POPH a returns to the original state. Panic if: $sp - popcnt(imm)*8 overflows $sp - popcnt(imm)*8 < $ssp","breadcrumbs":"FuelVM » Instruction Set » POPH: Pop a set of high registers from stack","id":"242","title":"POPH: Pop a set of high registers from stack"},"243":{"body":"Description Pop to a set of registers from range 16..40 from the stack. Operation tmp=$sp-popcnt(imm)*8;registers[16..40].mask(imm)=MEM[tmp,$sp]$sp-=tmp; Syntax poph imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pops the register 38 followed by register 37. Note that the order is reverse from PSHL, so that PSHL a; POPL a returns to the original state. Panic if: $sp - popcnt(imm)*8 overflows $sp - popcnt(imm)*8 < $ssp","breadcrumbs":"FuelVM » Instruction Set » POPL: Pop a set of low registers from stack","id":"243","title":"POPL: Pop a set of low registers from stack"},"244":{"body":"Description The least significant byte of $rB is stored at the address $rA offset by imm. Operation MEM[$rA + imm, 1] = $rB[7, 1]; Syntax sb $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA + imm + 1 overflows or > VM_MAX_RAM The memory range MEM[$rA + imm, 1] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » SB: Store byte","id":"244","title":"SB: Store byte"},"245":{"body":"Description The value of $rB is stored at the address $rA offset by imm. Operation MEM[$rA + (imm * 8), 8] = $rB; Syntax sw $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA + (imm * 8) + 8 overflows or > VM_MAX_RAM The memory range MEM[$rA + (imm * 8), 8] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » SW: Store word","id":"245","title":"SW: Store word"},"246":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation, except for CALL , RETD and RVRT .","breadcrumbs":"FuelVM » Instruction Set » Contract Instructions","id":"246","title":"Contract Instructions"},"247":{"body":"Description Set $rA to the balance of asset ID at $rB for contract with ID at $rC. Operation $rA = balance(MEM[$rB, 32], MEM[$rC, 32]); Syntax bal $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Balance tree read Notes Where helper balance(asset_id: byte[32], contract_id: byte[32]) -> uint64 returns the current balance of asset_id of contract with ID contract_id. Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rC, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » BAL: Balance of contract ID","id":"247","title":"BAL: Balance of contract ID"},"248":{"body":"Description Get Fuel block height. Operation $rA = blockheight(); Syntax bhei $rA Encoding 0x00 rA - - - Notes Panic if: $rA is a reserved register","breadcrumbs":"FuelVM » Instruction Set » BHEI: Block height","id":"248","title":"BHEI: Block height"},"249":{"body":"Description Get block header hash. Operation MEM[$rA, 32] = blockhash($rB); Syntax bhsh $rA $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check Block header hashes for blocks with height greater than or equal to current block height are zero (0x00**32).","breadcrumbs":"FuelVM » Instruction Set » BHSH: Block hash","id":"249","title":"BHSH: Block hash"},"25":{"body":"name type description txID byte[32] Hash of transaction. outputIndex uint16 Index of transaction output. balanceRoot byte[32] Root of amount of coins owned by contract before transaction execution. stateRoot byte[32] State root of contract before transaction execution. txPointer TXPointer Points to the TX whose output is being spent. contractID byte[32] Contract ID. Transaction is invalid if: there is not exactly one output of type OutputType.Contract with inputIndex equal to this input's index Note: when signing a transaction, txID, outputIndex, balanceRoot, stateRoot, and txPointer are set to zero. Note: when verifying a predicate or executing a script, txID, outputIndex, balanceRoot, stateRoot, and txPointer are initialized to zero.","breadcrumbs":"Transaction Format » Input » InputContract","id":"25","title":"InputContract"},"250":{"body":"Description Burn $rA coins of the $rB ID from the current contract. Operation burn($rA, $rB); Syntax burn $rA $rB Encoding 0x00 rA rB - - Notes $rB is a pointer to a 32 byte ID in memory. The asset ID is constructed using the asset ID construction method. Panic if: $rB + 32 overflows or > VM_MAX_RAM Balance of asset ID from constructAssetID(MEM[$fp, 32], MEM[$rB, 32]) of output with contract ID MEM[$fp, 32] minus $rA underflows $fp == 0 (in the script context) For output with contract ID MEM[$fp, 32], decrease balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB, 32]) by $rA. This modifies the balanceRoot field of the appropriate output. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Burn sub_id byte[32] Asset sub identifier MEM[$rB, $rB + 32]. contract_id byte[32] Contract ID of the current context. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » BURN: Burn existing coins","id":"250","title":"BURN: Burn existing coins"},"251":{"body":"Description Call contract. Operation Syntax call $rA $rB $rC $rD Encoding 0x00 rA rB rC rD Effects External call Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rA, 32] is not in tx.inputs Reading past MEM[VM_MAX_RAM - 1] In an external context, if $rB > MEM[balanceOfStart(MEM[$rC, 32]), 8] In an internal context, if $rB is greater than the balance of asset ID MEM[$rC, 32] of output with contract ID MEM[$fp, 32] Register $rA is a memory address from which the following fields are set (word-aligned): bytes type value description 32 byte[32] to Contract ID to call. 8 byte[8] param1 First parameter. 8 byte[8] param2 Second parameter. $rB is the amount of coins to forward. $rC points to the 32-byte asset ID of the coins to forward. $rD is the amount of gas to forward. If it is set to an amount greater than the available gas, all available gas is forwarded. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Call from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Contract ID of called contract. amount uint64 Amount of coins to forward, i.e. $rB. asset_id byte[32] Asset ID of coins to forward, i.e. MEM[$rC, 32]. gas uint64 Gas to forward, i.e. min($rD, $cgas). param1 uint64 First parameter. param2 uint64 Second parameter. pc uint64 Value of register $pc. is uint64 Value of register $is. For output with contract ID MEM[$rA, 32], increase balance of asset ID MEM[$rC, 32] by $rB. In an external context, decrease MEM[balanceOfStart(MEM[$rC, 32]), 8] by $rB. In an internal context, decrease asset ID MEM[$rC, 32] balance of output with contract ID MEM[$fp, 32] by $rB. A call frame is pushed at $sp. In addition to filling in the values of the call frame, the following registers are set: $fp = $sp (on top of the previous call frame is the beginning of this call frame) Set $ssp and $sp to the start of the writable stack area of the call frame. Set $pc and $is to the starting address of the code. $flag set to zero. $bal = $rB (forward coins) $cgas = $rD or all available gas (forward gas) This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » CALL: Call contract","id":"251","title":"CALL: Call contract"},"252":{"body":"Description Get the coinbase contract id associated with the block proposer. Operation MEM[$rA, 32] = coinbase(); Syntax cb $rA Encoding 0x00 rA - - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » CB: Coinbase contract id","id":"252","title":"CB: Coinbase contract id"},"253":{"body":"Description Copy $rD bytes of code starting at $rC for contract with ID equal to the 32 bytes in memory starting at $rB into memory starting at $rA. Operation MEM[$rA, $rD] = code($rB, $rC, $rD); Syntax ccp $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes If $rD is greater than the code size, zero bytes are filled in. This is used only for reading and inspecting code of other contracts. Use LDC to load code for executing. Panic if: $rA + $rD overflows or > VM_MAX_RAM $rB + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, $rD] does not pass ownership check Contract with ID MEM[$rB, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » CCP: Code copy","id":"253","title":"CCP: Code copy"},"254":{"body":"Description Set the 32 bytes in memory starting at $rA to the code root for contract with ID equal to the 32 bytes in memory starting at $rB. Operation MEM[$rA, 32] = coderoot(MEM[$rB, 32]); Syntax croo $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check Contract with ID MEM[$rB, 32] is not in tx.inputs Code root computation is defined here .","breadcrumbs":"FuelVM » Instruction Set » CROO: Code Merkle root","id":"254","title":"CROO: Code Merkle root"},"255":{"body":"Description Set $rA to the size of the code for contract with ID equal to the 32 bytes in memory starting at $rB. Operation $rA = codesize(MEM[$rB, 32]); Syntax csiz $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rB, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » CSIZ: Code size","id":"255","title":"CSIZ: Code size"},"256":{"body":"Description Copy $rC bytes of code at offset $rB from object identified with $rA into memory starting at $ssp. Object type is in imm. Operation code = match imm { 0 => contract_code(mem[$rA,32]), 1 => blob_payload(mem[$rA,32]), 2 => mem[$ra, ..] }; MEM[$ssp, $rC] = code[$rB, $rC]; Syntax ldc $rA, $rB, $rC, imm Encoding 0x00 rA rB rC imm Notes If $rC is greater than the code size, zero bytes are filled in. Final length is always padded to word boundary. Object type from imm determines the source for loading as follows: imm Object type 0 Contract code 1 Blob payload 2 VM memory other reserved Panic if: $ssp + $rC overflows or > VM_MAX_RAM imm <= 1 and $rA + 32 overflows or > VM_MAX_RAM $ssp + $rC >= $hp imm == 0 and $rC > CONTRACT_MAX_SIZE imm == 0 and contract with ID MEM[$rA, 32] is not in tx.inputs imm == 0 and context is a predicate imm == 1 and blob with ID MEM[$rA, 32] is not found in the chain state imm == 2 and $rA + $rB + $rC overflows or > VM_MAX_RAM imm >= 3 (reserved value) Increment $fp->codesize, $ssp by $rC padded to word alignment. Then set $sp to $ssp. This instruction can be used to concatenate the code of multiple contracts or blobs together. It can only be used when the stack area of the call frame is zero-sized.","breadcrumbs":"FuelVM » Instruction Set » LDC: Load code from an external contract, blob or memory","id":"256","title":"LDC: Load code from an external contract, blob or memory"},"257":{"body":"Description Log an event. This is a no-op. Operation log($rA, $rB, $rC, $rD); Syntax log $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Log id byte[32] Contract ID of current context if in an internal context, zero otherwise. val0 uint64 Value of register $rA. val1 uint64 Value of register $rB. val2 uint64 Value of register $rC. val3 uint64 Value of register $rD. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » LOG: Log event","id":"257","title":"LOG: Log event"},"258":{"body":"Description Log an event. This is a no-op. Operation logd($rA, $rB, $rC, $rD); Syntax logd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.LogData id byte[32] Contract ID of current context if in an internal context, zero otherwise. val0 uint64 Value of register $rA. val1 uint64 Value of register $rB. ptr uint64 Value of register $rC. len uint64 Value of register $rD. digest byte[32] Hash of MEM[$rC, $rD]. pc uint64 Value of register $pc. is uint64 Value of register $is. Logs the memory range MEM[$rC, $rD]. Panics if: $rC + $rD overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LOGD: Log data event","id":"258","title":"LOGD: Log data event"},"259":{"body":"Description Mint $rA coins of the $rB ID from the current contract. Operation mint($rA, $rB); Syntax mint $rA $rB Encoding 0x00 rA rB - - Notes $rB is a pointer to a 32 byte ID in memory The asset ID will be constructed using the asset ID construction method. Panic if: $rB + 32 overflows or > VM_MAX_RAM Balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB]) of output with contract ID MEM[$fp, 32] plus $rA overflows $fp == 0 (in the script context) For output with contract ID MEM[$fp, 32], increase balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB]) by $rA. This modifies the balanceRoot field of the appropriate output. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Mint sub_id byte[32] Asset sub identifier MEM[$rB, $rB + 32]. contract_id byte[32] Contract ID of the current context. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » MINT: Mint new coins","id":"259","title":"MINT: Mint new coins"},"26":{"body":"name type description sender byte[32] The address of the message sender. recipient byte[32] The address or predicate root of the message recipient. amount uint64 Amount of base asset coins sent with message. nonce byte[32] The message nonce. witnessIndex uint16 Index of witness that authorizes spending the coin. predicateGasUsed uint64 Gas used by predicate execution. dataLength uint64 Length of message data, in bytes. predicateLength uint64 Length of predicate, in instructions. predicateDataLength uint64 Length of predicate input data, in bytes. data byte[] The message data. predicate byte[] Predicate bytecode. predicateData byte[] Predicate input data (parameters). Given helper len() that returns the number of bytes of a field. Transaction is invalid if: witnessIndex >= tx.witnessesCount dataLength > MAX_MESSAGE_DATA_LENGTH predicateLength > MAX_PREDICATE_LENGTH predicateDataLength > MAX_PREDICATE_DATA_LENGTH If predicateLength > 0; the computed predicate root (see below) is not equal recipient dataLength != len(data) predicateLength * 4 != len(predicate) predicateDataLength != len(predicateData) predicateGasUsed > MAX_GAS_PER_PREDICATE The predicate root is computed here . Note: InputMessages with data length greater than zero are not considered spent until they are included in a transaction of type TransactionType.Script with a ScriptResult receipt where result is equal to 0 indicating a successful script exit Note: when signing a transaction, predicateGasUsed is set to zero. Note: when verifying and estimating a predicate, predicateGasUsed is initialized to zero.","breadcrumbs":"Transaction Format » Input » InputMessage","id":"26","title":"InputMessage"},"260":{"body":"Description Returns from context with value MEM[$rA, $rB]. Operation returndata($rA, $rB); Syntax retd $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + $rB overflows or > VM_MAX_RAM Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.ReturnData id byte[32] Contract ID of current context if in an internal context, zero otherwise. ptr uint64 Value of register $rA. len uint64 Value of register $rB. digest byte[32] Hash of MEM[$rA, $rB]. pc uint64 Value of register $pc. is uint64 Value of register $is. If current context is a script, append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 0 gas_used uint64 Gas consumed by the script. If current context is external, cease VM execution and return MEM[$rA, $rB]. Returns from contract call, popping the call frame. Before popping, perform the following operations. Return the unused forwarded gas to the caller: $cgas = $cgas + $fp->$cgas (add remaining context gas from previous context to current remaining context gas) Set the return value: $ret = $rA $retl = $rB Then pop the call frame and restore all registers except $ggas, $cgas, $ret, $retl and $hp. Afterwards, set the following registers: $pc = $pc + 4 (advance program counter from where we called)","breadcrumbs":"FuelVM » Instruction Set » RETD: Return from context with data","id":"260","title":"RETD: Return from context with data"},"261":{"body":"Description Halt execution, reverting state changes and returning value in $rA. Operation revert($rA); Syntax rvrt $rA Encoding 0x00 rA - - - Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Revert id byte[32] Contract ID of current context if in an internal context, zero otherwise. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is. Then append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 1 gas_used uint64 Gas consumed by the script. Cease VM execution and revert script effects. After a revert: All OutputContract outputs will have the same balanceRoot and stateRoot as on initialization. All OutputVariable outputs will have to, amount, and asset_id of zero.","breadcrumbs":"FuelVM » Instruction Set » RVRT: Revert","id":"261","title":"RVRT: Revert"},"262":{"body":"Description Send a message to recipient address MEM[$rA, 32] from the MEM[$fp, 32] sender with message data MEM[$rB, $rC] and the $rD amount of base asset coins. Operation outputmessage(MEM[$fp, 32], MEM[$rA, 32], MEM[$rB, $rC], $rD); Syntax smo $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Output message Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM $rC > MESSAGE_MAX_DATA_SIZE In an external context, if $rD > MEM[balanceOfStart(0), 8] In an internal context, if $rD is greater than the balance of asset ID 0 of output with contract ID MEM[$fp, 32] Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.MessageOut sender byte[32] The address of the message sender: MEM[$fp, 32]. recipient byte[32] The address of the message recipient: MEM[$rA, 32]. amount uint64 Amount of base asset coins sent with message: $rD. nonce byte[32] The message nonce as described here . len uint64 Length of message data, in bytes: $rC. digest byte[32] Hash of MEM[$rB, $rC]. In an external context, decrease MEM[balanceOfStart(0), 8] by $rD. In an internal context, decrease asset ID 0 balance of output with contract ID MEM[$fp, 32] by $rD. This modifies the balanceRoot field of the appropriate contract that had its' funds deducted.","breadcrumbs":"FuelVM » Instruction Set » SMO: Send message out","id":"262","title":"SMO: Send message out"},"263":{"body":"Description A sequential series of 32 bytes is cleared from the current contract's state. Operation STATE[MEM[$rA, 32], 32 * $rC] = None; Syntax scwq $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) Register $rB will be set to false if any storage slot in the requested range was already unset (default) and true if all the slots were set.","breadcrumbs":"FuelVM » Instruction Set » SCWQ: State clear sequential 32 byte slots","id":"263","title":"SCWQ: State clear sequential 32 byte slots"},"264":{"body":"Description A word is read from the current contract's state. Operation $rA = STATE[MEM[$rC, 32]][0, 8]; Syntax srw $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Storage read Notes Returns zero if the state element does not exist. Panic if: $rA is a reserved register $rB is a reserved register $rC + 32 overflows or > VM_MAX_RAM $fp == 0 (in the script context) Register $rB will be set to false if the requested slot is unset (default) and true if it's set.","breadcrumbs":"FuelVM » Instruction Set » SRW: State read word","id":"264","title":"SRW: State read word"},"265":{"body":"Description A sequential series of 32 bytes is read from the current contract's state. Operation MEM[$rA, 32 * rD] = STATE[MEM[$rC, 32], 32 * rD]; Syntax srwq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Storage read Notes Returns zero if the state element does not exist. Panic if: $rA + 32 * rD overflows or > VM_MAX_RAM $rC + 32 * rD overflows or > VM_MAX_RAM $rB is a reserved register The memory range MEM[$rA, 32 * rD] does not pass ownership check $fp == 0 (in the script context) Register $rB will be set to false if any storage slot in the requested range is unset (default) and true if all the slots are set.","breadcrumbs":"FuelVM » Instruction Set » SRWQ: State read sequential 32 byte slots","id":"265","title":"SRWQ: State read sequential 32 byte slots"},"266":{"body":"Description A word is written to the current contract's state. Operation STATE[MEM[$rA, 32]][0, 8] = $rC;STATE[MEM[$rA, 32]][8, 24] = 0; Syntax sww $rA $rB $rC Encoding 0x00 rA rB rC - Effects Storage write Notes Additional gas is charged when a new storage slot is created. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) The last 24 bytes of STATE[MEM[$rA, 32]] are set to 0. Register $rB will be set to the number of new slots written, i.e. 1 if the slot was previously unset, and 0 if it already contained a value.","breadcrumbs":"FuelVM » Instruction Set » SWW: State write word","id":"266","title":"SWW: State write word"},"267":{"body":"Description A sequential series of 32 bytes is written to the current contract's state. Operation STATE[MEM[$rA, 32], 32 * $rD] = MEM[$rC, 32 * $rD]; Syntax swwq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Storage write Notes Additional gas is charged when for each new storage slot created. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 * $rD overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) Register $rB will be set to the number of storage slots that were previously unset, and were set by this operation.","breadcrumbs":"FuelVM » Instruction Set » SWWQ: State write sequential 32 byte slots","id":"267","title":"SWWQ: State write sequential 32 byte slots"},"268":{"body":"Description Get timestamp of block at given height. Operation $rA = time($rB); Syntax time $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB is greater than the current block height. Gets the timestamp of the block at height $rB. Time is in TAI64 format.","breadcrumbs":"FuelVM » Instruction Set » TIME: Timestamp at height","id":"268","title":"TIME: Timestamp at height"},"269":{"body":"Description Transfer $rB coins with asset ID at $rC to contract with ID at $rA. Operation transfer(MEM[$rA, 32], $rB, MEM[$rC, 32]); Syntax tr $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Balance tree read, balance tree write Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rA, 32] is not in tx.inputs In an external context, if $rB > MEM[balanceOfStart(MEM[$rC, 32]), 8] In an internal context, if $rB is greater than the balance of asset ID MEM[$rC, 32] of output with contract ID MEM[$fp, 32] $rB == 0 Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Transfer from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Contract ID of contract to transfer coins to. amount uint64 Amount of coins transferred. asset_id byte[32] asset ID of coins transferred. pc uint64 Value of register $pc. is uint64 Value of register $is. For output with contract ID MEM[$rA, 32], increase balance of asset ID MEM[$rC, 32] by $rB. In an external context, decrease MEM[balanceOfStart(MEM[$rC, 32]), 8] by $rB. In an internal context, decrease asset ID MEM[$rC, 32] balance of output with contract ID MEM[$fp, 32] by $rB. This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » TR: Transfer coins to contract","id":"269","title":"TR: Transfer coins to contract"},"27":{"body":"enum OutputType : uint8 { Coin = 0, Contract = 1, Change = 2, Variable = 3, ContractCreated = 4,\n} name type description type OutputType Type of output. data One of OutputCoin , OutputContract , OutputChange , OutputVariable , or OutputContractCreated . Output data. Transaction is invalid if: type > OutputType.ContractCreated","breadcrumbs":"Transaction Format » Output » Output","id":"27","title":"Output"},"270":{"body":"Description Transfer $rC coins with asset ID at $rD to address at $rA, with output $rB. Operation transferout(MEM[$rA, 32], $rB, $rC, MEM[$rD, 32]); Syntax tro $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Balance tree read, balance tree write Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM $rB > tx.outputsCount In an external context, if $rC > MEM[balanceOfStart(MEM[$rD, 32]), 8] In an internal context, if $rC is greater than the balance of asset ID MEM[$rD, 32] of output with contract ID MEM[$fp, 32] $rC == 0 tx.outputs[$rB].type != OutputType.Variable tx.outputs[$rB].amount != 0 Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.TransferOut from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Address to transfer coins to. amount uint64 Amount of coins transferred. asset_id byte[32] asset ID of coins transferred. pc uint64 Value of register $pc. is uint64 Value of register $is. In an external context, decrease MEM[balanceOfStart(MEM[$rD, 32]), 8] by $rC. In an internal context, decrease asset ID MEM[$rD, 32] balance of output with contract ID MEM[$fp, 32] by $rC. Then set: tx.outputs[$rB].to = MEM[$rA, 32] tx.outputs[$rB].amount = $rC tx.outputs[$rB].asset_id = MEM[$rD, 32] This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » TRO: Transfer coins to output","id":"270","title":"TRO: Transfer coins to output"},"271":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Blob Instructions","id":"271","title":"Blob Instructions"},"272":{"body":"Description Set $rA to the size of the blob with ID equal to the 32 bytes in memory starting at $rB. Operation $rA = len(blob(MEM[$rB, 32])); Syntax bsiz $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM Blob ID MEM[$rB, 32] is not found","breadcrumbs":"FuelVM » Instruction Set » BSIZ: Blob size","id":"272","title":"BSIZ: Blob size"},"273":{"body":"|-------------|-------------------------------------------------------------------------------------------------------------| | Description | Load 32-byte blob id at $rB, and copy $rD bytes starting from $rC into $sA. | | Operation | MEM[$rA, $rD] = blob(MEM[$rB, 32])[$rC, $rD]; | | Syntax | bldd $rA, $rB, rC, $rD | | Encoding | 0x00 rA rB rC rD | | Notes | If $rC > blob size, zero bytes are filled in. | Panic if: $rA + $rD overflows or > VM_MAX_RAM or > $hp $rB + 32 overflows or > VM_MAX_RAM Blob ID MEM[$rB, 32] is not found","breadcrumbs":"FuelVM » Instruction Set » BLDD: Load data from a blob","id":"273","title":"BLDD: Load data from a blob"},"274":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Cryptographic Instructions","id":"274","title":"Cryptographic Instructions"},"275":{"body":"Description The 64-byte public key (x, y) recovered from 64-byte signature starting at $rB on 32-byte message hash starting at $rC. Operation MEM[$rA, 64] = ecrecover_k1(MEM[$rB, 64], MEM[$rC, 32]); Syntax eck1 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Takes message hash as an input. You can use S256 to hash the message if needed. Panic if: $rA + 64 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 64] does not pass ownership check Signatures and signature verification are specified here . If the signature cannot be verified, MEM[$rA, 64] is set to 0 and $err is set to 1, otherwise $err is cleared. To get the address from the public key, hash the public key with SHA-2-256 .","breadcrumbs":"FuelVM » Instruction Set » ECK1: Secp256k1 signature recovery","id":"275","title":"ECK1: Secp256k1 signature recovery"},"276":{"body":"Description The 64-byte public key (x, y) recovered from 64-byte signature starting at $rB on 32-byte message hash starting at $rC. Operation MEM[$rA, 64] = ecrecover_r1(MEM[$rB, 64], MEM[$rC, 32]); Syntax ecr1 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Takes message hash as an input. You can use S256 to hash the message if needed. Panic if: $rA + 64 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 64] does not pass ownership check Signatures and signature verification are specified here . If the signature cannot be verified, MEM[$rA, 64] is set to 0 and $err is set to 1, otherwise $err is cleared. To get the address from the public key, hash the public key with SHA-2-256 .","breadcrumbs":"FuelVM » Instruction Set » ECR1: Secp256r1 signature recovery","id":"276","title":"ECR1: Secp256r1 signature recovery"},"277":{"body":"Description Verification 64-byte signature at $rB with 32-byte public key at $rA for a message starting at $rC with length $rD. Operation ed19verify(MEM[$rA, 32], MEM[$rB, 64], MEM[$rC, $rD]); Syntax ed19 $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Takes message instead of hash. For backwards compatibility reasons, if $rD == 0, it will be treated as 32. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + $rD overflows or > VM_MAX_RAM Verification are specified here . If there is an error in verification, $err is set to 1, otherwise $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ED19: EdDSA curve25519 verification","id":"277","title":"ED19: EdDSA curve25519 verification"},"278":{"body":"Description The keccak-256 hash of $rC bytes starting at $rB. Operation MEM[$rA, 32] = keccak256(MEM[$rB, $rC]); Syntax k256 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » K256: keccak-256","id":"278","title":"K256: keccak-256"},"279":{"body":"Description The SHA-2-256 hash of $rC bytes starting at $rB. Operation MEM[$rA, 32] = sha256(MEM[$rB, $rC]); Syntax s256 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » S256: SHA-2-256","id":"279","title":"S256: SHA-2-256"},"28":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins.","breadcrumbs":"Transaction Format » Output » OutputCoin","id":"28","title":"OutputCoin"},"280":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Other Instructions","id":"280","title":"Other Instructions"},"281":{"body":"Description Call an external function that has full access to the VM state. Operation external(&mut vm, $rA, $rB, $rC, $rD) Syntax ecal $rA $rB $rC $rD Encoding 0x00 rA rB rC rD Notes Does nothing by default, but the VM user can define this to do anything. This function provides an escape hatch from the VM, similar to ecall instruction of RISC-V. The suggested convention is to use $rA for \"system call number\", i.e. identifying the procedure to call, but all arguments can be used freely. The operation can modify the VM state freely, including writing to registers and memory. Again, the suggested convention is to use $rA for the return value and $err for any possible errors. However, these conventions can be ignored when necessary. Panic if: The external function panics.","breadcrumbs":"FuelVM » Instruction Set » ECAL: Call external function","id":"281","title":"ECAL: Call external function"},"282":{"body":"Description Set $flag to $rA. Operation $flag = $rA; Syntax flag $rA Encoding 0x00 rA - - - Notes Panic if: Any reserved flags are set","breadcrumbs":"FuelVM » Instruction Set » FLAG: Set flags","id":"282","title":"FLAG: Set flags"},"283":{"body":"Description Get metadata from memory. Operation Varies (see below). Syntax gm $rA, imm Encoding 0x00 rA imm imm imm Notes Read metadata from memory. A convenience instruction to avoid manually extracting metadata. name value description GM_IS_CALLER_EXTERNAL 0x00001 Get if caller is external. GM_GET_CALLER 0x00002 Get caller's contract ID. GM_GET_VERIFYING_PREDICATE 0x00003 Get index of current predicate. GM_GET_CHAIN_ID 0x00004 Get the value of CHAIN_ID GM_TX_START 0x00005 Transaction start memory address GM_BASE_ASSET_ID 0x00006 Base asset ID If imm == GM_IS_CALLER_EXTERNAL: Panic if: $fp == 0 (in an external context) Set $rA to true if parent is an external context, false otherwise. If imm == GM_GET_CALLER: Panic if: $fp == 0 (in an external context) $fp->$fp == 0 (if parent context is external) Set $rA to $fp->$fp (i.e. $rA will point to the previous call frame's contract ID). If imm == GM_GET_VERIFYING_PREDICATE: Panic if: not in a predicate context Set $rA to the index of the currently-verifying predicate.","breadcrumbs":"FuelVM » Instruction Set » GM: Get metadata","id":"283","title":"GM: Get metadata"},"284":{"body":"Description Get transaction fields. Operation Varies (see below). Syntax gtf $rA, $rB, imm Encoding 0x00 rA rB i i Notes Get fields from the transaction . name imm set $rA to GTF_TYPE 0x001 tx.type GTF_SCRIPT_GAS_LIMIT 0x002 tx.scriptGasLimit GTF_SCRIPT_SCRIPT_LENGTH 0x003 tx.scriptLength GTF_SCRIPT_SCRIPT_DATA_LENGTH 0x004 tx.scriptDataLength GTF_SCRIPT_INPUTS_COUNT 0x005 tx.inputsCount GTF_SCRIPT_OUTPUTS_COUNT 0x006 tx.outputsCount GTF_SCRIPT_WITNESSES_COUNT 0x007 tx.witnessesCount GTF_SCRIPT_SCRIPT 0x009 Memory address of tx.script GTF_SCRIPT_SCRIPT_DATA 0x00A Memory address of tx.scriptData GTF_SCRIPT_INPUT_AT_INDEX 0x00B Memory address of tx.inputs[$rB] GTF_SCRIPT_OUTPUT_AT_INDEX 0x00C Memory address of t.outputs[$rB] GTF_SCRIPT_WITNESS_AT_INDEX 0x00D Memory address of tx.witnesses[$rB] GTF_TX_LENGTH 0x00E Length of raw transaction types in memory GTF_CREATE_BYTECODE_WITNESS_INDEX 0x101 tx.bytecodeWitnessIndex GTF_CREATE_STORAGE_SLOTS_COUNT 0x102 tx.storageSlotsCount GTF_CREATE_INPUTS_COUNT 0x103 tx.inputsCount GTF_CREATE_OUTPUTS_COUNT 0x104 tx.outputsCount GTF_CREATE_WITNESSES_COUNT 0x105 tx.witnessesCount GTF_CREATE_SALT 0x106 Memory address of tx.salt GTF_CREATE_STORAGE_SLOT_AT_INDEX 0x107 Memory address of tx.storageSlots[$rB] GTF_CREATE_INPUT_AT_INDEX 0x108 Memory address of tx.inputs[$rB] GTF_CREATE_OUTPUT_AT_INDEX 0x109 Memory address of t.outputs[$rB] GTF_CREATE_WITNESS_AT_INDEX 0x10A Memory address of tx.witnesses[$rB] GTF_INPUT_TYPE 0x200 tx.inputs[$rB].type GTF_INPUT_COIN_TX_ID 0x201 Memory address of tx.inputs[$rB].txID GTF_INPUT_COIN_OUTPUT_INDEX 0x202 tx.inputs[$rB].outputIndex GTF_INPUT_COIN_OWNER 0x203 Memory address of tx.inputs[$rB].owner GTF_INPUT_COIN_AMOUNT 0x204 tx.inputs[$rB].amount GTF_INPUT_COIN_ASSET_ID 0x205 Memory address of tx.inputs[$rB].asset_id GTF_INPUT_COIN_WITNESS_INDEX 0x207 tx.inputs[$rB].witnessIndex GTF_INPUT_COIN_PREDICATE_LENGTH 0x209 tx.inputs[$rB].predicateLength GTF_INPUT_COIN_PREDICATE_DATA_LENGTH 0x20A tx.inputs[$rB].predicateDataLength GTF_INPUT_COIN_PREDICATE 0x20B Memory address of tx.inputs[$rB].predicate GTF_INPUT_COIN_PREDICATE_DATA 0x20C Memory address of tx.inputs[$rB].predicateData GTF_INPUT_COIN_PREDICATE_GAS_USED 0x20D tx.inputs[$rB].predicateGasUsed GTF_INPUT_CONTRACT_CONTRACT_ID 0x225 Memory address of tx.inputs[$rB].contractID GTF_INPUT_MESSAGE_SENDER 0x240 Memory address of tx.inputs[$rB].sender GTF_INPUT_MESSAGE_RECIPIENT 0x241 Memory address of tx.inputs[$rB].recipient GTF_INPUT_MESSAGE_AMOUNT 0x242 tx.inputs[$rB].amount GTF_INPUT_MESSAGE_NONCE 0x243 Memory address of tx.inputs[$rB].nonce GTF_INPUT_MESSAGE_WITNESS_INDEX 0x244 tx.inputs[$rB].witnessIndex GTF_INPUT_MESSAGE_DATA_LENGTH 0x245 tx.inputs[$rB].dataLength GTF_INPUT_MESSAGE_PREDICATE_LENGTH 0x246 tx.inputs[$rB].predicateLength GTF_INPUT_MESSAGE_PREDICATE_DATA_LENGTH 0x247 tx.inputs[$rB].predicateDataLength GTF_INPUT_MESSAGE_DATA 0x248 Memory address of tx.inputs[$rB].data GTF_INPUT_MESSAGE_PREDICATE 0x249 Memory address of tx.inputs[$rB].predicate GTF_INPUT_MESSAGE_PREDICATE_DATA 0x24A Memory address of tx.inputs[$rB].predicateData GTF_INPUT_MESSAGE_PREDICATE_GAS_USED 0x24B tx.inputs[$rB].predicateGasUsed GTF_OUTPUT_TYPE 0x300 tx.outputs[$rB].type GTF_OUTPUT_COIN_TO 0x301 Memory address of tx.outputs[$rB].to GTF_OUTPUT_COIN_AMOUNT 0x302 tx.outputs[$rB].amount GTF_OUTPUT_COIN_ASSET_ID 0x303 Memory address of tx.outputs[$rB].asset_id GTF_OUTPUT_CONTRACT_INPUT_INDEX 0x304 tx.outputs[$rB].inputIndex GTF_OUTPUT_CONTRACT_BALANCE_ROOT 0x305 Memory address of tx.outputs[$rB].balanceRoot GTF_OUTPUT_CONTRACT_STATE_ROOT 0x306 Memory address of tx.outputs[$rB].stateRoot GTF_OUTPUT_CONTRACT_CREATED_CONTRACT_ID 0x307 Memory address of tx.outputs[$rB].contractID GTF_OUTPUT_CONTRACT_CREATED_STATE_ROOT 0x308 Memory address of tx.outputs[$rB].stateRoot GTF_WITNESS_DATA_LENGTH 0x400 tx.witnesses[$rB].dataLength GTF_WITNESS_DATA 0x401 Memory address of tx.witnesses[$rB].data GTF_POLICY_TYPES 0x500 tx.policies.policyTypes GTF_POLICY_TIP 0x501 tx.policies[0x00].tip GTF_POLICY_WITNESS_LIMIT 0x502 tx.policies[count_ones(0b11 & tx.policyTypes) - 1].witnessLimit GTF_POLICY_MATURITY 0x503 tx.policies[count_ones(0b111 & tx.policyTypes) - 1].maturity GTF_POLICY_MAX_FEE 0x504 tx.policies[count_ones(0b1111 & tx.policyTypes) - 1].maxFee Panic if: $rA is a reserved register imm is not one of the values listed above The value of $rB results in an out of bounds access for variable-length fields The input or output type does not match (OutputChange and OutputVariable count as OutputCoin) The requested policy type is not set for this transaction. For fixed-length fields, the value of $rB is ignored.","breadcrumbs":"FuelVM » Instruction Set » GTF: Get transaction fields","id":"284","title":"GTF: Get transaction fields"},"285":{"body":"Specifications for network-specific components of the protocol. PoA Network","breadcrumbs":"Networks » Networks","id":"285","title":"Networks"},"286":{"body":"","breadcrumbs":"Networks » Proof of Authority (PoA) » PoA Network","id":"286","title":"PoA Network"},"287":{"body":"Wraps the application header . name type description prevRoot byte[32] Merkle root of all previous consensus header hashes (i.e. not including this block). height uint32 Height of this block. timestamp uint64 Time this block was created, in TAI64 format. applicationHash byte[32] Hash of serialized application header for this block. Consensus for the consensus header is a single signature from the authority over the hash of the serialized consensus header. Since the system is secure under the assumption the authority is honest, there is no need for committing to the authority signatures in the header.","breadcrumbs":"Networks » Proof of Authority (PoA) » Consensus Header","id":"287","title":"Consensus Header"},"288":{"body":"Test suites for verifying the correctness of a Fuel implementation. Sparse Merkle Tree Tests","breadcrumbs":"Testing » Testing","id":"288","title":"Testing"},"289":{"body":"","breadcrumbs":"Testing » Sparse Merkle Tree » Sparse Merkle Tree Test Specifications","id":"289","title":"Sparse Merkle Tree Test Specifications"},"29":{"body":"name type description inputIndex uint16 Index of input contract. balanceRoot byte[32] Root of amount of coins owned by contract after transaction execution. stateRoot byte[32] State root of contract after transaction execution. Transaction is invalid if: inputIndex >= tx.inputsCount tx.inputs[inputIndex].type != InputType.Contract Note: when signing a transaction, balanceRoot and stateRoot are set to zero. Note: when verifying a predicate or executing a script, balanceRoot and stateRoot are initialized to zero. The balance root balanceRoot is the root of the SMT of balance leaves. Each balance is a uint64, keyed by asset ID (a byte[32]). The state root stateRoot is the root of the SMT of storage slots. Each storage slot is a byte[32], keyed by a byte[32].","breadcrumbs":"Transaction Format » Output » OutputContract","id":"29","title":"OutputContract"},"290":{"body":"0.1.1 Last updated 2022/07/11","breadcrumbs":"Testing » Sparse Merkle Tree » Version","id":"290","title":"Version"},"291":{"body":"This document outlines a test suite specification that can be used to verify the correctness of a Sparse Merkle Tree's outputs. The scope of this document covers only Sparse Merkle Tree (SMT) implementations that are compliant with Celestia Sparse Merkle Tree Specification . The goal of this document is to equip SMT library developers with a supplemental indicator of correctness. Libraries implementing an SMT can additionally implement this test suite specification in the code base's native language. Passing all tests in the concrete test suite is an indication of correctness and consistency with the reference specification; however, it is not an absolute guarantee. The tests described in this document are designed to test features common to most Sparse Merkle Tree implementations. Test specifications are agnostic of the implementation details or language, and therefore take a black-box testing approach. A test specification may provide an example of what a compliant test may look like in the form of pseudocode. A test specification follows the format: Test name Test description Test inputs Test outputs Example pseudocode For a concrete test to comply with its corresponding test specification, the System Under Test (SUT) must take in the prescribed inputs. When the SUT produces the prescribed outputs, the test passes. When the SUT produces any result or error that is not prescribed by the specification, the test fails. For a library to comply with the complete specification described herein, it must implement all test specifications, and each test must pass. All test specifications assume that the Merkle Tree implementation under test uses the SHA-2-256 hashing algorithm as defined in FIPS PUB 180-4 to produce its outputs. The following test cases stipulate a theoretical function Sum(N) that takes in a big endian data slice N and returns the 32 byte SHA-256 hash of N.","breadcrumbs":"Testing » Sparse Merkle Tree » Abstract","id":"291","title":"Abstract"},"292":{"body":"Test Empty Root Test Update 1 Test Update 2 Test Update 3 Test Update 5 Test Update 10 Test Update 100 Test Update With Repeated Inputs Test Update Overwrite Key Test Update Union Test Update Sparse Union Test Update With Empty Data Test Update With Empty Data Performs Delete Test Update 1 Delete 1 Test Update 2 Delete 1 Test Update 10 Delete 5 Test Delete Non-existent Key Test Interleaved Update Delete Test Delete Sparse Union","breadcrumbs":"Testing » Sparse Merkle Tree » Root Signature Tests","id":"292","title":"Root Signature Tests"},"293":{"body":"Description : Tests the default root given no update or delete operations. The input set is described by S = {Ø}. Inputs : No inputs . Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Empty Root","id":"293","title":"Test Empty Root"},"294":{"body":"Description : Tests the root after performing a single update call with the specified input. Inputs : Update the empty tree with (K, D) where leaf key K = Sum(0u32) (32 bytes) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 1","id":"294","title":"Test Update 1"},"295":{"body":"Description : Tests the root after performing two update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x8d0ae412ca9ca0afcb3217af8bcd5a673e798bd6fd1dfacad17711e883f494cb Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '8d0ae412ca9ca0afcb3217af8bcd5a673e798bd6fd1dfacad17711e883f494cb'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 2","id":"295","title":"Test Update 2"},"296":{"body":"Description : Tests the root after performing three update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(2u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x52295e42d8de2505fdc0cc825ff9fead419cbcf540d8b30c7c4b9c9b94c268b7 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x02\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '52295e42d8de2505fdc0cc825ff9fead419cbcf540d8b30c7c4b9c9b94c268b7'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 3","id":"296","title":"Test Update 3"},"297":{"body":"Description : Tests the root after performing five update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(2u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(3u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(4u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 5","id":"297","title":"Test Update 5"},"298":{"body":"Description : Tests the root after performing 10 update calls with the specified inputs. Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x21ca4917e99da99a61de93deaf88c400d4c082991cb95779e444d43dd13e8849 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '21ca4917e99da99a61de93deaf88c400d4c082991cb95779e444d43dd13e8849'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 10","id":"298","title":"Test Update 10"},"299":{"body":"Description : Tests the root after performing 100 update calls with the specified inputs. Inputs : For each i in 0..100, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x82bf747d455a55e2f7044a03536fc43f1f55d43b855e72c0110c986707a23e4d Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..100 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '82bf747d455a55e2f7044a03536fc43f1f55d43b855e72c0110c986707a23e4d'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 100","id":"299","title":"Test Update 100"},"3":{"body":"Proof of Authority (PoA) - The Fuel Proof of Authority Network.","breadcrumbs":"Fuel Specifications » Network-Specific","id":"3","title":"Network-Specific"},"30":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins. Transaction is invalid if: any other output has type OutputType.OutputChange and asset ID asset_id (i.e. only one change output per asset ID is allowed) Note: when signing a transaction, amount is set to zero. Note: when verifying a predicate or executing a script, amount is initialized to zero. This output type indicates that the output's amount may vary based on transaction execution, but is otherwise identical to a Coin output. An amount of zero after transaction execution indicates that the output is unspendable and can be pruned from the UTXO set.","breadcrumbs":"Transaction Format » Output » OutputChange","id":"30","title":"OutputChange"},"300":{"body":"Description : Tests the root after performing two update calls with the same inputs. The resulting input set is described by S = {A} U {A} = {A}, where {A} is the input. This test expects a root signature identical to that produced by Test Update 1 . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree again with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Repeated Inputs","id":"300","title":"Test Update With Repeated Inputs"},"301":{"body":"Description : Tests the root after performing two update calls with the same leaf keys but different leaf data. The second update call is expected to overwrite the data originally written by the first update call. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"CHANGE\" (bytes, UTF-8) Outputs : The expected root signature: 0xdd97174c80e5e5aa3a31c61b05e279c1495c8a07b2a08bca5dbc9fb9774f9457 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"CHANGE\")\nroot = smt.root()\nexpected_root = 'dd97174c80e5e5aa3a31c61b05e279c1495c8a07b2a08bca5dbc9fb9774f9457'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Overwrite Key","id":"301","title":"Test Update Overwrite Key"},"302":{"body":"Description : Tests the root after performing update calls with discontinuous sets of inputs. The resulting input set is described by S = [0..5) U [10..15) U [20..25). Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 10..15, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 20..25, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 10..15 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 20..25 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Union","id":"302","title":"Test Update Union"},"303":{"body":"Description : Tests the root after performing update calls with discontinuous sets of inputs. The resulting input set is described by S = [0, 2, 4, 6, 8]. Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i * 2) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0xe912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32 * 2).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = 'e912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Sparse Union","id":"303","title":"Test Update Sparse Union"},"304":{"body":"Description : Tests the root after performing one update call with empty data. Updating the empty tree with empty data does not change the root, and the expected root remains the default root. The resulting input set is described by S = {Ø} U {Ø} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and empty leaf data D = b\"\" (0 bytes) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"\")\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Empty Data","id":"304","title":"Test Update With Empty Data"},"305":{"body":"Description : Tests the root after performing one update call with arbitrary data followed by a second update call on the same key with empty data. Updating a key with empty data is equivalent to calling delete. By deleting the only key, we have an empty tree and expect to arrive at the default root. The resulting input set is described by S = {0} - {0} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(0u32) and empty leaf data D = b\"\" (0 bytes) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"\")\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Empty Data Performs Delete","id":"305","title":"Test Update With Empty Data Performs Delete"},"306":{"body":"Description : Tests the root after performing one update call followed by a subsequent delete call on the same key. By deleting the only key, we have an empty tree and expect to arrive at the default root. The resulting input set is described by S = {0} - {0} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(0u32) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.delete(&sum(b\"\\x00\\x00\\x00\\x00\"))\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 1 Delete 1","id":"306","title":"Test Update 1 Delete 1"},"307":{"body":"Description : Tests the root after performing two update calls followed by a subsequent delete call on the first key. By deleting the second key, we have a tree with only one key remaining, equivalent to a single update. This test expects a root signature identical to that produced by Test Update 1 . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(1u32) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nsmt.delete(&sum(b\"\\x00\\x00\\x00\\x01\"))\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 2 Delete 1","id":"307","title":"Test Update 2 Delete 1"},"308":{"body":"Description : Tests the root after performing 10 update calls followed by 5 subsequent delete calls on the latter keys. By deleting the last five keys, we have a tree with the first five keys remaining, equivalent to five updates. This test expects a root signature identical to that produced by Test Update 5 . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 5..10, delete (K) from the tree, where leaf key K = Sum(i) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 5..10 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 10 Delete 5","id":"308","title":"Test Update 10 Delete 5"},"309":{"body":"Description : Tests the root after performing five update calls followed by a subsequent delete on a key that is not present in the input set. This test expects a root signature identical to that produced by Test Update 5 . Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(1024u32) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nsmt.delete(&sum(b\"\\x00\\x00\\x04\\x00\")) root = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Delete Non-existent Key","id":"309","title":"Test Delete Non-existent Key"},"31":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins. Note: when signing a transaction, to, amount, and asset_id are set to zero. Note: when verifying a predicate or executing a script, to, amount, and asset_id are initialized to zero. This output type indicates that the output's amount and owner may vary based on transaction execution, but is otherwise identical to a Coin output. An amount of zero after transaction execution indicates that the output is unspendable and can be pruned from the UTXO set.","breadcrumbs":"Transaction Format » Output » OutputVariable","id":"31","title":"OutputVariable"},"310":{"body":"Description : Tests the root after performing a series of interleaved update and delete calls. The resulting input set is described by [0..5) U [10..15) U [20..25). This test demonstrates the inverse relationship between operations update and delete. This test expects a root signature identical to that produced by Test Update Union . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 5..15, delete (K) from the tree, where leaf key K = Sum(i) from the tree For each i in 10..20, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 15..25, delete (K) from the tree, where leaf key K = Sum(i) from the tree For each i in 20..30, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 25..35, delete (K) from the tree, where leaf key K = Sum(i) from the tree Outputs : The expected root signature: 0x7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 5..15 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nfor i in 10..20 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 15..25 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nfor i in 20..30 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 25..35 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = '7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Interleaved Update Delete","id":"310","title":"Test Interleaved Update Delete"},"311":{"body":"Description : Tests the root after performing delete calls with discontinuous sets of inputs. The resulting input set is described by S = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - [1, 3, 5, 7, 9] = [0, 2, 4, 6, 8]. This test expects a root signature identical to that produced by Test Update Sparse Union . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 0..5, delete (K) from the tree, where leaf key K = Sum(i * 2 + 1) Outputs : The expected root signature: 0xe912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 0..5 { key = &(i as u32 * 2 + 1).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = 'e912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Delete Sparse Union","id":"311","title":"Test Delete Sparse Union"},"32":{"body":"name type description contractID byte[32] Contract ID. stateRoot byte[32] Initial state root of contract.","breadcrumbs":"Transaction Format » Output » OutputContractCreated","id":"32","title":"OutputContractCreated"},"33":{"body":"name type description dataLength uint64 Length of witness data, in bytes. data byte[] Witness data.","breadcrumbs":"Transaction Format » Witness » Witness","id":"33","title":"Witness"},"34":{"body":"The location of the transaction in the block. It can be used by UTXOs as a reference to the transaction or by the transaction itself to make it unique. name type description blockHeight uint32 Block height. txIndex uint16 Transaction index.","breadcrumbs":"Transaction Format » Transaction Pointer » TXPointer","id":"34","title":"TXPointer"},"35":{"body":"This chapter defines how to compute unique identifiers. Asset ID Blob ID Contract ID Predicate ID Transaction ID UTXO ID Coin ID Message ID Message Nonce Fee ID","breadcrumbs":"Computing Identifiers » Identifiers","id":"35","title":"Identifiers"},"36":{"body":"The asset ID (also called asset hash ) of a asset is computed as the hash of the CONTRACT_ID and a 256-bit SUB_IDENTIFIER. sha256(CONTRACT_ID ++ SUB_IDENTIFIER)","breadcrumbs":"Computing Identifiers » Asset ID » Asset ID","id":"36","title":"Asset ID"},"37":{"body":"The blob ID (also called blob hash ) of a transaction is computed as the hash of the blob data. Blob ID calculation doesn't vary between chains. sha256(blob_data)","breadcrumbs":"Computing Identifiers » Blob ID » Blob ID","id":"37","title":"Blob ID"},"38":{"body":"For a transaction of type TransactionType.Create, tx, the contract ID is sha256(0x4655454C ++ tx.data.salt ++ root(tx.data.witnesses[bytecodeWitnessIndex].data) ++ root_smt(tx.storageSlots)), where root is the Merkle root of the binary Merkle tree with each leaf being 16KiB of instructions, and root_smt is the Sparse Merkle tree root of the provided key-value pairs. If the bytecode is not a multiple of 16 KiB, the final leaf should be zero-padded rounding up to the nearest multiple of 8 bytes.","breadcrumbs":"Computing Identifiers » Contract ID » Contract ID","id":"38","title":"Contract ID"},"39":{"body":"For an input of type InputType.Coin or InputType.Message, input, the predicate owner is calculated as: sha256(0x4655454C ++ root(input.predicate)), where root is the Merkle root of the binary Merkle tree each leaf being 16KiB of instructions. If the bytecode is not a multiple of 16 KiB, the final leaf should be zero-padded rounding up to the nearest multiple of 8 bytes.","breadcrumbs":"Computing Identifiers » Predicate ID » Predicate ID","id":"39","title":"Predicate ID"},"4":{"body":"Sparse Merkle Tree - A test suite for verifying correctness of SMT outputs.","breadcrumbs":"Fuel Specifications » Testing","id":"4","title":"Testing"},"40":{"body":"The transaction ID (also called transaction hash ) of a transaction is computed as the hash of CHAIN_ID and the serialized transaction with fields zeroed out for signing (see different inputs and outputs for which fields are set to zero), and without witness data. In other words, only all non-witness data is hashed. sha256(CHAIN_ID ++ serialized_tx(tx))","breadcrumbs":"Computing Identifiers » Transaction ID » Transaction ID","id":"40","title":"Transaction ID"},"41":{"body":"","breadcrumbs":"Computing Identifiers » UTXO ID » UTXO ID","id":"41","title":"UTXO ID"},"42":{"body":"Is represented as an outpoint : a pair of transaction ID as byte[32] and output index as a uint16.","breadcrumbs":"Computing Identifiers » UTXO ID » Coin ID","id":"42","title":"Coin ID"},"43":{"body":"The ID of a message is computed as the hash of: the sender address as byte[32], the recipient address as byte[32], the Message nonce as byte[32], the amount being sent with the message as uint64, the message data as byte[] hash(byte[32] ++ byte[32] ++ byte[32] ++ uint64 ++ byte[]). The address values are serialized as a byte array of length 32 left-padded with zeroes, and all other value types are serialized according to the standard transaction serialization . Note that the message data length is not included since there is only one dynamically sized field and can be implicitly determined by the hash preimage size.","breadcrumbs":"Computing Identifiers » UTXO ID » Message ID","id":"43","title":"Message ID"},"44":{"body":"The nonce value for InputMessage is determined by the sending system and is published at the time the message is sent. The nonce value for OutputMessage is computed as the hash of the Transaction ID that emitted the message and the index of the message receipt uint16 (with canonical encoding): hash(byte[32] ++ canonical(uint16)).","breadcrumbs":"Computing Identifiers » UTXO ID » Message Nonce","id":"44","title":"Message Nonce"},"45":{"body":"The UTXO ID of collected fees in a block is the block height as a 32-byte big-endian unsigned integer (i.e. the first byte of the 32-byte array is the most significant byte, and so on).","breadcrumbs":"Computing Identifiers » UTXO ID » Fee ID","id":"45","title":"Fee ID"},"46":{"body":"Transaction Validity Cryptographic Primitives Storage Slot Initialization Block Header Format Relayer/Bridge","breadcrumbs":"Protocol » Protocol","id":"46","title":"Protocol"},"47":{"body":"Transaction Life Cycle Access Lists VM Precondition Validity Rules Base Sanity Checks Spending UTXOs and Created Contracts Sufficient Balance Valid Signatures Predicate Verification Script Execution VM Postcondition Validity Rules Correct Change State Changes","breadcrumbs":"Protocol » Transaction Validity Rules » Transaction Validity","id":"47","title":"Transaction Validity"},"48":{"body":"Once a transaction is seen, it goes through several stages of validation, in this order: Pre-checks Predicate verification Script execution Post-checks","breadcrumbs":"Protocol » Transaction Validity Rules » Transaction Life Cycle","id":"48","title":"Transaction Life Cycle"},"49":{"body":"The validity rules below assume sequential transaction validation for side effects (i.e. state changes). However, by construction, transactions with disjoint write access lists can be validated in parallel, including with overlapping read-only access lists. Transactions with overlapping write access lists must be validated and placed in blocks in topological order. UTXOs and contracts in the read-only and write-destroy access lists must exist (i.e. have been created previously) in order for a transaction to be valid. In other words, for a unique state element ID, the write-create must precede the write-destroy. Read-only access list: Write-destroy access list: For each input InputType.Coin The UTXO ID (txId, outputIndex) For each input InputType.Contract The UTXO ID (txId, outputIndex) For each input InputType.Message The message ID messageID Write-create access list: For each output OutputType.ContractCreated The contract ID contractID For each output The created UTXO ID Note that block proposers use the contract ID contractID for inputs and outputs of type InputType.Contract and OutputType.Contract rather than the pair of txId and outputIndex.","breadcrumbs":"Protocol » Transaction Validity Rules » Access Lists","id":"49","title":"Access Lists"},"5":{"body":"The Fuel Transaction Format. Consensus Parameters Transaction TransactionScript TransactionCreate TransactionMint TransactionUpgrade TransactionUpload TransactionBlob Input InputCoin InputContract InputMessage Output OutputCoin OutputContract OutputChange OutputVariable OutputContractCreated Witness Policy TXPointer","breadcrumbs":"Transaction Format » Transaction Format","id":"5","title":"Transaction Format"},"50":{"body":"This section defines VM precondition validity rules for transactions: the bare minimum required to accept an unconfirmed transaction into a mempool, and preconditions that the VM assumes to hold prior to execution. Chains of unconfirmed transactions are omitted. For a transaction tx, UTXO set state, contract set contracts, and message set messages, the following checks must pass. Note: InputMessages where input.dataLength > 0 are not dropped from the messages message set until they are included in a transaction of type TransactionType.Script with a ScriptResult receipt where result is equal to 0 indicating a successful script exit.","breadcrumbs":"Protocol » Transaction Validity Rules » VM Precondition Validity Rules","id":"50","title":"VM Precondition Validity Rules"},"51":{"body":"Base sanity checks are defined in the transaction format .","breadcrumbs":"Protocol » Transaction Validity Rules » Base Sanity Checks","id":"51","title":"Base Sanity Checks"},"52":{"body":"for input in tx.inputs: if input.type == InputType.Contract: if not input.contractID in contracts: return False elif input.type == InputType.Message: if not input.nonce in messages: return False else: if not (input.txId, input.outputIndex) in state: return False\nreturn True If this check passes, the UTXO ID (txId, outputIndex) fields of each contract input is set to the UTXO ID of the respective contract. The txPointer of each input is also set to the TX pointer of the UTXO with ID utxoID.","breadcrumbs":"Protocol » Transaction Validity Rules » Spending UTXOs and Created Contracts","id":"52","title":"Spending UTXOs and Created Contracts"},"53":{"body":"For each asset ID assetId in the input and output set: def gas_to_fee(gas, gasPrice) -> int: \"\"\" Converts gas units into a fee amount \"\"\" return ceil(gas * gasPrice / GAS_PRICE_FACTOR) def sum_data_messages(tx, assetId) -> int: \"\"\" Returns the total balance available from messages containing data \"\"\" total: int = 0 if assetId == 0: for input in tx.inputs: if input.type == InputType.Message and input.dataLength > 0: total += input.amount return total def sum_inputs(tx, assetId) -> int: total: int = 0 for input in tx.inputs: if input.type == InputType.Coin and input.assetId == assetId: total += input.amount elif input.type == InputType.Message and assetId == 0 and input.dataLength == 0: total += input.amount return total def transaction_size_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of a transaction based on size in bytes \"\"\" return size(tx) * GAS_PER_BYTE def minted(tx, assetId) -> int: \"\"\" Returns any minted amounts by the transaction \"\"\" if tx.type != TransactionType.Mint or assetId != tx.mintAssetId: return 0 return tx.mint_amount def sum_outputs(tx, assetId) -> int: total: int = 0 for output in tx.outputs: if output.type == OutputType.Coin and output.assetId == assetId: total += output.amount return total def input_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of verifying input utxos \"\"\" total: int = 0 witnessIndices = set() for input in tx.inputs: if input.type == InputType.Coin or input.type == InputType.Message: # add fees allocated for predicate execution if input.predicateLength == 0: # notate witness index if input is signed witnessIndices.add(input.witnessIndex) else: # add intrinsic gas cost of predicate merkleization based on number of predicate bytes total += contract_code_root_gas_fee(input.predicateLength) total += input.predicateGasUsed # add intrinsic cost of vm initialization total += vm_initialization_gas_fee() # add intrinsic cost of verifying witness signatures total += len(witnessIndices) * eck1_recover_gas_fee() return total def metadata_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of processing transaction outputs The `contract_code_root_gas_fee`, `sha256_gas_fee`, and `contract_state_root_gas_fee` are based on the benchmarked gas costs of these operations. Consensus parameters contain definitions of gas costs for all operations and opcodes in the network. \"\"\" total: int = 0 if tx.type == TransactionType.Create: for output in tx.outputs: if output.type == OutputType.OutputContractCreated: # add intrinsic cost of calculating the code root based on the size of the contract bytecode total += contract_code_root_gas_fee(tx.witnesses[tx.bytecodeWitnessIndex].dataLength) # add intrinsic cost of calculating the state root based on the number of sotrage slots total += contract_state_root_gas_fee(tx.storageSlotCount) # add intrinsic cost of calculating the contract id # size = 4 byte seed + 32 byte salt + 32 byte code root + 32 byte state root total += sha256_gas_fee(100) elif tx.type == TransactionType.Upgrade: if tx.upgradePurpose.type == UpgradePurposeType.ConsensusParameters: # add intrinsic cost of calculating the consensus parameters hash total += sha256_gas_fee(size(tx.witnesses[tx.upgradePurpose.witnessIndex].data)) elif tx.type == TransactionType.Upload: # add intrinsic cost of calculating the root based on the number of bytecode subsections total += contract_state_root_gas_fee(tx.subsectionsNumber) # add intrinsic cost of hashing the subsection for verification of the connection with Binary Merkle tree root total += sha256_gas_fee(size(tx.witnesses[tx.witnessIndex])) if tx.type != TransactionType.Mint: # add intrinsic cost of calculating the transaction id total += sha256_gas_fee(size(tx)) return total def intrinsic_gas_fees(tx) -> int: \"\"\" Computes intrinsic costs for a transaction \"\"\" fees: int = 0 # add the cost of initializing a vm for the script if tx.type == TransactionType.Create or tx.type == TransactionType.Script: fees += vm_initialization_gas_fee() fees += metadata_gas_fees(tx) fees += intrinsic_input_gas_fees(tx) return fees def min_gas(tx) -> int: \"\"\" Comutes the minimum amount of gas required for a transaction to begin processing. \"\"\" gas = transaction_size_gas_fees(tx) + intrinsic_gas_fees(tx) if tx.type == TransactionType.Upload # charge additionally for storing bytecode on chain gas += transaction_size_gas_fees(size(tx.witnesses[tx.witnessIndex])) return gas def max_gas(tx) -> int: \"\"\" Computes the amount of gas required to process a transaction. \"\"\" gas = min_gas(tx) gas = gas + (tx.witnessBytesLimit - tx.witnessBytes) * GAS_PER_BYTE if tx.type == TransactionType.Script: gas += tx.gasLimit return gas def maxFee(tx, assetId, gasPrice) -> int: \"\"\" Computes the maximum potential amount of fees that may need to be charged to process a transaction. \"\"\" maxGas = max_gas(tx) feeBalance = gas_to_fee(maxGas, gasPrice) # Only base asset can be used to pay for gas if assetId == 0: return feeBalance else: return 0 def available_balance(tx, assetId) -> int: \"\"\" Make the data message balance available to the script \"\"\" availableBalance = sum_inputs(tx, assetId) + sum_data_messages(tx, assetId) + minted(tx, assetId) return availableBalance def unavailable_balance(tx, assetId) -> int: sentBalance = sum_outputs(tx, assetId) # Total fee balance feeBalance = tx.policies.max_fee # Only base asset can be used to pay for gas if assetId == 0: return sentBalance + feeBalance return sentBalance # The sum_data_messages total is not included in the unavailable_balance since it is spendable as long as there # is enough base asset amount to cover gas costs without using data messages. Messages containing data can't\n# cover gas costs since they are retryable.\nreturn available_balance(tx, assetId) >= (unavailable_balance(tx, assetId) + sum_data_messages(tx, assetId))","breadcrumbs":"Protocol » Transaction Validity Rules » Sufficient Balance","id":"53","title":"Sufficient Balance"},"54":{"body":"def address_from(pubkey: bytes) -> bytes: return sha256(pubkey)[0:32] for input in tx.inputs: if (input.type == InputType.Coin or input.type == InputType.Message) and input.predicateLength == 0: # ECDSA signatures must be 64 bytes if tx.witnesses[input.witnessIndex].dataLength != 64: return False # Signature must be from owner if address_from(ecrecover_k1(txhash(), tx.witnesses[input.witnessIndex].data)) != input.owner: return False\nreturn True Signatures and signature verification are specified here . The transaction hash is computed as defined here .","breadcrumbs":"Protocol » Transaction Validity Rules » Valid Signatures","id":"54","title":"Valid Signatures"},"55":{"body":"For each input of type InputType.Coin or InputType.Message, and predicateLength > 0, verify its predicate .","breadcrumbs":"Protocol » Transaction Validity Rules » Predicate Verification","id":"55","title":"Predicate Verification"},"56":{"body":"Given transaction tx, the following checks must pass: If tx.scriptLength == 0, there is no script and the transaction defines a simple balance transfer, so no further checks are required. If tx.scriptLength > 0, the script must be executed. For each asset ID assetId in the input set, the free balance available to be moved around by the script and called contracts is freeBalance[assetId]. The initial message balance available to be moved around by the script and called contracts is messageBalance: freeBalance[assetId] = available_balance(tx, assetId) - unavailable_balance(tx, assetId)\nmessageBalance = sum_data_messages(tx, 0) Once the free balances are computed, the script is executed . After execution, the following is extracted: The transaction in-memory on VM termination is used as the final transaction which is included in the block. The unspent free balance unspentBalance for each asset ID. The unspent gas unspentGas from the $ggas register. size(tx) encompasses the entire transaction serialized according to the transaction format, including witness data. This ensures every byte of block space either on Fuel or corresponding DA layer can be accounted for. If the transaction as included in a block does not match this final transaction, the block is invalid.","breadcrumbs":"Protocol » Transaction Validity Rules » Script Execution","id":"56","title":"Script Execution"},"57":{"body":"The cost of a transaction can be described by: def cost(tx, gasPrice) -> int: return gas_to_fee(min_gas(tx) + tx.gasLimit - unspentGas, gasPrice) where: min_gas(tx) is the minimum cost of the transaction in gas, including intrinsic gas fees incurred from: The number of bytes comprising the transaction Processing inputs, including predicates Processing outputs VM initialization unspentGas is the amount gas left over after intrinsic fees and execution of the transaction, extracted from the $ggas register. Converting unspent gas to a fee describes how much \"change\" is left over from the user's payment; the block producer collects this unspent gas as reward. gas_to_fee is a function that converts gas to a concrete fee based on a given gas price. Fees incurred by transaction processing outside the context of execution are collectively referred to as intrinsic fees. Intrinsic fees include the cost of storing the transaction, calculated on a per-byte basis, the cost of processing inputs and outputs, including predicates and signature verification, and initialization of the VM prior to any predicate or script execution. Because intrinsic fees are independent of execution, they can be determined a priori and represent the bare minimum cost of the transaction. A naturally occurring result of a variable gas limit is the concept of minimum and maximum fees. The minimum fee is, thus, the exact fee required to pay the fee balance, while the maximum fee is the minimum fee plus the gas limit: min_gas = min_gas(tx)\nmax_gas = min_gas + (tx.witnessBytesLimit - tx.witnessBytes) * GAS_PER_BYTE + tx.gasLimit\nmin_fee = gas_to_fee(min_gas, gasPrice)\nmax_fee = gas_to_fee(max_gas, gasPrice) The cost of the transaction cost(tx) must lie within the range defined by [min_fee, max_fee]. min_gas is defined as the sum of all intrinsic costs of the transaction known prior to execution. The definition of max_gas illustrates that the delta between minimum gas and maximum gas is the sum of: The remaining allocation of witness bytes, converted to gas The user-defined tx.gasLimit Note that gasLimit applies to transactions of type Script. gasLimit is not applicable for transactions of type Create and is defined to equal 0 in the above formula. A transaction cost cost(tx), in gas, greater than max_gas is invalid and must be rejected; this signifies that the user must provide a higher gas limit for the given transaction. min_fee is the minimum reward the producer is guaranteed to collect, and max_fee is the maximum reward the producer is potentially eligible to collect. In practice, the user is always charged intrinsic fees; thus, unspentGas is the remainder of max_gas after intrinsic fees and the variable cost of execution. Calculating a conversion from unspentGas to an unspent fee describes the reward the producer will collect in addition to min_fee.","breadcrumbs":"Protocol » Transaction Validity Rules » Fees","id":"57","title":"Fees"},"58":{"body":"This section defines VM postcondition validity rules for transactions: the requirements for a transaction to be valid after it has been executed. Given transaction tx, state state, and contract set contracts, the following checks must pass.","breadcrumbs":"Protocol » Transaction Validity Rules » VM Postcondition Validity Rules","id":"58","title":"VM Postcondition Validity Rules"},"59":{"body":"If change outputs are present, they must have: if the transaction does not revert; if the asset ID is 0; an amount of unspentBalance + floor((unspentGas * gasPrice) / GAS_PRICE_FACTOR) otherwise; an amount of the unspent free balance for that asset ID after VM execution is complete if the transaction reverts; if the asset ID is 0; an amount of the initial free balance plus (unspentGas * gasPrice) - messageBalance otherwise; an amount of the initial free balance for that asset ID.","breadcrumbs":"Protocol » Transaction Validity Rules » Correct Change","id":"59","title":"Correct Change"},"6":{"body":"name type description GAS_PER_BYTE uint64 Gas charged per byte of the transaction. GAS_PRICE_FACTOR uint64 Unit factor for gas price. MAX_GAS_PER_TX uint64 Maximum gas per transaction. MAX_INPUTS uint64 Maximum number of inputs. MAX_OUTPUTS uint64 Maximum number of outputs. MAX_PREDICATE_LENGTH uint64 Maximum length of predicate, in instructions. MAX_GAS_PER_PREDICATE uint64 Maximum gas per predicate. MAX_PREDICATE_DATA_LENGTH uint64 Maximum length of predicate data, in bytes. MAX_SCRIPT_LENGTH uint64 Maximum length of script, in instructions. MAX_SCRIPT_DATA_LENGTH uint64 Maximum length of script data, in bytes. MAX_MESSAGE_DATA_LENGTH uint64 Maximum length of message data, in bytes. MAX_STORAGE_SLOTS uint64 Maximum number of initial storage slots. MAX_TRANSACTION_SIZE uint64 Maximum size of a transaction, in bytes. MAX_WITNESSES uint64 Maximum number of witnesses. MAX_BYTECODE_SUBSECTIONS uint64 Maximum number of bytecode subsections. CHAIN_ID uint64 A unique per-chain identifier. BASE_ASSET_ID bytes32 The base asset of the chain. PRIVILEGED_ADDRESS bytes32 The privileged address of the network who can perform upgrade.","breadcrumbs":"Transaction Format » Consensus Parameters » Consensus Parameters","id":"6","title":"Consensus Parameters"},"60":{"body":"Transaction processing is completed by removing spent UTXOs from the state and adding created UTXOs to the state.","breadcrumbs":"Protocol » Transaction Validity Rules » State Changes","id":"60","title":"State Changes"},"61":{"body":"The coinbase transaction is a mechanism for block creators to collect transaction fees. In order for a coinbase transaction to be valid: It must be a Mint transaction. The coinbase transaction must be the last transaction within a block, even if there are no other transactions in the block and the fee is zero. The mintAmount doesn't exceed the total amount of fees processed from all other transactions within the same block. The mintAssetId matches the assetId that fees are paid in (assetId == 0). The minted amount of the coinbase transaction intrinsically increases the balance corresponding to the inputContract. This means the balance of mintAssetId is directly increased by mintAmount on the input contract, without requiring any VM execution. Compared to coin outputs, intrinsically increasing a contract balance to collect coinbase amounts prevents the accumulation of dust during low-usage periods.","breadcrumbs":"Protocol » Transaction Validity Rules » Coinbase Transaction","id":"61","title":"Coinbase Transaction"},"62":{"body":"Hashing Merkle Trees Binary Merkle Tree Sparse Merkle Tree EcDSA Public-Key Cryptography EdDSA Public-Key Cryptography","breadcrumbs":"Protocol » Cryptographic Primitives » Cryptographic Primitives","id":"62","title":"Cryptographic Primitives"},"63":{"body":"All hashing is done with SHA-2-256 (also known as SHA-256), defined in FIPS 180-4 .","breadcrumbs":"Protocol » Cryptographic Primitives » Hashing","id":"63","title":"Hashing"},"64":{"body":"Output of the hashing function. Exactly 256 bits (32 bytes) long.","breadcrumbs":"Protocol » Cryptographic Primitives » HashDigest","id":"64","title":"HashDigest"},"65":{"body":"Two Merkle tree structures are used: a Binary Merkle Tree (to commit to bytecode) and a Sparse Merkle Tree (to commit to contract storage, i.e. state).","breadcrumbs":"Protocol » Cryptographic Primitives » Merkle Trees","id":"65","title":"Merkle Trees"},"66":{"body":"Binary Merkle trees are constructed in the same fashion as described in Certificate Transparency (RFC-6962) , except for using a different hashing function . Leaves are hashed once to get leaf node values and internal node values are the hash of the concatenation of their children (either leaf nodes or other internal nodes). Nodes contain a single field: name type description v HashDigest Node value. The base case (an empty tree) is defined as the hash of the empty string: node.v = 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 For leaf node node of leaf data d: node.v = h(0x00, serialize(d)) For internal node node with children l and r: node.v = h(0x01, l.v, r.v) Note that rather than duplicating the last node if there are an odd number of nodes (the Bitcoin design ), trees are allowed to be imbalanced. In other words, the height of each leaf may be different. For an example, see Section 2.1.3 of Certificate Transparency (RFC-6962) . Leaves and internal nodes are hashed differently: the one-byte 0x00 is prepended for leaf nodes while 0x01 is prepended for internal nodes. This avoids a second-preimage attack where internal nodes are presented as leaves trees with leaves at different heights. Binary Merkle Tree Inclusion Proofs name type description root HashDigest [] The expected root of the Merkle tree. data Bytes The data of the leaf (unhashed). siblings HashDigest [] Sibling hash values, ordered starting from the leaf's neighbor. A proof for a leaf in a binary Merkle tree , as per Section 2.1.1 of Certificate Transparency (RFC-6962) . In some contexts, the array of sibling hashes is also known as the proof set. Note that proof format prescribes that leaf data be in its original, unhashed state, while the proof set (array of sibling data) uses hashed data. This format precludes the proof set from itself including the leaf data from the leaf undergoing the proof; rather, proof verification explicitly requires hashing the leaf data during the calculation of the proof set root.","breadcrumbs":"Protocol » Cryptographic Primitives » Binary Merkle Tree","id":"66","title":"Binary Merkle Tree"},"67":{"body":"Sparse Merkle Trees (SMTs) are sparse , i.e. they contain mostly empty leaves. They can be used as key-value stores for arbitrary data, as each leaf is keyed by its index in the tree. Storage efficiency is achieved through clever use of implicit defaults, avoiding the need to store empty leaves. Additional rules are added on top of plain binary Merkle trees : Default values are given to leaf nodes with empty leaves. While the above rule is sufficient to pre-compute the values of intermediate nodes that are roots of empty subtrees, a further simplification is to extend this default value to all nodes that are roots of empty subtrees. The 32-byte zero, i.e. 0x0000000000000000000000000000000000000000000000000000000000000000, is used as the default value. This rule takes precedence over the above one. The number of hashing operations can be reduced to be logarithmic in the number of non-empty leaves on average, assuming a uniform distribution of non-empty leaf keys. An internal node that is the root of a subtree that contains exactly one non-empty leaf is replaced by that leaf's leaf node. Nodes contain a single field: name type description v HashDigest Node value. In the base case, where a sparse Merkle tree has height = 0, the root of a tree is defined as the hash of the empty string: node.v = 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 When a sparse Merkle tree has a height of 0, it can have no leaves, and, therefore, no default value children. The root is then calculated as the hash of the empty string, similar to that of an empty binary Merkle tree. For a tree with height > 0, the root of an empty tree is defined as the default value: node.v = 0x0000000000000000000000000000000000000000000000000000000000000000 Note that this is in contrast to the base case of the sparse and binary Merkle trees, where the root is the hash of the empty string. When a sparse Merkle tree has a height greater than 0, a new tree instance is composed of default value leaves. Nodes containing only default value children have the default value as well. Applying these rules recursively percolates the default value up to the tree's root. For leaf node node of leaf data d with key k: node.v = h(0x00, k, h(serialize(d))) The key of leaf nodes must be prepended, since the index of a leaf node that is not at maximum depth cannot be determined without this information. Leaf values are hashed so that they do not need to be included in full in non-membership proofs. For internal node node with children l and r: node.v = h(0x01, l.v, r.v) Insertion Before insertion of the key-value pair, each key of the Sparse Merkle Tree should be hashed with sha256 to prevent tree structure manipulations. During the proof verification, the original leaf key should be hashed similarly. Otherwise, the root will not match. Sparse Merkle Tree Inclusion Proofs SMTs can further be extended with compact proofs. Merkle proofs are composed, among other things, of a list of sibling node values. We note that, since nodes that are roots of empty subtrees have known values (the default value), these values do not need to be provided explicitly; it is sufficient to simply identify which siblings in the Merkle branch are roots of empty subtrees, which can be done with one bit per sibling. For a Merkle branch of height h, an h-bit value is appended to the proof. The lowest bit corresponds to the sibling of the leaf node, and each higher bit corresponds to the next parent. A value of 1 indicates that the next value in the list of values provided explicitly in the proof should be used, and a value of 0 indicates that the default value should be used. A proof into an SMT is structured as: name type description depth uint16 Depth of the leaf node. The root node is at depth 0. Must be <= 256. siblings HashDigest [] Sibling hash values, ordered starting from the leaf's neighbor. includedSiblings byte[32] Bitfield of explicitly included sibling hashes. The includedSiblings is ordered by most-significant-byte first, with each byte ordered by most-significant-bit first. The lowest bit corresponds to the leaf node level. A specification describing a suite of test vectors and outputs of a Sparse Merkle Tree is here .","breadcrumbs":"Protocol » Cryptographic Primitives » Sparse Merkle Tree","id":"67","title":"Sparse Merkle Tree"},"68":{"body":"Consensus-critical data is authenticated using ECDSA , with the curve secp256k1 . A highly-optimized library is available in C , with wrappers in Go and Rust . Public keys are encoded in uncompressed form, as the concatenation of the x and y values. No prefix is needed to distinguish between encoding schemes as this is the only encoding supported. Deterministic signatures ( RFC-6979 ) should be used when signing, but this is not enforced at the protocol level as it cannot be. Signatures are represented as the r and s (each 32 bytes), and v (1-bit) values of the signature. r and s take on their usual meaning (see: SEC 1, 4.1.3 Signing Operation ), while v is used for recovering the public key from a signature more quickly (see: SEC 1, 4.1.6 Public Key Recovery Operation ). Only low-s values in signatures are valid (i.e. s <= secp256k1.n//2); s can be replaced with -s mod secp256k1.n during the signing process if it is high. Given this, the first bit of s will always be 0, and can be used to store the 1-bit v value. v represents the parity of the Y component of the point, 0 for even and 1 for odd. The X component of the point is assumed to always be low, since the possibility of it being high is negligible . Putting it all together, the encoding for signatures is: | 32 bytes || 32 bytes |\n[256-bit r value][1-bit v value][255-bit s value] This encoding scheme is derived from EIP 2098: Compact Signature Representation .","breadcrumbs":"Protocol » Cryptographic Primitives » ECDSA Public-Key Cryptography","id":"68","title":"ECDSA Public-Key Cryptography"},"69":{"body":"Ed25519 is supported for use by applications built on Fuel. Edwards curve operations are performed by the ed25519-dalek Rust library. Public keys are encoded in compressed form as specified by the Ed25519 format RFC-8032 5.1.5 . Point compression is performed by replacing the most significant bit in the final octet of the y coordinate with the sign bit from the x coordinate: let mut pk = y;\npk ^= x.is_negative().unwrap_u8() << 7; Public keys are required to be strong enough to prevent malleability, and are checked for weakness during signature verification. Signatures are 64 bytes, represented as the concatenation of R (32 bytes) and S (32 bytes) Where R and S are defined in RFC-8032 5.1.6 . Signatures must conform to strict verification requirements to avoid malleability concerns. While this is not part of the original Ed25519 specification, it has become a growing concern especially in cryptocurrency applications.","breadcrumbs":"Protocol » Cryptographic Primitives » EdDSA Public-Key Cryptography","id":"69","title":"EdDSA Public-Key Cryptography"},"7":{"body":"enum TransactionType : uint8 { Script = 0, Create = 1, Mint = 2, Upgrade = 3, Upload = 4, Blob = 5,\n} name type description type TransactionType Transaction type. data One of TransactionScript , TransactionCreate , TransactionMint , TransactionUpgrade , or TransactionUpload Transaction data. Given helper max_gas() returns the maximum gas that the transaction can use. Given helper count_ones() that returns the number of ones in the binary representation of a field. Given helper count_variants() that returns the number of variants in an enum. Given helper sum_variants() that sums all variants of an enum. Transaction is invalid if: type is not valid TransactionType value inputsCount > MAX_INPUTS outputsCount > MAX_OUTPUTS witnessesCount > MAX_WITNESSES size > MAX_TRANSACTION_SIZE. The size of a transaction is calculated as the sum of the sizes of its static and dynamic parts, as determined by canonical serialization. No inputs are of type InputType.Coin or InputType.Message with input.dataLength == 0 More than one output is of type OutputType.Change for any asset ID in the input set More than one output is of type OutputType.Change with identical asset_id fields. Any output is of type OutputType.Change for any asset ID not in the input set More than one input of type InputType.Coin for any Coin ID in the input set More than one input of type InputType.Contract for any Contract ID in the input set More than one input of type InputType.Message for any Message ID in the input set if type != TransactionType.Mint max_gas(tx) > MAX_GAS_PER_TX No policy of type PolicyType.MaxFee is set count_ones(policyTypes) > count_variants(PolicyType) policyTypes > sum_variants(PolicyType) len(policies) > count_ones(policyTypes) When serializing a transaction, fields are serialized as follows (with inner structs serialized recursively): uint8, uint16, uint32, uint64: big-endian right-aligned to 8 bytes. byte[32]: as-is. byte[]: as-is, with padding zeroes aligned to 8 bytes. When deserializing a transaction, the reverse is done. If there are insufficient bytes or too many bytes, the transaction is invalid.","breadcrumbs":"Transaction Format » Transaction » Transaction","id":"7","title":"Transaction"},"70":{"body":"Contracts can request that certain storage slots are initialized to specific values. These initialized slots are represented in JSON format as an array where each element represents a storage slot and has the following properties: \"key\": String, a 32-byte key for a given storage slot; \"value\": String, a 32-byte value that initializes the slot; For instance, the following is a JSON object that requests that the 3 storage slots with keys 0x11..11, 0x22..22, and 0x33..33, are respectively initialized to the values indicated. [ { \"key\": \"0x1111111111111111111111111111111111111111111111111111111111111111\", \"value\": \"0x1010101010101010101010101010101010101010101010101010101010101010\" }, { \"key\": \"0x2222222222222222222222222222222222222222222222222222222222222222\", \"value\": \"0x2020202020202020202020202020202020202020202020202020202020202020\" }, { \"key\": \"0x3333333333333333333333333333333333333333333333333333333333333333\", \"value\": \"0x0303030303030303030303030303030303030303030303030303030303030303\" },\n]","breadcrumbs":"Protocol » Storage Slot Initialization » JSON Format for Contract Storage Initializers","id":"70","title":"JSON Format for Contract Storage Initializers"},"71":{"body":"","breadcrumbs":"Protocol » Block Header Format » Block Header","id":"71","title":"Block Header"},"72":{"body":"The application header is a network-agnostic block header. Different networks may wrap the application header in a consensus header, depending on their consensus protocol. name type description da_height uint64 Height of the data availability layer up to which (inclusive) input messages are processed. consensusParametersVersion uint32 The version of the consensus parameters used to execute this block. stateTransitionBytecodeVersion uint32 The version of the state transition bytecode used to execute this block. txCount uint16 Number of transaction s in this block. message_receipt_count uint32 Number of output message s in this block. txRoot byte[32] Merkle root of transaction s in this block. message_outbox_root byte[32] Merkle root of output message s messageId in this block. event_inbox_root byte[32] Merkle root of all events imported from L1 in this block. The order of the events added to the Merkle tree is the L1 block order, and the index of each event within each block","breadcrumbs":"Protocol » Block Header Format » Application Header","id":"72","title":"Application Header"},"73":{"body":"The Fuel relayer/bridge protocol is a set of rules that govern the interaction between the Fuel blockchain and the Layer 1 (L1) blockchain (e.g. Ethereum). The Fuel blockchain can emit messages that will be processed by the smart contract on the L1 blockchain. The smart contract on the L1 can also emit events that will be processed by the Fuel blockchain. This is used to move any data between the L1 blockchain and the Fuel blockchain.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Layer 1 Relayer/Bridge Protocol","id":"73","title":"Layer 1 Relayer/Bridge Protocol"},"74":{"body":"The message outbox is the set of messages sent to the L1 blockchain from the Fuel blockchain.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Fuel Message Outbox","id":"74","title":"Fuel Message Outbox"},"75":{"body":"The event inbox is the set of events received from the L1 blockchain by the Fuel blockchain. The block producer will receive a list of events from the L1 by some relayer, and then include the merkle root of the events in the block header. There are two types of events that can be received from the L1: Messages Transactions","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Fuel Event Inbox","id":"75","title":"Fuel Event Inbox"},"76":{"body":"An arbitrary message sent from the L1 to the Fuel blockchain. This can be used to move assets from the L1 to the Fuel blockchain or send other arbitrary information to the Fuel blockchain. name type description sender bytes[32] The identity of the sender of the message on the L1 recipient bytes[32] The recipient of the message on the Fuel Blockchain nonce bytes[32] Unique identifier of the message assigned by the L1 contract amount uint64 The amount of the base asset transfer data byte[] Arbitrary message data","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Messages","id":"76","title":"Messages"},"77":{"body":"These are transactions that are submitted on the L1 that must be executed on the Fuel blockchain. This \"Forced Transaction Inclusion\" is a security feature that allows participants of the Fuel Blockchain to access their funds in the (unlikely) event that the Fuel blockchain block production is compromised or malicious, e.g. the block producer is censoring transactions. name type description nonce bytes[32] Unique identifier of the transaction assigned by the L1 contract max_gas uint64 The maximum amount of gas allowed to use on Fuel Blockchain serialized_transaction byte[] The serialized transaction bytes following canonical serialization The serialized_transaction can be any transaction variant except the Mint transaction, which is only ever created by the block producer. Mint transactions will be rejected by the Fuel blockchain if they are relayed from the L1.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Transactions","id":"77","title":"Transactions"},"78":{"body":"It is important that the L1 events are ordered correctly when they are relayed to the Fuel blockchain. The events will be ordered by the L1 block height and then by the index of the event within the block. The order is important because a merkle root will be generated each time events from L1 are included in a Fuel block. This merkle root can later be used to prove that an arbitrary event was included on that block without having to store every event on the block header explicitly. Just the merkle root will be on the block header . The order of the events affects the value of the merkle root.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Ordering","id":"78","title":"Ordering"},"79":{"body":"This document describes and specifies the ABI (Application Binary Interface) of the FuelVM, the Sway programming language, and contracts written in Sway. JSON ABI Format Receipts Function Selector Encoding Argument Encoding Hash Based Ids","breadcrumbs":"Application Binary Interface (ABI) » Application Binary Interface (ABI)","id":"79","title":"Application Binary Interface (ABI)"},"8":{"body":"enum ReceiptType : uint8 { Call = 0, Return = 1, ReturnData = 2, Panic = 3, Revert = 4, Log = 5, LogData = 6, Transfer = 7, TransferOut = 8, ScriptResult = 9, MessageOut = 10, Mint = 11, Burn = 12,\n} name type description scriptGasLimit uint64 Gas limits the script execution. receiptsRoot byte[32] Merkle root of receipts. scriptLength uint64 Script length, in instructions. scriptDataLength uint64 Length of script input data, in bytes. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. script byte[] Script to execute. scriptData byte[] Script input data (parameters). policies Policy [] List of policies, sorted by PolicyType. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Given helper len() that returns the number of bytes of a field. Transaction is invalid if: Any output is of type OutputType.ContractCreated scriptLength > MAX_SCRIPT_LENGTH scriptDataLength > MAX_SCRIPT_DATA_LENGTH scriptLength * 4 != len(script) scriptDataLength != len(scriptData) Note: when signing a transaction, receiptsRoot is set to zero. Note: when verifying a predicate or executing a script, receiptsRoot is initialized to zero. The receipts root receiptsRoot is the root of the binary Merkle tree of receipts. If there are no receipts, its value is set to the root of the empty tree, i.e. 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.","breadcrumbs":"Transaction Format » Transaction » TransactionScript","id":"8","title":"TransactionScript"},"80":{"body":"The JSON of an ABI is the human-readable representation of the interface of a Sway contract.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Format","id":"80","title":"JSON ABI Format"},"81":{"body":"Current specVersion is 1.0 The version above should be updated each time this spec changes and the JSON ABI generator should be updated with the new changes along with an increment in the spec version.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Spec Version","id":"81","title":"Spec Version"},"82":{"body":"Before describing the format of the JSON ABI, we provide some definitions that will make the JSON ABI spec easier to read. Given the example below: struct Foo { x: bool }\nstruct Bar { y: T } fn baz(input1: Foo, input2: Bar); // an ABI function we define the following expressions: type concrete declaration : the declaration or definition of a type which can be generic. struct Foo { .. } and struct Bar { .. } in the example above are both type declarations. Note that generic types may have multiple type concrete declaration . type metadata declaration : the declaration or definition of a type which can be generic. struct Foo { .. } and struct Bar { .. } in the example above are both type declarations. The metadata declaration contains component details about the type. And a single type metadata declaration is generated per type, even for generic types. type application : the application or use of a type. Foo and Bar in fn baz(input1: Foo, input2: Bar); in the example above are both applications of the type declarations struct Foo { .. } and struct Bar { .. } respectively. type parameter : a generic parameter used in a type declaration. T in struct Bar in the example above is a type parameter. type argument : an application of a type parameter used in a type application. u64 in input2: Bar in the example above is a type argument.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Notation","id":"82","title":"Notation"},"83":{"body":"The ABI of a contract is represented as a JSON object containing the following properties: \"specVersion\": a string representing the version pointing to this document versioning. specVersion enables the reader of the JSON ABI to find the correct specification for that file, this can be done by comparing it to value in spec version . \"encodingVersion\": a string representing the version of the ABIEncode and ABIDecode used in this program. \"programType\": a string that can be \"script\", \"contract\", \"predicate\", \"library\". This is used by the SDK to generate types without having to manually specify the program type. \"concreteTypes\": an array describing all the type concrete declarations used (or transitively used) in the ABI. Each type concrete declaration is a JSON object that contains the following properties: \"type\": a string representing the type, the sha256 of this string generates the concreteTypeId. \"concreteTypeId\": a unique string hash based ID. Generated as specified in Hash Based Ids . \"metadataTypeId\": the type metadata declaration ID of this type, if the type metadata has components or is generic, otherwise nonexistent. \"typeArguments\": an array of type concrete declarations hash based IDs of the type parameters of the type, if the type is generic, otherwise nonexistent. \"metadataTypes\": an array describing all the type metadata declarations used (or transitively used) in the ABI. Each type metadata declaration is a JSON object that contains the following properties: \"type\": a string representation of the type metadata declaration . The section JSON ABI Format for Each Possible Metadata Type Declaration specifies the format for each possible type. \"metadataTypeId\": a unique integer ID. \"components\": an array of the components of a given type, if any, otherwise nonexistent. Each component is a type application represented as a JSON object that contains the following properties: \"name\": the name of the component. \"typeId\": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component. \"typeArguments\": an array of the type arguments used when applying the type of the component, if the type is generic, otherwise nonexistent. Each type argument is a type application represented as a JSON object that contains the following properties: \"typeId\": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component. \"typeArguments\": an array of the type arguments used when applying the type of the type argument , if the type is generic, otherwise nonexistent. The format of the elements of this array recursively follows the rules described in this section. \"typeParameters\": an array of type metadata declaration ID of the type parameters of the type, if the type is generic, otherwise nonexistent. Each type parameter is a type declaration and is represented as described in Generic Type Parameter . \"functions\": an array describing all the functions in the ABI. Each function is a JSON object that contains the following properties: \"name\": the name of the function \"inputs\": an array of objects that represents the inputs to the function (i.e. its parameters). Each input is a type application represented as a JSON object that contains the following properties: \"name\": the name of the input. \"concreteTypeId\": the type concrete declaration hash based ID of the type of the input. \"output\": the type concrete declaration hash based ID of the type being returned by the function. \"attributes\": an optional array of attributes . Each attribute is explained in the dedicated section and is represented as a JSON object that contains the following properties: \"name\": the name of the attribute. \"arguments\": an array of attribute arguments. \"loggedTypes\": an array describing all instances of log or logd in the contract's bytecode. Each instance is a JSON object that contains the following properties: \"logId\": a string containing the 64bit hash based decimal ID calculated from the first 8 bytes of the sha256 of a string that represents the type logged as defined in Hash Based Ids . The log and logd instructions must set their $rB register to that ID. \"concreteTypeId\": the type concrete declaration hash based ID of the value being logged. \"messagesTypes\": an array describing all instances of smo in the contract's bytecode. Each instance is a JSON object that contains the following properties: \"message_id\": a unique string ID. \"concreteTypeId\": the type concrete declaration hash based ID of the message data being sent. \"configurables\": an array describing all configurable variables used in the contract. Each configurable variable is represented as a JSON object that contains the following properties: \"name\": the name of the configurable variable. \"concreteTypeId\": the type concrete declaration hash based ID of the type of the configurable variable. \"offset\": the specific offset within the contract's bytecode, in bytes, to the data section entry for the configurable variable. Note : This JSON should be both human-readable and parsable by the tooling around the FuelVM and the Sway programming language. There is a detailed specification for the binary encoding backing this readable descriptor. The Function Selector Encoding section specifies the encoding for the function being selected to be executed and each of the argument types.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Spec","id":"83","title":"JSON ABI Spec"},"84":{"body":"Attribute name Attribute arguments Semantics storage read and/or write Specifies if a function reads or writes to/from storage payable None Specifies if a function can accept coins: a function without payable attribute must not accept coins test None Specifies if a function is a unit test inline never or always, but not both Specifies if a function should be inlined during code generation doc-comment String Documentation comment doc Not defined yet Not defined yet","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Attributes Semantics","id":"84","title":"Attributes Semantics"},"85":{"body":"Below is a simple example showing how the JSON ABI for an example that does not use generic or complex types. We will later go over more complex examples. abi MyContract { fn first_function(arg: u64) -> bool; fn second_function(arg: b256);\n} the JSON representation of this ABI looks like: { \"concreteTypes\": [ { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"metadataTypes\": [], \"functions\": [ { \"inputs\": [ { \"name\": \"arg\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" } ], \"name\": \"first_function\", \"output\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"inputs\": [ { \"name\": \"arg\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" } ], \"name\": \"second_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » A Simple Example","id":"85","title":"A Simple Example"},"86":{"body":"Below is a list of the JSON ABI formats for each possible metadata type declaration:","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Format for Each Possible Metadata Type Declaration","id":"86","title":"JSON ABI Format for Each Possible Metadata Type Declaration"},"87":{"body":"{ \"metadataTypeId\": , \"type\": \"struct \", \"components\": [ { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ], \"typeParameters\": [ , , ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » struct","id":"87","title":"struct"},"88":{"body":"{ \"metadataTypeId\": , \"type\": \"enum \", \"components\": [ { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ], \"typeParameters\": [ , , ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » enum","id":"88","title":"enum"},"89":{"body":"{ \"metadataTypeId\": , \"type\": \"[_; ]\", \"components\": [ { \"name\": \"__array_element\", \"typeId\": \"\", \"typeArguments\": ... } { \"name\": \"__array_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ]\n} is the size of the array.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » array","id":"89","title":"array"},"9":{"body":"name type description bytecodeWitnessIndex uint16 Witness index of contract bytecode to create. salt byte[32] Salt. storageSlotsCount uint64 Number of storage slots to initialize. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. storageSlots (byte[32], byte[32]])[] List of storage slots to initialize (key, value). policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message Any output is of type OutputType.Change with non-base asset_id It does not have exactly one output of type OutputType.ContractCreated tx.data.witnesses[bytecodeWitnessIndex].dataLength > CONTRACT_MAX_SIZE bytecodeWitnessIndex >= tx.witnessesCount The keys of storageSlots are not in ascending lexicographic order The computed contract ID (see below) is not equal to the contractID of the one OutputType.ContractCreated output storageSlotsCount > MAX_STORAGE_SLOTS The Sparse Merkle tree root of storageSlots is not equal to the stateRoot of the one OutputType.ContractCreated output Creates a contract with contract ID as computed here .","breadcrumbs":"Transaction Format » Transaction » TransactionCreate","id":"9","title":"TransactionCreate"},"90":{"body":"{ \"metadataTypeId\": , \"type\": \"(_, _, ...)\", \"components\": [ { \"name\": \"__tuple_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"__tuple_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » tuple","id":"90","title":"tuple"},"91":{"body":"{ \"metadataTypeId\": , \"type\": \"generic \"\n} is the name of the generic parameter as specified in the struct or enum declaration that uses it.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Generic Type Parameter","id":"91","title":"Generic Type Parameter"},"92":{"body":"","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Some Complex Examples","id":"92","title":"Some Complex Examples"},"93":{"body":"Given the following ABI declaration: enum MyEnum { Foo: u64, Bar: bool,\n} struct MyStruct { bim: u64, bam: MyEnum,\n} abi MyContract { /// this is a doc comment #[payable, storage(read, write)] fn complex_function( arg1: ([str[5]; 3], bool, b256), arg2: MyStruct, );\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"([str[5]; 3], bool, b256)\", \"concreteTypeId\": \"625531542be70834dd127e771101ac1014111718451bfae996d97abe700c66a5\", \"metadataTypeId\": 1, }, { \"type\": \"str[5]\", \"concreteTypeId\": \"84877f6e98274b9e4721db68b4c0bdb9e52b8e9572c5bd7811c07a41ced882c7\", }, { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"392d58c694d2d91f3025f2bccfadacf2a105936f5da881b0899185d49f264522\", \"metadataTypeId\": 4, }, { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"(_, _, _)\", \"components\": [ { \"name\": \"__tuple_element\", \"typeId\": 2, }, { \"name\": \"__tuple_element\", \"typeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", }, { \"name\": \"__tuple_element\", \"typeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\", } ] }, { \"metadataTypeId\": 2, \"type\": \"[_; 3]\", \"components\": [ { \"name\": \"__array_element\", \"typeId\": \"84877f6e98274b9e4721db68b4c0bdb9e52b8e9572c5bd7811c07a41ced882c7\", } ] }, { \"metadataTypeId\": 3, \"type\": \"enum MyEnum\", \"components\": [ { \"name\": \"Foo\", \"typeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"name\": \"Bar\", \"typeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", } ] }, { \"metadataTypeId\": 4, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"bim\", \"typeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"name\": \"bam\", \"typeId\": 3, } ] }, ], \"functions\": [ { \"inputs\": [ { \"name\": \"arg1\", \"concreteTypeId\": \"625531542be70834dd127e771101ac1014111718451bfae996d97abe700c66a5\", }, { \"name\": \"arg2\", \"concreteTypeId\": \"392d58c694d2d91f3025f2bccfadacf2a105936f5da881b0899185d49f264522\" } ], \"name\": \"complex_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", \"attributes\": [ { \"name\": \"doc-comment\", \"arguments\": [\" this is a doc comment\"] }, { \"name\": \"payable\", }, { \"name\": \"storage\", \"arguments\": [\"read\", \"write\"] } ] } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Non-Generic Custom Types","id":"93","title":"An Example with Non-Generic Custom Types"},"94":{"body":"Given the following ABI declaration: enum MyEnum { Foo: T, Bar: U,\n}\nstruct MyStruct { bam: MyEnum,\n} abi MyContract { fn complex_function( arg1: MyStruct, );\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"3ddd5c1768dd7869663dc2f868ea8a8ce68bd6064244dbc4286e2c921c8ce962\", \"metadataTypeId\": 5, \"typeArguments\": [ \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" ] }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\", }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"enum MyEnum\", \"components\": [ { \"name\": \"Foo\", \"typeId\": 2, }, { \"name\": \"Bar\", \"typeId\": 3, } ], \"typeParameters\": [2, 3] }, { \"metadataTypeId\": 2, \"type\": \"generic T\", }, { \"metadataTypeId\": 3, \"type\": \"generic U\", }, { \"metadataTypeId\": 4, \"type\": \"generic W\", }, { \"metadataTypeId\": 5, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"bam\", \"typeId\": 1, \"typeArguments\": [ { \"typeId\": 4, }, { \"typeId\": 4, } ] } ], \"typeParameters\": [4] } ], \"functions\": [ { \"inputs\": [ { \"name\": \"arg1\", \"concreteTypeId\": \"3ddd5c1768dd7869663dc2f868ea8a8ce68bd6064244dbc4286e2c921c8ce962\" } ], \"name\": \"complex_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Generic Types","id":"94","title":"An Example with Generic Types"},"95":{"body":"Given the following contract: struct MyStruct { x: W,\n} abi MyContract { fn logging();\n} ... fn logging() { log(MyStruct { x: 42 }); log(MyStruct { x: true });\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"eca2a040ce95fc19b7cd5f75bac530d052484d0b1a49267a2eb07a7a1b00c389\", \"metadataTypeId\": 1, \"typeArguments\": [ \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" ] }, { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"b2fa346d9ca66ceca61951a27dba2977b2a82b8aa8600670604f286a1393dffe\", \"metadataTypeId\": 1, \"typeArguments\": [ \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" ] }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", }, { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"x\", \"typeId\": 2, \"typeArguments\": null } ], \"typeParameters\": [2] }, { \"metadataTypeId\": 2, \"type\": \"generic W\", }, ], \"functions\": [ { \"inputs\": [], \"name\": \"logging\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": [ { \"logId\": \"12896678128313068780\", \"concreteTypeId\": \"b2fa346d9ca66ceca61951a27dba2977b2a82b8aa8600670604f286a1393dffe\" }, { \"logId\": \"16383228984366451899\", \"concreteTypeId\": \"eca2a040ce95fc19b7cd5f75bac530d052484d0b1a49267a2eb07a7a1b00c389\" } ]\n} The logIds are calculated from: First 8 bytes of sha256(\"struct MyStruct\") => \"12896678128313068780\" First 8 bytes of sha256(\"struct MyStruct\") => \"16383228984366451899\"","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Logs","id":"95","title":"An Example with Logs"},"96":{"body":"Upon execution of ABI calls, i.e scripts being executed, a JSON object representing a list of receipts will be returned to the caller. Below is the JSON specification of the possible receipt types. The root will be receipts_root which will include an array of receipts. { \"receipts_list\":[ { \"type\":\"\", ... }, ... ]\n} All receipts will have a type property: type: String; the type of the receipt. Can be one of: Call Return ReturnData Panic Revert Log Mint Burn LogData Transfer TransferOut ScriptResult MessageOut Then, each receipt type will have its own properties. Some of these properties are related to the FuelVM's registers, as specified in more detail here . Important note: For the JSON representation of receipts, we represent 64-bit unsigned integers as a JSON String due to limitations around the type Number in the JSON specification, which only supports numbers up to 2^{53-1}, while the FuelVM's registers hold values up to 2^64.","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Receipts","id":"96","title":"Receipts"},"97":{"body":"type: Panic. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. reason: Optional decimal string representation of an 8-bit unsigned integer; panic reason. Not included in canonical receipt form. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. contractId: Optional hexadecimal string representation of the 256-bit (32-byte) contract ID if applicable. null otherwise. Not included in canonical receipt form. Primary use is for access-list estimation by SDK. { \"type\": \"Panic\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"reason\": \"1\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\", \"contractId\": \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Panic Receipt","id":"97","title":"Panic Receipt"},"98":{"body":"type: Return. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context; null otherwise. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Return\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Return Receipt","id":"98","title":"Return Receipt"},"99":{"body":"type: Call. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context; null otherwise. to: Hexadecimal representation of the 256-bit (32-byte) contract ID of the callee. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. gas: Decimal string representation of a 64-bit unsigned integer; amount gas to forward; value in register $rD. param1: Hexadecimal string representation of a 64-bit unsigned integer; first parameter, holds the function selector. param2: Hexadecimal string representation of a 64-bit unsigned integer; second parameter, typically used for the user-specified input to the ABI function being selected. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Call\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"gas\": \"500\", \"param1\": \"0x28f5c28f5c28f5c\", \"param2\": \"0x68db8bac710cb\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Call Receipt","id":"99","title":"Call Receipt"}},"length":312,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.4142135623730951}}},"df":4,"docs":{"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":6,"docs":{"297":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"123":{"tf":2.0}}},"1":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":71,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"133":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":3.872983346207417},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"x":{"0":{"0":{"*":{"*":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":6,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0}}},"2":{"df":2,"docs":{"120":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"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":{}},"5":{"1":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"283":{"tf":1.0}}},"2":{"df":1,"docs":{"283":{"tf":1.0}}},"3":{"df":1,"docs":{"283":{"tf":1.0}}},"4":{"df":1,"docs":{"283":{"tf":1.0}}},"5":{"df":1,"docs":{"283":{"tf":1.0}}},"6":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":114,"docs":{"108":{"tf":1.0},"150":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":1,"docs":{"284":{"tf":1.0}}}},"1":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0}}},"2":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}},"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"150":{"tf":1.0}}},"6":{"df":1,"docs":{"150":{"tf":1.0}}},"7":{"df":1,"docs":{"150":{"tf":1.0}}},"8":{"df":1,"docs":{"150":{"tf":1.0}}},"9":{"df":1,"docs":{"150":{"tf":1.0}}},"a":{"df":1,"docs":{"150":{"tf":1.0}}},"b":{"df":1,"docs":{"150":{"tf":1.0}}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"b":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"6":{"0":{"4":{"2":{"2":{"d":{"b":{"2":{"4":{"3":{"c":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"6":{"d":{"3":{"4":{"2":{"9":{"4":{"9":{"d":{"a":{"3":{"c":{"6":{"4":{"a":{"3":{"c":{"6":{"a":{"c":{"5":{"6":{"4":{"9":{"4":{"1":{"df":0,"docs":{},"f":{"8":{"4":{"b":{"6":{"df":0,"docs":{},"f":{"0":{"6":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"f":{"df":1,"docs":{"150":{"tf":1.0}}}},"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{".":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"7":{"df":0,"docs":{},"f":{"2":{"9":{"a":{"b":{"c":{"c":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}},"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":{"9":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"d":{"1":{"2":{"1":{"a":{"6":{"d":{"5":{"a":{"df":0,"docs":{},"f":{"c":{"8":{"1":{"3":{"5":{"8":{"2":{"1":{"a":{"c":{"b":{"3":{"9":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"6":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"5":{"9":{"0":{"9":{"1":{"9":{"2":{"6":{"6":{"d":{"6":{"2":{"0":{"b":{"df":0,"docs":{},"f":{"c":{"7":{"b":{"9":{"b":{"6":{"df":0,"docs":{},"f":{"2":{"4":{"d":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{".":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"284":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{".":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"0":{"1":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"6":{"c":{"6":{"c":{"6":{"df":0,"docs":{},"f":{"2":{"c":{"2":{"0":{"5":{"7":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"6":{"c":{"6":{"4":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"d":{"b":{"8":{"b":{"a":{"c":{"7":{"1":{"0":{"c":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"5":{"1":{"4":{"9":{"a":{"c":{"6":{"0":{"6":{"4":{"2":{"2":{"2":{"9":{"2":{"2":{"df":0,"docs":{},"e":{"a":{"a":{"2":{"2":{"6":{"5":{"2":{"6":{"b":{"0":{"d":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"7":{"8":{"7":{"1":{"df":0,"docs":{},"e":{"2":{"8":{"c":{"3":{"6":{"8":{"df":0,"docs":{},"f":{"6":{"a":{"df":0,"docs":{},"f":{"b":{"c":{"df":0,"docs":{},"f":{"d":{"6":{"0":{"a":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"6":{"df":0,"docs":{},"e":{"6":{"1":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"c":{"5":{"a":{"c":{"4":{"7":{"1":{"b":{"4":{"7":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"9":{"8":{"7":{"a":{"d":{"a":{"4":{"3":{"9":{"df":0,"docs":{},"f":{"c":{"0":{"8":{"5":{"c":{"df":0,"docs":{},"f":{"a":{"3":{"c":{"4":{"9":{"4":{"1":{"6":{"c":{"df":0,"docs":{},"f":{"2":{"b":{"5":{"0":{"4":{"a":{"c":{"5":{"0":{"1":{"5":{"1":{"df":0,"docs":{},"e":{"3":{"c":{"2":{"3":{"3":{"5":{"d":{"6":{"0":{"5":{"9":{"5":{"c":{"b":{"9":{"0":{"7":{"4":{"5":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"8":{"b":{"7":{"8":{"8":{"9":{"4":{"df":0,"docs":{},"e":{"4":{"9":{"3":{"c":{"9":{"8":{"a":{"1":{"9":{"6":{"a":{"a":{"5":{"1":{"b":{"4":{"3":{"2":{"b":{"6":{"7":{"4":{"df":0,"docs":{},"e":{"4":{"8":{"1":{"3":{"2":{"5":{"3":{"2":{"5":{"7":{"df":0,"docs":{},"e":{"d":{"9":{"3":{"3":{"1":{"0":{"5":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"d":{"6":{"8":{"1":{"3":{"b":{"3":{"a":{"a":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0}},"e":{"3":{"b":{"0":{"c":{"4":{"4":{"2":{"9":{"8":{"df":0,"docs":{},"f":{"c":{"1":{"c":{"1":{"4":{"9":{"a":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"f":{"4":{"c":{"8":{"9":{"9":{"6":{"df":0,"docs":{},"f":{"b":{"9":{"2":{"4":{"2":{"7":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"df":0,"docs":{},"e":{"4":{"6":{"4":{"9":{"b":{"9":{"3":{"4":{"c":{"a":{"4":{"9":{"5":{"9":{"9":{"1":{"b":{"7":{"8":{"5":{"2":{"b":{"8":{"5":{"5":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}}},"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":{"81":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{".":{"1":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"292":{"tf":1.0},"299":{"tf":1.4142135623730951}}},"8":{"df":0,"docs":{},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"292":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"1":{"df":1,"docs":{"8":{"tf":1.0}}},"2":{"8":{"9":{"6":{"6":{"7":{"8":{"1":{"2":{"8":{"3":{"1":{"3":{"0":{"6":{"8":{"7":{"8":{"0":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":2.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}},"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}},"5":{".":{".":{"2":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"df":0,"docs":{},"e":{"6":{"df":0,"docs":{},"f":{"4":{"4":{"c":{"1":{"d":{"6":{"2":{"9":{"1":{"c":{"d":{"df":0,"docs":{},"f":{"4":{"6":{"3":{"9":{"5":{"a":{"8":{"df":0,"docs":{},"e":{"5":{"7":{"3":{"2":{"7":{"6":{"a":{"4":{"df":0,"docs":{},"f":{"a":{"7":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"c":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"c":{"8":{"9":{"1":{"df":0,"docs":{},"e":{"0":{"9":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"2":{"d":{"1":{"b":{"0":{"a":{"0":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{".":{"4":{"0":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"3":{"2":{"2":{"8":{"9":{"8":{"4":{"3":{"6":{"6":{"4":{"5":{"1":{"8":{"9":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"150":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":2.0},"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"8":{"0":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"4":{"4":{"6":{"7":{"4":{"4":{"0":{"7":{"3":{"7":{"0":{"9":{"5":{"5":{"1":{"6":{"1":{"3":{"df":3,"docs":{"101":{"tf":1.0},"102":{"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":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"1":{"df":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"2":{"df":2,"docs":{"100":{"tf":1.0},"105":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.0},"163":{"tf":1.0}}},"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":72,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":2.0},"251":{"tf":1.0},"256":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"292":{"tf":2.0},"294":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"*":{"*":{"2":{"6":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"2":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"/":{"0":{"7":{"/":{"1":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"266":{"tf":1.4142135623730951}}},"5":{".":{".":{"3":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"162":{"tf":3.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"^":{"6":{"4":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"5":{"3":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"120":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.7320508075688772},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.0},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"311":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"e":{"3":{"8":{"df":0,"docs":{},"e":{"7":{"7":{"b":{"2":{"2":{"c":{"3":{"1":{"4":{"a":{"4":{"4":{"9":{"df":0,"docs":{},"e":{"9":{"1":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"d":{"9":{"2":{"a":{"4":{"3":{"8":{"2":{"6":{"a":{"c":{"6":{"a":{"a":{"4":{"0":{"3":{"a":{"df":0,"docs":{},"e":{"6":{"a":{"8":{"a":{"c":{"b":{"6":{"c":{"df":0,"docs":{},"f":{"5":{"8":{"2":{"3":{"9":{"df":0,"docs":{},"f":{"b":{"a":{"df":0,"docs":{},"f":{"5":{"d":{"df":4,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"2":{"]":{")":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"]":{"[":{"0":{"df":2,"docs":{"264":{"tf":1.0},"266":{"tf":1.0}}},"8":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":2.23606797749979},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"247":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"250":{"tf":3.0},"251":{"tf":3.7416573867739413},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":2.8284271247461903},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"262":{"tf":3.0},"263":{"tf":2.23606797749979},"264":{"tf":1.0},"265":{"tf":2.8284271247461903},"266":{"tf":1.4142135623730951},"267":{"tf":2.6457513110645907},"269":{"tf":3.605551275463989},"270":{"tf":3.4641016151377544},"272":{"tf":2.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"7":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"8":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"9":{"2":{"d":{"5":{"8":{"c":{"6":{"9":{"4":{"d":{"2":{"d":{"9":{"1":{"df":0,"docs":{},"f":{"3":{"0":{"2":{"5":{"df":0,"docs":{},"f":{"2":{"b":{"c":{"c":{"df":0,"docs":{},"f":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"f":{"2":{"a":{"1":{"0":{"5":{"9":{"3":{"6":{"df":0,"docs":{},"f":{"5":{"d":{"a":{"8":{"8":{"1":{"b":{"0":{"8":{"9":{"9":{"1":{"8":{"5":{"d":{"4":{"9":{"df":0,"docs":{},"f":{"2":{"6":{"4":{"5":{"2":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"d":{"d":{"5":{"c":{"1":{"7":{"6":{"8":{"d":{"d":{"7":{"8":{"6":{"9":{"6":{"6":{"3":{"d":{"c":{"2":{"df":0,"docs":{},"f":{"8":{"6":{"8":{"df":0,"docs":{},"e":{"a":{"8":{"a":{"8":{"c":{"df":0,"docs":{},"e":{"6":{"8":{"b":{"d":{"6":{"0":{"6":{"4":{"2":{"4":{"4":{"d":{"b":{"c":{"4":{"2":{"8":{"6":{"df":0,"docs":{},"e":{"2":{"c":{"9":{"2":{"1":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"9":{"6":{"2":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{".":{"1":{".":{"3":{"df":1,"docs":{"68":{"tf":1.0}}},"6":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"6":{"4":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"95":{"tf":1.0}}},";":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":7,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":42,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"291":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"c":{"3":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"6":{"9":{"df":0,"docs":{},"e":{"2":{"8":{"1":{"a":{"6":{"2":{"2":{"2":{"8":{"1":{"a":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"0":{"5":{"5":{"df":0,"docs":{},"f":{"8":{"0":{"9":{"8":{"c":{"4":{"0":{"b":{"c":{"5":{"6":{"6":{"1":{"1":{"8":{"c":{"b":{"b":{"4":{"8":{"c":{"a":{"5":{"df":0,"docs":{},"f":{"d":{"2":{"8":{"b":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"171":{"tf":1.0},"191":{"tf":1.0}}},"df":11,"docs":{"122":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"292":{"tf":1.4142135623730951},"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"6":{"1":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"2":{"5":{"5":{"3":{"1":{"5":{"4":{"2":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"8":{"3":{"4":{"d":{"d":{"1":{"2":{"7":{"df":0,"docs":{},"e":{"7":{"7":{"1":{"1":{"0":{"1":{"a":{"c":{"1":{"0":{"1":{"4":{"1":{"1":{"1":{"7":{"1":{"8":{"4":{"5":{"1":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"9":{"9":{"6":{"d":{"9":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"0":{"c":{"6":{"6":{"a":{"5":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"240":{"tf":1.0},"242":{"tf":1.0}}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"83":{"tf":1.0}}}}},"df":28,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"275":{"tf":2.8284271247461903},"276":{"tf":2.8284271247461903},"277":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"4":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"6":{"5":{"6":{"c":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"7":{"9":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"7":{"c":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"a":{"c":{"d":{"1":{"2":{"8":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"b":{"5":{"df":0,"docs":{},"f":{"0":{"b":{"df":0,"docs":{},"f":{"2":{"b":{"d":{"df":0,"docs":{},"e":{"a":{"5":{"3":{"3":{"a":{"5":{"1":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"c":{"9":{"a":{"a":{"b":{"df":0,"docs":{},"e":{"9":{"2":{"3":{"6":{"d":{"3":{"3":{"5":{"9":{"8":{"9":{"df":0,"docs":{},"f":{"3":{"b":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"311":{"tf":1.4142135623730951},"69":{"tf":1.0},"8":{"tf":1.0}},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"*":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"6":{"df":0,"docs":{},"e":{"9":{"8":{"2":{"7":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"4":{"7":{"2":{"1":{"d":{"b":{"6":{"8":{"b":{"4":{"c":{"0":{"b":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"5":{"2":{"b":{"8":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"2":{"c":{"5":{"b":{"d":{"7":{"8":{"1":{"1":{"c":{"0":{"7":{"a":{"4":{"1":{"c":{"df":0,"docs":{},"e":{"d":{"8":{"8":{"2":{"c":{"7":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.0},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":2.0},"245":{"tf":2.449489742783178},"251":{"tf":2.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"9":{"df":2,"docs":{"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"_":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":2.0}}},"a":{"[":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{";":{"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.6457513110645907},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.8284271247461903},"77":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"53":{"tf":3.4641016151377544}},"i":{"df":2,"docs":{"162":{"tf":1.0},"169":{"tf":1.4142135623730951}},"t":{"df":14,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"164":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"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":{}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"13":{"tf":1.0},"150":{"tf":2.449489742783178},"166":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":5.385164807134504},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"111":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"159":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"300":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"291":{"tf":1.0},"72":{"tf":1.0}}}}}}},"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":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"291":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":15,"docs":{"110":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"228":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"132":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":2,"docs":{"162":{"tf":1.0},"228":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":4,"docs":{"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"43":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":2.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"1":{"tf":1.0},"287":{"tf":1.4142135623730951},"57":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":3,"docs":{"57":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"305":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"g":{"1":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"112":{"tf":1.0}}},"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"111":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"198":{"tf":1.0},"281":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.6457513110645907},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"56":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.449489742783178},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":3.872983346207417},"89":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":34,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":2.23606797749979},"259":{"tf":2.23606797749979},"26":{"tf":1.0},"262":{"tf":2.0},"269":{"tf":2.23606797749979},"270":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":2.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"53":{"tf":4.69041575982343},"56":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"291":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"83":{"tf":2.23606797749979},"84":{"tf":2.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"287":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951}}}}},"o":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"251":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"301":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":17,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"c":{")":{"%":{"d":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"+":{"c":{")":{"%":{"d":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"3":{"4":{"6":{"d":{"9":{"c":{"a":{"6":{"6":{"c":{"df":0,"docs":{},"e":{"c":{"a":{"6":{"1":{"9":{"5":{"1":{"a":{"2":{"7":{"d":{"b":{"a":{"2":{"9":{"7":{"7":{"b":{"2":{"a":{"8":{"2":{"b":{"8":{"a":{"a":{"8":{"6":{"0":{"0":{"6":{"7":{"0":{"6":{"0":{"4":{"df":0,"docs":{},"f":{"2":{"8":{"6":{"a":{"1":{"3":{"9":{"3":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"0":{"df":0,"docs":{},"f":{"4":{"4":{"df":0,"docs":{},"f":{"a":{"5":{"9":{"6":{"5":{"c":{"2":{"4":{"7":{"4":{"a":{"3":{"b":{"4":{"7":{"1":{"4":{"6":{"7":{"a":{"2":{"2":{"c":{"4":{"3":{"1":{"8":{"5":{"1":{"5":{"2":{"1":{"2":{"9":{"2":{"9":{"5":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"8":{"b":{"0":{"2":{"2":{"a":{"df":0,"docs":{},"e":{"5":{"0":{"b":{"5":{"0":{"9":{"0":{"3":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"1":{"6":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"(":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"3":{"2":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"(":{"b":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"162":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":19,"docs":{"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":2.6457513110645907},"270":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0}}},"m":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"u":{"6":{"4":{"df":1,"docs":{"82":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":3,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"291":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":3.0},"57":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544},"9":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":18,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"260":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"154":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"96":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"310":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"248":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"249":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"m":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"150":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":50,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.449489742783178},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"115":{"tf":2.8284271247461903},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":2.449489742783178},"162":{"tf":3.7416573867739413},"163":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":2.6457513110645907},"201":{"tf":2.0},"202":{"tf":2.23606797749979},"203":{"tf":1.7320508075688772},"204":{"tf":2.23606797749979},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"d":{"d":{"df":2,"docs":{"162":{"tf":1.0},"273":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"13":{"tf":2.23606797749979},"162":{"tf":2.0},"256":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"7":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"73":{"tf":2.6457513110645907},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":3.0},"162":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"252":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":2.0},"34":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.0},"61":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":3.1622776601683795},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":13,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":2.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"256":{"tf":1.0}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"291":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"272":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"250":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":36,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"25":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":2.23606797749979},"269":{"tf":2.0},"270":{"tf":2.0},"28":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"]":{"[":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":3.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":106,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":2.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"3":{"2":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"[":{"3":{"2":{"df":2,"docs":{"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":49,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":2.23606797749979},"158":{"tf":3.605551275463989},"160":{"tf":2.0},"162":{"tf":2.6457513110645907},"166":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"246":{"tf":1.0},"251":{"tf":3.4641016151377544},"256":{"tf":1.0},"260":{"tf":2.0},"281":{"tf":2.0},"283":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"283":{"tf":1.0}}},"df":4,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"44":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"123":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"291":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"253":{"tf":1.4142135623730951}}}},"df":10,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}}}},"f":{"df":2,"docs":{"162":{"tf":1.0},"231":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"162":{"tf":1.0},"229":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"230":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"226":{"tf":2.0},"251":{"tf":1.4142135623730951},"260":{"tf":2.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"283":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"256":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":37,"docs":{"160":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":53,"docs":{"162":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":2.23606797749979},"254":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"256":{"tf":2.449489742783178},"291":{"tf":1.0},"53":{"tf":1.4142135623730951},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":2,"docs":{"158":{"tf":1.0},"256":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"252":{"tf":1.7320508075688772},"61":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":25,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"57":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"287":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"134":{"tf":1.0},"291":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":8,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"239":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"146":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"291":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"285":{"tf":1.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"s":{"df":2,"docs":{"111":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"1":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"254":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"256":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"291":{"tf":1.4142135623730951},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"83":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"93":{"tf":3.0},"94":{"tf":2.0},"95":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"287":{"tf":2.23606797749979},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"266":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"157":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"226":{"tf":3.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":3.0},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"283":{"tf":2.23606797749979},"57":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"11":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"149":{"tf":1.0},"256":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"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":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":67,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"164":{"tf":1.0},"166":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":3.1622776601683795},"252":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":3.0},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"283":{"tf":1.0}}},"t":{"df":1,"docs":{"281":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"256":{"tf":1.0},"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"291":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"df":3,"docs":{"156":{"tf":1.0},"53":{"tf":4.358898943540674},"57":{"tf":3.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"198":{"tf":1.4142135623730951},"284":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"52":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"254":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951}}}}},"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":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.0},"274":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":3,"docs":{"62":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"255":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":40,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"150":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.4142135623730951},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}},"e":{"2":{"5":{"5":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"a":{"df":58,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"134":{"tf":2.0},"14":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":2.449489742783178},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"273":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":3.0},"303":{"tf":1.7320508075688772},"304":{"tf":2.0},"305":{"tf":2.449489742783178},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":15,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":3.3166247903554},"83":{"tf":4.358898943540674},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"281":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":3.4641016151377544}}}}}},"df":3,"docs":{"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"115":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"2":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"292":{"tf":2.6457513110645907},"293":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":2.0},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":2.449489742783178},"311":{"tf":1.7320508075688772}}}},"t":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":23,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"262":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":172,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"15":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"291":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"291":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"301":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"172":{"tf":1.4142135623730951}},"i":{"d":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951}},"s":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":2.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"9":{"1":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":41,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":3.7416573867739413},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"c":{"a":{"2":{"a":{"0":{"4":{"0":{"c":{"df":0,"docs":{},"e":{"9":{"5":{"df":0,"docs":{},"f":{"c":{"1":{"9":{"b":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"7":{"5":{"b":{"a":{"c":{"5":{"3":{"0":{"d":{"0":{"5":{"2":{"4":{"8":{"4":{"d":{"0":{"b":{"1":{"a":{"4":{"9":{"2":{"6":{"7":{"a":{"2":{"df":0,"docs":{},"e":{"b":{"0":{"7":{"a":{"7":{"a":{"1":{"b":{"0":{"0":{"c":{"3":{"8":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":2,"docs":{"162":{"tf":1.0},"281":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":3,"docs":{"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"69":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":4,"docs":{"162":{"tf":1.0},"277":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"166":{"tf":2.23606797749979},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"49":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"153":{"tf":1.4142135623730951},"292":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":2.6457513110645907},"305":{"tf":2.6457513110645907},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"8":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"125":{"tf":1.0}}},"2":{")":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":142,"docs":{"110":{"tf":1.0},"111":{"tf":3.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":3.0},"121":{"tf":2.449489742783178},"122":{"tf":3.1622776601683795},"123":{"tf":2.449489742783178},"124":{"tf":2.6457513110645907},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"163":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":1,"docs":{"131":{"tf":1.0}}},"b":{"df":1,"docs":{"131":{"tf":1.0}}},"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"158":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"164":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.0},"133":{"tf":2.0},"14":{"tf":1.0},"143":{"tf":3.0},"146":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"q":{"df":3,"docs":{"162":{"tf":1.0},"174":{"tf":1.4142135623730951},"198":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"162":{"tf":2.449489742783178},"174":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"272":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"291":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":53,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"281":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"162":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"77":{"tf":1.0},"78":{"tf":2.6457513110645907}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":2.449489742783178},"85":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":37,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"250":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"292":{"tf":1.0},"309":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":3,"docs":{"108":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"162":{"tf":1.0},"176":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"283":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"155":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":2.0}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":3.0},"57":{"tf":4.242640687119285},"61":{"tf":2.0}}},"w":{"df":1,"docs":{"166":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"122":{"tf":2.0}}},"2":{"df":1,"docs":{"122":{"tf":2.0}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}},"l":{"df":4,"docs":{"251":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"155":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":4,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0}}}},"x":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"284":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"251":{"tf":1.0},"282":{"tf":2.449489742783178}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.0}}}}},"n":{"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":3.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":40,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"226":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"o":{"(":{"a":{"df":5,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"82":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"1":{"tf":2.23606797749979},"150":{"tf":1.0},"268":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951}}}},"df":4,"docs":{"291":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"198":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":3.0},"260":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":15,"docs":{"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.449489742783178}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"df":14,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":2.23606797749979},"256":{"tf":1.0},"260":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":2.0},"1":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"248":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"121":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":11,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.7320508075688772},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"11":{"tf":2.0},"110":{"tf":2.449489742783178},"111":{"tf":2.0},"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"281":{"tf":2.0},"291":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"84":{"tf":2.23606797749979},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"262":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0}}}}}}},"g":{"a":{"df":23,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":2.6457513110645907},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":4.58257569495584},"56":{"tf":1.0},"57":{"tf":3.7416573867739413},"6":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":2.0},"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"145":{"tf":2.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"g":{"a":{"df":7,"docs":{"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"226":{"tf":1.0},"260":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}},"n":{"df":21,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"283":{"tf":1.4142135623730951}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":2,"docs":{"68":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":1,"docs":{"48":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}},"f":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"284":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"291":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"(":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"1":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"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":{"(":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"t":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"261":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}},"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":3.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"164":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"249":{"tf":1.4142135623730951},"287":{"tf":2.6457513110645907},"46":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":7,"docs":{"124":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":11,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"268":{"tf":2.0},"287":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"115":{"tf":1.0},"122":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":14,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"116":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"13":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"p":{"df":13,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":29,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.7320508075688772},"266":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"d":{"df":72,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"136":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"247":{"tf":2.23606797749979},"25":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":3.4641016151377544},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":3.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":3.4641016151377544},"270":{"tf":2.6457513110645907},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"7":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":4.358898943540674},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"115":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"284":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":44,"docs":{"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"230":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.0},"234":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":3.1622776601683795},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.23606797749979},"256":{"tf":3.605551275463989},"283":{"tf":2.6457513110645907},"284":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"i":{"df":36,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":4.47213595499958},"163":{"tf":2.449489742783178},"169":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"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":4,"docs":{"132":{"tf":2.23606797749979},"133":{"tf":1.7320508075688772},"288":{"tf":1.0},"291":{"tf":2.6457513110645907}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"251":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"256":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"163":{"tf":2.0},"26":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"50":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"1":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"df":2,"docs":{"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":2,"docs":{"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"198":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"67":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":2.23606797749979},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"7":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"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":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951}}}}}},"2":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":55,"docs":{"11":{"tf":2.8284271247461903},"12":{"tf":2.449489742783178},"13":{"tf":2.6457513110645907},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.23606797749979},"301":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":3.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"122":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":43,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.8284271247461903},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"166":{"tf":2.8284271247461903},"167":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"24":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"53":{"tf":4.47213595499958},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":38,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"124":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":3.7416573867739413},"163":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"158":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"292":{"tf":1.0},"310":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":25,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"163":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"a":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.0},"53":{"tf":3.7416573867739413},"57":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"155":{"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},"29":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"310":{"tf":1.0}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"200":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"157":{"tf":1.0},"264":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"129":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"m":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"162":{"tf":1.0},"220":{"tf":1.4142135623730951}}},"df":2,"docs":{"162":{"tf":1.0},"215":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"162":{"tf":1.0},"221":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"162":{"tf":1.0},"224":{"tf":1.4142135623730951}}},"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"z":{"b":{"df":2,"docs":{"162":{"tf":1.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"162":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"70":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.872983346207417},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":13,"docs":{"11":{"tf":1.0},"162":{"tf":3.3166247903554},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951}}}}}},"k":{"2":{"5":{"6":{"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"67":{"tf":1.4142135623730951}},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"2":{"5":{"6":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"y":{"df":32,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":2.23606797749979},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.6457513110645907},"309":{"tf":2.23606797749979},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"38":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"l":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"1":{"df":7,"docs":{"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"207":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"158":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"d":{"c":{"df":4,"docs":{"155":{"tf":1.0},"162":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"'":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":22,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.449489742783178},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.7320508075688772},"307":{"tf":2.23606797749979},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":3.4641016151377544},"67":{"tf":3.7416573867739413}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.449489742783178}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"162":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"200":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":24,"docs":{"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":2.0},"262":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"198":{"tf":1.0},"202":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"291":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"165":{"tf":1.0},"57":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"11":{"tf":2.0},"111":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.0},"164":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"162":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"2":{"(":{"0":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"198":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}},"d":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"136":{"tf":1.0},"162":{"tf":1.0},"258":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"d":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"291":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.4142135623730951},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"z":{"c":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"198":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"155":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"283":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"155":{"tf":1.0},"256":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"162":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772}}}}},"x":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":3,"docs":{"57":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"*":{"(":{"3":{"2":{"+":{"8":{"df":1,"docs":{"153":{"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":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"6":{"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"9":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"6":{"tf":3.605551275463989},"67":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"235":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"236":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"162":{"tf":1.0},"237":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"116":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"r":{"a":{"df":36,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}},"b":{",":{"1":{"6":{"]":{";":{"c":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"df":3,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"109":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0}}},"c":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"258":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"d":{"df":1,"docs":{"270":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"270":{"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":{},"v":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":61,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":5.477225575051661},"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"q":{"df":2,"docs":{"162":{"tf":1.0},"239":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":23,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"150":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"254":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.23606797749979},"67":{"tf":3.7416573867739413},"72":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":26,"docs":{"109":{"tf":1.7320508075688772},"149":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":3.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"44":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":2.449489742783178},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"149":{"tf":1.0},"262":{"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":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"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":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":7,"docs":{"126":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"283":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"86":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":2.449489742783178},"95":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"198":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"b":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":2.0}}}},"g":{"a":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"10":{"tf":2.23606797749979},"101":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"259":{"tf":2.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"250":{"tf":1.0}}}},"s":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"187":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":6,"docs":{"155":{"tf":1.4142135623730951},"198":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"181":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":7,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"162":{"tf":2.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":6,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"u":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"155":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"85":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"56":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"184":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"186":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":10,"docs":{"162":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":1,"docs":{"69":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}},"u":{"6":{"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}},"w":{"df":1,"docs":{"94":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"[":{"b":{"2":{"5":{"6":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"2":{"5":{"6":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"145":{"tf":1.0}}},"u":{"6":{"4":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"144":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":2.6457513110645907}},"e":{":":{":":{"df":0,"docs":{},"x":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"z":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":72,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":3.1622776601683795},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"93":{"tf":3.7416573867739413},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"129":{"tf":1.0},"291":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"198":{"tf":1.0}},"e":{"d":{"df":11,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"158":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"3":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"187":{"tf":1.0},"84":{"tf":1.0}}}}},"w":{"df":9,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":2.0}}}},"df":3,"docs":{"12":{"tf":1.4142135623730951},"66":{"tf":4.0},"67":{"tf":4.47213595499958}}}},"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":13,"docs":{"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"292":{"tf":1.0},"309":{"tf":1.0},"40":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":2,"docs":{"263":{"tf":1.0},"84":{"tf":1.4142135623730951}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"188":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":136,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"w":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.0},"12":{"tf":2.6457513110645907},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":2.0},"70":{"tf":1.0},"83":{"tf":3.4641016151377544},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"d":{"d":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"200":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":125,"docs":{"150":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.6457513110645907},"201":{"tf":2.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"293":{"tf":1.0},"310":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"143":{"tf":1.0},"18":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"153":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"191":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"301":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"262":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"(":{"df":3,"docs":{"251":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"261":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":60,"docs":{"11":{"tf":2.449489742783178},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"270":{"tf":2.0},"284":{"tf":1.0},"291":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":2.23606797749979},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"9":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"270":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"287":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":64,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"301":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":30,"docs":{"147":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"d":{"df":19,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.0},"163":{"tf":1.7320508075688772}}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":115,"docs":{"151":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"1":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"283":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":7,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":36,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":39,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":8,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":38,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"k":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"259":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"a":{"df":3,"docs":{"285":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"150":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":2.0},"150":{"tf":2.449489742783178},"250":{"tf":1.0},"259":{"tf":1.0},"52":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"11":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":2.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"284":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"162":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772}},"h":{"df":3,"docs":{"162":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.0}}},"l":{"df":2,"docs":{"162":{"tf":1.0},"243":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"281":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"49":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"155":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":2.0},"55":{"tf":1.0}}}}}}}}}}},"df":26,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.4641016151377544},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":3.1622776601683795},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"291":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"309":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":4,"docs":{"12":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":1,"docs":{"122":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"53":{"tf":2.0},"57":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"291":{"tf":1.7320508075688772},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":2.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"11":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":4,"docs":{"12":{"tf":2.0},"3":{"tf":1.4142135623730951},"66":{"tf":3.0},"67":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"70":{"tf":1.0},"83":{"tf":3.3166247903554},"96":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"285":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"d":{"df":9,"docs":{"148":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":20,"docs":{"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"162":{"tf":1.0},"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"291":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"251":{"tf":1.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"a":{"df":110,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":2.0},"172":{"tf":2.23606797749979},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"175":{"tf":2.23606797749979},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"179":{"tf":2.449489742783178},"180":{"tf":2.23606797749979},"181":{"tf":2.23606797749979},"182":{"tf":2.0},"183":{"tf":2.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"213":{"tf":2.0},"215":{"tf":2.0},"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":2.23606797749979},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"226":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"229":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"244":{"tf":2.0},"245":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"250":{"tf":2.449489742783178},"251":{"tf":2.0},"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"260":{"tf":2.23606797749979},"261":{"tf":2.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":2.0},"269":{"tf":2.0},"270":{"tf":2.0},"272":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"281":{"tf":2.23606797749979},"282":{"tf":2.0},"283":{"tf":2.449489742783178},"284":{"tf":2.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"284":{"tf":1.0}}}},"b":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":4,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"7":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":94,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":2.0},"247":{"tf":2.0},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":3.1622776601683795},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":2.0},"257":{"tf":2.0},"258":{"tf":2.0},"259":{"tf":2.6457513110645907},"260":{"tf":3.0},"262":{"tf":1.7320508075688772},"263":{"tf":2.0},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":2.0},"267":{"tf":2.0},"268":{"tf":2.0},"269":{"tf":3.1622776601683795},"270":{"tf":2.23606797749979},"272":{"tf":2.0},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.0},"279":{"tf":2.0},"281":{"tf":1.7320508075688772},"284":{"tf":2.0},"83":{"tf":1.0}}},"c":{";":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"109":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"172":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.23606797749979},"180":{"tf":2.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"217":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"237":{"tf":3.0},"239":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":2.0},"253":{"tf":2.0},"256":{"tf":3.3166247903554},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"262":{"tf":2.8284271247461903},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"270":{"tf":3.1622776601683795},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"184":{"tf":1.0}}}}},"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"251":{"tf":2.0},"253":{"tf":2.8284271247461903},"257":{"tf":2.0},"258":{"tf":2.6457513110645907},"262":{"tf":3.0},"265":{"tf":2.6457513110645907},"267":{"tf":2.23606797749979},"270":{"tf":2.0},"273":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"281":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"166":{"tf":2.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"49":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"277":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"226":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"96":{"tf":2.8284271247461903},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"257":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"226":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"df":5,"docs":{"150":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"166":{"tf":1.0},"26":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"291":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":86,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"150":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":2.23606797749979},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":2.6457513110645907},"242":{"tf":2.6457513110645907},"243":{"tf":2.6457513110645907},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"255":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}}}},"y":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"46":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"162":{"tf":2.449489742783178},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.0}}},"df":13,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"300":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"150":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"284":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":59,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"155":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}},"t":{"d":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.4142135623730951}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":2.0},"260":{"tf":1.4142135623730951}},"l":{"df":3,"docs":{"150":{"tf":1.0},"226":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"104":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":35,"docs":{"15":{"tf":1.0},"150":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":2.449489742783178},"24":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":2.449489742783178},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":4.47213595499958},"54":{"tf":2.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"7":{"tf":1.0}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"105":{"tf":1.7320508075688772},"156":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":2.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"c":{"df":3,"docs":{"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":3.0},"145":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":2.449489742783178},"292":{"tf":1.4142135623730951},"293":{"tf":2.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.8284271247461903},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":2.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"67":{"tf":3.4641016151377544},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"198":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"67":{"tf":2.0},"73":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":4,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.4142135623730951}}}}}},"s":{"2":{"5":{"6":{"df":4,"docs":{"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.4142135623730951},"150":{"tf":1.0},"261":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}}}}},"b":{"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"244":{"tf":1.4142135623730951}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"291":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.0},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"96":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.7320508075688772},"26":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"263":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"97":{"tf":1.0}}}},"df":12,"docs":{"132":{"tf":1.0},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"c":{"df":1,"docs":{"68":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"120":{"tf":1.0},"132":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"2":{"5":{"1":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"k":{"1":{".":{"df":0,"docs":{},"n":{"/":{"/":{"2":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":2,"docs":{"275":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"287":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":2,"docs":{"153":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"11":{"tf":1.0},"126":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"d":{"df":8,"docs":{"162":{"tf":1.0},"166":{"tf":1.0},"262":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":7,"docs":{"26":{"tf":1.0},"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"56":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"_":{"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":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0}}}},"t":{"df":88,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"162":{"tf":2.449489742783178},"167":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":2.449489742783178},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.7320508075688772},"284":{"tf":1.4142135623730951},"29":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":2.0},"7":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"0":{"df":0,"docs":{},"x":{"4":{"6":{"5":{"5":{"4":{"5":{"4":{"c":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{"[":{"0":{":":{"3":{"2":{"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":{}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"1":{"0":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"111":{"tf":1.0},"136":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"200":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"200":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":2.0},"67":{"tf":2.6457513110645907}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"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":35,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.0},"162":{"tf":1.4142135623730951},"275":{"tf":2.23606797749979},"276":{"tf":2.23606797749979},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"57":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.7320508075688772}}}}}},"df":13,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"159":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"67":{"tf":1.0}},"f":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"163":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"x":{"df":4,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"153":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":24,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"162":{"tf":1.0},"192":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"193":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":3,"docs":{"162":{"tf":1.0},"262":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"306":{"tf":1.0}}},"1":{"df":1,"docs":{"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"308":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":9,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}},"1":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}},"2":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"29":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":13,"docs":{"150":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.0},"292":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":3.1622776601683795},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":15,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":2.0},"231":{"tf":2.0},"232":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0}},"e":{"c":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"156":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":12,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":3.4641016151377544},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"156":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"194":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"195":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"264":{"tf":1.4142135623730951}},"q":{"df":2,"docs":{"162":{"tf":1.0},"265":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"p":{"df":10,"docs":{"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":2.23606797749979}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"150":{"tf":2.0},"153":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"263":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0}}},"c":{"df":2,"docs":{"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":31,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":2.23606797749979},"164":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"29":{"tf":2.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"124":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"[":{"1":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"2":{"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":1,"docs":{"125":{"tf":1.0}}},"5":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":29,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"111":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":2.6457513110645907},"122":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"132":{"tf":2.23606797749979},"144":{"tf":3.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"7":{"tf":1.0},"82":{"tf":3.0},"87":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"162":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":3.7416573867739413},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"150":{"tf":1.0},"162":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"_":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"(":{"0":{"df":0,"docs":{},"u":{"3":{"2":{"df":10,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"0":{"2":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"3":{"2":{"df":4,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"307":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"n":{"df":1,"docs":{"291":{"tf":1.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.0},"123":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"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":{"291":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"291":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"120":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"245":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"162":{"tf":1.0},"266":{"tf":1.4142135623730951}},"q":{"df":2,"docs":{"162":{"tf":1.0},"267":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":112,"docs":{"163":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{",":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}},"_":{"1":{",":{".":{".":{".":{",":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"166":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}},"i":{"6":{"4":{"df":2,"docs":{"268":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"291":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"120":{"tf":2.0},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"291":{"tf":5.0},"292":{"tf":4.47213595499958},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":2.0},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":2.23606797749979},"311":{"tf":2.0},"4":{"tf":1.4142135623730951},"67":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"120":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":1.0},"44":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"=":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"+":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"242":{"tf":1.0},"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"256":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":5,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.0},"67":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"53":{"tf":5.291502622129181},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.23606797749979},"11":{"tf":3.1622776601683795},"114":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":2.23606797749979},"29":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"34":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":2.8284271247461903},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"57":{"tf":3.605551275463989},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":3.1622776601683795},"7":{"tf":3.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":3.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"162":{"tf":1.4142135623730951},"269":{"tf":2.23606797749979},"270":{"tf":2.23606797749979},"56":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"107":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":2.0},"16":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"162":{"tf":1.0},"269":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}},"df":38,"docs":{"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":2.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"310":{"tf":3.0},"311":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.8284271247461903},"67":{"tf":4.123105625617661},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"o":{"df":2,"docs":{"162":{"tf":1.0},"270":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":26,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"146":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":31,"docs":{"132":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"295":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}}},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"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":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"[":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"0":{"b":{"1":{"1":{"1":{"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"284":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"284":{"tf":1.0},"53":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"284":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":2.0},"24":{"tf":2.0},"25":{"tf":2.0},"34":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":1,"docs":{"111":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"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":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"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":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":3.4641016151377544},"115":{"tf":2.23606797749979},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":2.449489742783178},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"14":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.23606797749979},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":2.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},"226":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":2.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.7320508075688772},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":3.605551275463989},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":4.69041575982343},"83":{"tf":7.3484692283495345},"85":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":3.0},"95":{"tf":2.6457513110645907},"96":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":8,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"93":{"tf":2.8284271247461903},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":3,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":8,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{",":{"1":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":2.449489742783178},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"310":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":16,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":2.6457513110645907},"13":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":36,"docs":{"10":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.23606797749979},"24":{"tf":2.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"260":{"tf":2.449489742783178},"261":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":4.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"53":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"167":{"tf":1.0},"198":{"tf":1.0}}}}},"r":{"df":2,"docs":{"287":{"tf":1.0},"291":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"292":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}},"g":{"a":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":4.0},"293":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":2.0},"296":{"tf":2.23606797749979},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":2.23606797749979},"301":{"tf":2.449489742783178},"302":{"tf":2.23606797749979},"303":{"tf":1.7320508075688772},"304":{"tf":2.0},"305":{"tf":2.449489742783178},"306":{"tf":1.7320508075688772},"307":{"tf":2.449489742783178},"308":{"tf":2.23606797749979},"309":{"tf":1.7320508075688772},"310":{"tf":2.6457513110645907},"311":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":5,"docs":{"11":{"tf":4.123105625617661},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":2.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":61,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":3,"docs":{"281":{"tf":1.0},"57":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":19,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}},"x":{"df":0,"docs":{},"o":{"df":15,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"155":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"0":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"1":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"2":{"df":1,"docs":{"257":{"tf":1.0}}},"3":{"df":1,"docs":{"257":{"tf":1.0}}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"226":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"d":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"14":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"61":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":86,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.6457513110645907},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":2.23606797749979},"230":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":5.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":2.6457513110645907},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"]":{"[":{"1":{"df":1,"docs":{"68":{"tf":1.0}}},"2":{"5":{"5":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.0},"123":{"tf":2.0},"133":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"df":5,"docs":{"283":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":4,"docs":{"281":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.23606797749979}},"e":{"c":{"!":{"[":{"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"134":{"tf":1.0},"144":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"115":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":17,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.6457513110645907},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":18,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":2.8284271247461903},"114":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"290":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"83":{"tf":2.0}}}}}}}},"i":{"a":{"df":2,"docs":{"11":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":61,"docs":{"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":22,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"226":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"281":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}},"w":{"^":{"df":0,"docs":{},"x":{"df":1,"docs":{"161":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"y":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"155":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"208":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":3,"docs":{"162":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"210":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0}}}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"67":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"150":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":16,"docs":{"11":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"234":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"209":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"199":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"205":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"203":{"tf":1.4142135623730951}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"201":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"151":{"tf":1.0},"287":{"tf":1.0},"72":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":2.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"49":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"160":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"200":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":1,"docs":{"202":{"tf":1.0}},"x":{"df":1,"docs":{"204":{"tf":1.0}}}}}}},"y":{"df":7,"docs":{"123":{"tf":1.7320508075688772},"163":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"z":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"10":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.4142135623730951}}},"df":4,"docs":{"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":6,"docs":{"297":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"123":{"tf":2.0}}},"1":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":71,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"133":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":3.872983346207417},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"x":{"0":{"0":{"*":{"*":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":6,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0}}},"2":{"df":2,"docs":{"120":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"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":{}},"5":{"1":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"283":{"tf":1.0}}},"2":{"df":1,"docs":{"283":{"tf":1.0}}},"3":{"df":1,"docs":{"283":{"tf":1.0}}},"4":{"df":1,"docs":{"283":{"tf":1.0}}},"5":{"df":1,"docs":{"283":{"tf":1.0}}},"6":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":114,"docs":{"108":{"tf":1.0},"150":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":1,"docs":{"284":{"tf":1.0}}}},"1":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0}}},"2":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}},"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"150":{"tf":1.0}}},"6":{"df":1,"docs":{"150":{"tf":1.0}}},"7":{"df":1,"docs":{"150":{"tf":1.0}}},"8":{"df":1,"docs":{"150":{"tf":1.0}}},"9":{"df":1,"docs":{"150":{"tf":1.0}}},"a":{"df":1,"docs":{"150":{"tf":1.0}}},"b":{"df":1,"docs":{"150":{"tf":1.0}}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"b":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"6":{"0":{"4":{"2":{"2":{"d":{"b":{"2":{"4":{"3":{"c":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"6":{"d":{"3":{"4":{"2":{"9":{"4":{"9":{"d":{"a":{"3":{"c":{"6":{"4":{"a":{"3":{"c":{"6":{"a":{"c":{"5":{"6":{"4":{"9":{"4":{"1":{"df":0,"docs":{},"f":{"8":{"4":{"b":{"6":{"df":0,"docs":{},"f":{"0":{"6":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"f":{"df":1,"docs":{"150":{"tf":1.0}}}},"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{".":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"7":{"df":0,"docs":{},"f":{"2":{"9":{"a":{"b":{"c":{"c":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}},"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":{"9":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"d":{"1":{"2":{"1":{"a":{"6":{"d":{"5":{"a":{"df":0,"docs":{},"f":{"c":{"8":{"1":{"3":{"5":{"8":{"2":{"1":{"a":{"c":{"b":{"3":{"9":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"6":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"5":{"9":{"0":{"9":{"1":{"9":{"2":{"6":{"6":{"d":{"6":{"2":{"0":{"b":{"df":0,"docs":{},"f":{"c":{"7":{"b":{"9":{"b":{"6":{"df":0,"docs":{},"f":{"2":{"4":{"d":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{".":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"284":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{".":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"0":{"1":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"6":{"c":{"6":{"c":{"6":{"df":0,"docs":{},"f":{"2":{"c":{"2":{"0":{"5":{"7":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"6":{"c":{"6":{"4":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"d":{"b":{"8":{"b":{"a":{"c":{"7":{"1":{"0":{"c":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"5":{"1":{"4":{"9":{"a":{"c":{"6":{"0":{"6":{"4":{"2":{"2":{"2":{"9":{"2":{"2":{"df":0,"docs":{},"e":{"a":{"a":{"2":{"2":{"6":{"5":{"2":{"6":{"b":{"0":{"d":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"7":{"8":{"7":{"1":{"df":0,"docs":{},"e":{"2":{"8":{"c":{"3":{"6":{"8":{"df":0,"docs":{},"f":{"6":{"a":{"df":0,"docs":{},"f":{"b":{"c":{"df":0,"docs":{},"f":{"d":{"6":{"0":{"a":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"6":{"df":0,"docs":{},"e":{"6":{"1":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"c":{"5":{"a":{"c":{"4":{"7":{"1":{"b":{"4":{"7":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"9":{"8":{"7":{"a":{"d":{"a":{"4":{"3":{"9":{"df":0,"docs":{},"f":{"c":{"0":{"8":{"5":{"c":{"df":0,"docs":{},"f":{"a":{"3":{"c":{"4":{"9":{"4":{"1":{"6":{"c":{"df":0,"docs":{},"f":{"2":{"b":{"5":{"0":{"4":{"a":{"c":{"5":{"0":{"1":{"5":{"1":{"df":0,"docs":{},"e":{"3":{"c":{"2":{"3":{"3":{"5":{"d":{"6":{"0":{"5":{"9":{"5":{"c":{"b":{"9":{"0":{"7":{"4":{"5":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"8":{"b":{"7":{"8":{"8":{"9":{"4":{"df":0,"docs":{},"e":{"4":{"9":{"3":{"c":{"9":{"8":{"a":{"1":{"9":{"6":{"a":{"a":{"5":{"1":{"b":{"4":{"3":{"2":{"b":{"6":{"7":{"4":{"df":0,"docs":{},"e":{"4":{"8":{"1":{"3":{"2":{"5":{"3":{"2":{"5":{"7":{"df":0,"docs":{},"e":{"d":{"9":{"3":{"3":{"1":{"0":{"5":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"d":{"6":{"8":{"1":{"3":{"b":{"3":{"a":{"a":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0}},"e":{"3":{"b":{"0":{"c":{"4":{"4":{"2":{"9":{"8":{"df":0,"docs":{},"f":{"c":{"1":{"c":{"1":{"4":{"9":{"a":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"f":{"4":{"c":{"8":{"9":{"9":{"6":{"df":0,"docs":{},"f":{"b":{"9":{"2":{"4":{"2":{"7":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"df":0,"docs":{},"e":{"4":{"6":{"4":{"9":{"b":{"9":{"3":{"4":{"c":{"a":{"4":{"9":{"5":{"9":{"9":{"1":{"b":{"7":{"8":{"5":{"2":{"b":{"8":{"5":{"5":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}}},"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":{"81":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{".":{"1":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"292":{"tf":1.0},"299":{"tf":1.7320508075688772}}},"8":{"df":0,"docs":{},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"292":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"1":{"df":1,"docs":{"8":{"tf":1.0}}},"2":{"8":{"9":{"6":{"6":{"7":{"8":{"1":{"2":{"8":{"3":{"1":{"3":{"0":{"6":{"8":{"7":{"8":{"0":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"208":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772}}},"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}},"5":{".":{".":{"2":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"df":0,"docs":{},"e":{"6":{"df":0,"docs":{},"f":{"4":{"4":{"c":{"1":{"d":{"6":{"2":{"9":{"1":{"c":{"d":{"df":0,"docs":{},"f":{"4":{"6":{"3":{"9":{"5":{"a":{"8":{"df":0,"docs":{},"e":{"5":{"7":{"3":{"2":{"7":{"6":{"a":{"4":{"df":0,"docs":{},"f":{"a":{"7":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"c":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"c":{"8":{"9":{"1":{"df":0,"docs":{},"e":{"0":{"9":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"2":{"d":{"1":{"b":{"0":{"a":{"0":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{".":{"4":{"0":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"3":{"2":{"2":{"8":{"9":{"8":{"4":{"3":{"6":{"6":{"4":{"5":{"1":{"8":{"9":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"150":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":2.0},"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"8":{"0":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"4":{"4":{"6":{"7":{"4":{"4":{"0":{"7":{"3":{"7":{"0":{"9":{"5":{"5":{"1":{"6":{"1":{"3":{"df":3,"docs":{"101":{"tf":1.0},"102":{"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":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"1":{"df":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"2":{"df":2,"docs":{"100":{"tf":1.0},"105":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.0},"163":{"tf":1.0}}},"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":77,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":2.0},"251":{"tf":1.0},"256":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"292":{"tf":2.0},"294":{"tf":1.4142135623730951},"300":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"*":{"*":{"2":{"6":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"2":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"/":{"0":{"7":{"/":{"1":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"266":{"tf":1.4142135623730951}}},"5":{".":{".":{"3":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"162":{"tf":3.0},"199":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"^":{"6":{"4":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"5":{"3":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"120":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.7320508075688772},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"e":{"3":{"8":{"df":0,"docs":{},"e":{"7":{"7":{"b":{"2":{"2":{"c":{"3":{"1":{"4":{"a":{"4":{"4":{"9":{"df":0,"docs":{},"e":{"9":{"1":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"d":{"9":{"2":{"a":{"4":{"3":{"8":{"2":{"6":{"a":{"c":{"6":{"a":{"a":{"4":{"0":{"3":{"a":{"df":0,"docs":{},"e":{"6":{"a":{"8":{"a":{"c":{"b":{"6":{"c":{"df":0,"docs":{},"f":{"5":{"8":{"2":{"3":{"9":{"df":0,"docs":{},"f":{"b":{"a":{"df":0,"docs":{},"f":{"5":{"d":{"df":4,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"2":{"]":{")":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"]":{"[":{"0":{"df":2,"docs":{"264":{"tf":1.0},"266":{"tf":1.0}}},"8":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":2.23606797749979},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"247":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"250":{"tf":3.0},"251":{"tf":3.7416573867739413},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":2.8284271247461903},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"262":{"tf":3.0},"263":{"tf":2.449489742783178},"264":{"tf":1.0},"265":{"tf":3.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.8284271247461903},"269":{"tf":3.605551275463989},"270":{"tf":3.4641016151377544},"272":{"tf":2.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"7":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"8":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"9":{"2":{"d":{"5":{"8":{"c":{"6":{"9":{"4":{"d":{"2":{"d":{"9":{"1":{"df":0,"docs":{},"f":{"3":{"0":{"2":{"5":{"df":0,"docs":{},"f":{"2":{"b":{"c":{"c":{"df":0,"docs":{},"f":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"f":{"2":{"a":{"1":{"0":{"5":{"9":{"3":{"6":{"df":0,"docs":{},"f":{"5":{"d":{"a":{"8":{"8":{"1":{"b":{"0":{"8":{"9":{"9":{"1":{"8":{"5":{"d":{"4":{"9":{"df":0,"docs":{},"f":{"2":{"6":{"4":{"5":{"2":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"d":{"d":{"5":{"c":{"1":{"7":{"6":{"8":{"d":{"d":{"7":{"8":{"6":{"9":{"6":{"6":{"3":{"d":{"c":{"2":{"df":0,"docs":{},"f":{"8":{"6":{"8":{"df":0,"docs":{},"e":{"a":{"8":{"a":{"8":{"c":{"df":0,"docs":{},"e":{"6":{"8":{"b":{"d":{"6":{"0":{"6":{"4":{"2":{"4":{"4":{"d":{"b":{"c":{"4":{"2":{"8":{"6":{"df":0,"docs":{},"e":{"2":{"c":{"9":{"2":{"1":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"9":{"6":{"2":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{".":{"1":{".":{"3":{"df":1,"docs":{"68":{"tf":1.0}}},"6":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"6":{"4":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"95":{"tf":1.0}}},";":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":7,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":42,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"291":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"c":{"3":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"6":{"9":{"df":0,"docs":{},"e":{"2":{"8":{"1":{"a":{"6":{"2":{"2":{"2":{"8":{"1":{"a":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"0":{"5":{"5":{"df":0,"docs":{},"f":{"8":{"0":{"9":{"8":{"c":{"4":{"0":{"b":{"c":{"5":{"6":{"6":{"1":{"1":{"8":{"c":{"b":{"b":{"4":{"8":{"c":{"a":{"5":{"df":0,"docs":{},"f":{"d":{"2":{"8":{"b":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"171":{"tf":1.0},"191":{"tf":1.0}}},"df":11,"docs":{"122":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"292":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"308":{"tf":2.0},"309":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"6":{"1":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"2":{"5":{"5":{"3":{"1":{"5":{"4":{"2":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"8":{"3":{"4":{"d":{"d":{"1":{"2":{"7":{"df":0,"docs":{},"e":{"7":{"7":{"1":{"1":{"0":{"1":{"a":{"c":{"1":{"0":{"1":{"4":{"1":{"1":{"1":{"7":{"1":{"8":{"4":{"5":{"1":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"9":{"9":{"6":{"d":{"9":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"0":{"c":{"6":{"6":{"a":{"5":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"240":{"tf":1.0},"242":{"tf":1.0}}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"83":{"tf":1.0}}}}},"df":28,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"275":{"tf":2.8284271247461903},"276":{"tf":2.8284271247461903},"277":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"4":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"6":{"5":{"6":{"c":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"7":{"9":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"7":{"c":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"a":{"c":{"d":{"1":{"2":{"8":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"b":{"5":{"df":0,"docs":{},"f":{"0":{"b":{"df":0,"docs":{},"f":{"2":{"b":{"d":{"df":0,"docs":{},"e":{"a":{"5":{"3":{"3":{"a":{"5":{"1":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"c":{"9":{"a":{"a":{"b":{"df":0,"docs":{},"e":{"9":{"2":{"3":{"6":{"d":{"3":{"3":{"5":{"9":{"8":{"9":{"df":0,"docs":{},"f":{"3":{"b":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"311":{"tf":1.4142135623730951},"69":{"tf":1.0},"8":{"tf":1.0}},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"*":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"6":{"df":0,"docs":{},"e":{"9":{"8":{"2":{"7":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"4":{"7":{"2":{"1":{"d":{"b":{"6":{"8":{"b":{"4":{"c":{"0":{"b":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"5":{"2":{"b":{"8":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"2":{"c":{"5":{"b":{"d":{"7":{"8":{"1":{"1":{"c":{"0":{"7":{"a":{"4":{"1":{"c":{"df":0,"docs":{},"e":{"d":{"8":{"8":{"2":{"c":{"7":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.0},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":2.0},"245":{"tf":2.449489742783178},"251":{"tf":2.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"9":{"df":2,"docs":{"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"_":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":2.0}}},"a":{"[":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{";":{"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"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.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":3.1622776601683795},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":2.23606797749979},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":3.0},"77":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":2.449489742783178},"169":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"53":{"tf":3.4641016151377544}},"i":{"df":2,"docs":{"162":{"tf":1.0},"169":{"tf":1.7320508075688772}},"t":{"df":14,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"164":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"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":{}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"13":{"tf":1.0},"150":{"tf":2.449489742783178},"166":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":5.385164807134504},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"111":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"159":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"300":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"291":{"tf":1.0},"72":{"tf":1.0}}}}}}},"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":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"291":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":15,"docs":{"110":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"228":{"tf":2.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"132":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":2,"docs":{"162":{"tf":1.0},"228":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":4,"docs":{"162":{"tf":1.0},"167":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"43":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":2.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":73,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"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},"145":{"tf":1.0},"146":{"tf":1.0},"287":{"tf":1.4142135623730951},"57":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":2.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},"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.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":3,"docs":{"57":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"305":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"g":{"1":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"112":{"tf":1.0}}},"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":30,"docs":{"111":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"198":{"tf":1.0},"281":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.6457513110645907},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"56":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"122":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":3.872983346207417},"89":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":34,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":2.23606797749979},"259":{"tf":2.23606797749979},"26":{"tf":1.0},"262":{"tf":2.0},"269":{"tf":2.23606797749979},"270":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.449489742783178},"53":{"tf":2.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"53":{"tf":4.69041575982343},"56":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"291":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"83":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.0},"3":{"tf":1.4142135623730951}}}}},"o":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"251":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"301":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":17,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"c":{")":{"%":{"d":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"+":{"c":{")":{"%":{"d":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"3":{"4":{"6":{"d":{"9":{"c":{"a":{"6":{"6":{"c":{"df":0,"docs":{},"e":{"c":{"a":{"6":{"1":{"9":{"5":{"1":{"a":{"2":{"7":{"d":{"b":{"a":{"2":{"9":{"7":{"7":{"b":{"2":{"a":{"8":{"2":{"b":{"8":{"a":{"a":{"8":{"6":{"0":{"0":{"6":{"7":{"0":{"6":{"0":{"4":{"df":0,"docs":{},"f":{"2":{"8":{"6":{"a":{"1":{"3":{"9":{"3":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"0":{"df":0,"docs":{},"f":{"4":{"4":{"df":0,"docs":{},"f":{"a":{"5":{"9":{"6":{"5":{"c":{"2":{"4":{"7":{"4":{"a":{"3":{"b":{"4":{"7":{"1":{"4":{"6":{"7":{"a":{"2":{"2":{"c":{"4":{"3":{"1":{"8":{"5":{"1":{"5":{"2":{"1":{"2":{"9":{"2":{"9":{"5":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"8":{"b":{"0":{"2":{"2":{"a":{"df":0,"docs":{},"e":{"5":{"0":{"b":{"5":{"0":{"9":{"0":{"3":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"1":{"6":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"(":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"3":{"2":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"(":{"b":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"162":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"224":{"tf":1.7320508075688772},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":19,"docs":{"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":2.6457513110645907},"270":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0}}},"m":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"u":{"6":{"4":{"df":1,"docs":{"82":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":3,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"291":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":33,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":3.0},"57":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544},"9":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":18,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"260":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"154":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"96":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"310":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"248":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"249":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"m":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":81,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.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},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"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.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":{}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":50,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.449489742783178},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"115":{"tf":2.8284271247461903},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":2.449489742783178},"162":{"tf":3.7416573867739413},"163":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"200":{"tf":2.8284271247461903},"201":{"tf":2.23606797749979},"202":{"tf":2.449489742783178},"203":{"tf":2.0},"204":{"tf":2.449489742783178},"205":{"tf":2.0},"206":{"tf":2.0},"207":{"tf":2.0},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"d":{"d":{"df":2,"docs":{"162":{"tf":1.0},"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"13":{"tf":2.23606797749979},"162":{"tf":2.0},"256":{"tf":2.23606797749979},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"273":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"73":{"tf":2.6457513110645907},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":3.0},"162":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":2.449489742783178},"252":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":2.0},"34":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.0},"61":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":3.3166247903554},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":13,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":2.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"256":{"tf":1.0}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"291":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"272":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":2.0},"162":{"tf":1.4142135623730951},"250":{"tf":2.449489742783178},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":36,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"25":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":2.23606797749979},"269":{"tf":2.0},"270":{"tf":2.0},"28":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"]":{"[":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":3.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":106,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":2.0},"244":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"3":{"2":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"[":{"3":{"2":{"df":2,"docs":{"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":49,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":2.449489742783178},"158":{"tf":3.7416573867739413},"160":{"tf":2.0},"162":{"tf":2.6457513110645907},"166":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"246":{"tf":1.0},"251":{"tf":3.7416573867739413},"256":{"tf":1.0},"260":{"tf":2.0},"281":{"tf":2.23606797749979},"283":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"e":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"283":{"tf":1.0}}},"df":4,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"44":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"123":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"291":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"253":{"tf":1.7320508075688772}}}},"df":10,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}}}},"f":{"df":2,"docs":{"162":{"tf":1.0},"231":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"162":{"tf":1.0},"229":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"230":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.7320508075688772}}}}},"g":{"a":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"226":{"tf":2.0},"251":{"tf":1.4142135623730951},"260":{"tf":2.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"283":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"256":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":37,"docs":{"160":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":53,"docs":{"162":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":2.449489742783178},"254":{"tf":2.0},"255":{"tf":1.7320508075688772},"256":{"tf":2.6457513110645907},"291":{"tf":1.0},"53":{"tf":1.4142135623730951},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":2,"docs":{"158":{"tf":1.0},"256":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"252":{"tf":2.0},"61":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"df":25,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"27":{"tf":1.0},"270":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"57":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"287":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"134":{"tf":1.0},"291":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":8,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"239":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"291":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"285":{"tf":1.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"s":{"df":2,"docs":{"111":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":28,"docs":{"1":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"254":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"256":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"291":{"tf":1.4142135623730951},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"83":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"93":{"tf":3.0},"94":{"tf":2.0},"95":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"287":{"tf":2.449489742783178},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"266":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"154":{"tf":2.449489742783178},"157":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"226":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":3.1622776601683795},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"283":{"tf":2.23606797749979},"57":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"11":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"149":{"tf":1.0},"256":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"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":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":67,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"164":{"tf":1.0},"166":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":2.23606797749979},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":3.3166247903554},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":3.1622776601683795},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"283":{"tf":1.0}}},"t":{"df":1,"docs":{"281":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"256":{"tf":1.0},"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"291":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"df":3,"docs":{"156":{"tf":1.0},"53":{"tf":4.358898943540674},"57":{"tf":3.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"198":{"tf":1.4142135623730951},"284":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"254":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951}}}}},"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":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":12,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.0},"274":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":3,"docs":{"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"255":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":40,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"150":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.4142135623730951},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}},"e":{"2":{"5":{"5":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"a":{"df":58,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"14":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":3.0},"303":{"tf":1.7320508075688772},"304":{"tf":2.23606797749979},"305":{"tf":2.6457513110645907},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":15,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":3.3166247903554},"83":{"tf":4.358898943540674},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"281":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":3.4641016151377544}}}}}},"df":3,"docs":{"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"115":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"2":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"292":{"tf":2.6457513110645907},"293":{"tf":1.0},"305":{"tf":2.0},"306":{"tf":2.23606797749979},"307":{"tf":2.23606797749979},"308":{"tf":2.23606797749979},"309":{"tf":2.0},"310":{"tf":2.6457513110645907},"311":{"tf":2.0}}}},"t":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":23,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"262":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":172,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"15":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"291":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"291":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"301":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"172":{"tf":1.7320508075688772}},"i":{"d":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"167":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"187":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":2.0}}},"df":2,"docs":{"162":{"tf":1.0},"173":{"tf":1.7320508075688772}},"s":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":2.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"9":{"1":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":41,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":3.7416573867739413},"86":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"c":{"a":{"2":{"a":{"0":{"4":{"0":{"c":{"df":0,"docs":{},"e":{"9":{"5":{"df":0,"docs":{},"f":{"c":{"1":{"9":{"b":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"7":{"5":{"b":{"a":{"c":{"5":{"3":{"0":{"d":{"0":{"5":{"2":{"4":{"8":{"4":{"d":{"0":{"b":{"1":{"a":{"4":{"9":{"2":{"6":{"7":{"a":{"2":{"df":0,"docs":{},"e":{"b":{"0":{"7":{"a":{"7":{"a":{"1":{"b":{"0":{"0":{"c":{"3":{"8":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":2,"docs":{"162":{"tf":1.0},"281":{"tf":2.0}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":3,"docs":{"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"275":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"69":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":4,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"166":{"tf":2.449489742783178},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"49":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"153":{"tf":1.4142135623730951},"292":{"tf":1.7320508075688772},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":2.8284271247461903},"305":{"tf":2.8284271247461903},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"8":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"125":{"tf":1.0}}},"2":{")":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":142,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":3.1622776601683795},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":3.1622776601683795},"121":{"tf":2.6457513110645907},"122":{"tf":3.3166247903554},"123":{"tf":2.6457513110645907},"124":{"tf":2.8284271247461903},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.6457513110645907},"163":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":1,"docs":{"131":{"tf":1.0}}},"b":{"df":1,"docs":{"131":{"tf":1.0}}},"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"158":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"164":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.1622776601683795},"133":{"tf":2.23606797749979},"14":{"tf":1.0},"143":{"tf":3.1622776601683795},"146":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"q":{"df":3,"docs":{"162":{"tf":1.0},"174":{"tf":1.7320508075688772},"198":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"162":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"24":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"272":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"291":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":53,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"281":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.23606797749979},"24":{"tf":1.0},"26":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"162":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":2.6457513110645907},"77":{"tf":1.0},"78":{"tf":2.6457513110645907}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":37,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"161":{"tf":2.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"250":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"292":{"tf":1.0},"309":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"t":{"df":3,"docs":{"108":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"162":{"tf":1.0},"176":{"tf":1.7320508075688772}},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":2.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":2.0},"283":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"283":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"155":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":2.0}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":3.0},"57":{"tf":4.358898943540674},"61":{"tf":2.0}}},"w":{"df":1,"docs":{"166":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"122":{"tf":2.0}}},"2":{"df":1,"docs":{"122":{"tf":2.0}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":2.449489742783178},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}},"l":{"df":4,"docs":{"251":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"155":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":4,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0}}}},"x":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.0},"284":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"251":{"tf":1.0},"282":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.4142135623730951}}}}},"n":{"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":3.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":40,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"226":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"o":{"(":{"a":{"df":5,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"82":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":60,"docs":{"1":{"tf":2.23606797749979},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"268":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.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}}}},"df":4,"docs":{"291":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"198":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"251":{"tf":3.0},"260":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":15,"docs":{"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.449489742783178}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"df":14,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":3.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"256":{"tf":1.0},"260":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":20,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"152":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"121":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":143,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"11":{"tf":2.0},"110":{"tf":2.8284271247461903},"111":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"281":{"tf":2.23606797749979},"291":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"84":{"tf":2.23606797749979},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"262":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0}}}}}}},"g":{"a":{"df":23,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":2.6457513110645907},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":4.58257569495584},"56":{"tf":1.0},"57":{"tf":3.7416573867739413},"6":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":2.0},"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"g":{"a":{"df":7,"docs":{"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"226":{"tf":1.0},"260":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}},"n":{"df":21,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"283":{"tf":1.7320508075688772}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":2,"docs":{"68":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":1,"docs":{"48":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"162":{"tf":1.0},"177":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"177":{"tf":1.7320508075688772},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}},"f":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"284":{"tf":1.7320508075688772}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"291":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"(":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"1":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"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":{"(":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"t":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"261":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}},"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":2.0},"25":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":3.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"164":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"249":{"tf":1.4142135623730951},"287":{"tf":2.8284271247461903},"46":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":2.6457513110645907},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":7,"docs":{"124":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":11,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"268":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"115":{"tf":1.0},"122":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":14,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"116":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"13":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"p":{"df":13,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":29,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.7320508075688772},"266":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"d":{"df":82,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.6457513110645907},"136":{"tf":2.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},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"247":{"tf":2.449489742783178},"25":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":3.4641016151377544},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":3.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":3.4641016151377544},"270":{"tf":2.6457513110645907},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"49":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"7":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":4.358898943540674},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"115":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":26,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":2.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},"6":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"284":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":44,"docs":{"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"230":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.0},"234":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":3.1622776601683795},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.23606797749979},"256":{"tf":3.605551275463989},"283":{"tf":2.6457513110645907},"284":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"i":{"df":36,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":4.47213595499958},"163":{"tf":2.449489742783178},"169":{"tf":2.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"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":4,"docs":{"132":{"tf":2.23606797749979},"133":{"tf":1.7320508075688772},"288":{"tf":1.0},"291":{"tf":2.6457513110645907}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"251":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"256":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"163":{"tf":2.0},"26":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"50":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"1":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"df":2,"docs":{"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":2,"docs":{"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"198":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"67":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":2.449489742783178},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":2.6457513110645907},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"7":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"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":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951}}}}}},"2":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":56,"docs":{"11":{"tf":2.8284271247461903},"12":{"tf":2.449489742783178},"13":{"tf":2.6457513110645907},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"23":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"301":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":3.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"122":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":141,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":3.1622776601683795},"163":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":3.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":2.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":2.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"53":{"tf":4.47213595499958},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":38,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":3.7416573867739413},"163":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"45":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"158":{"tf":1.0}},"f":{"a":{"c":{"df":69,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"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},"145":{"tf":1.0},"146":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"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":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"292":{"tf":1.0},"310":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":25,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"163":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"a":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"53":{"tf":3.7416573867739413},"57":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"155":{"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},"29":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"310":{"tf":1.0}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"189":{"tf":1.4142135623730951},"200":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"157":{"tf":1.0},"264":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"129":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"216":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"162":{"tf":1.0},"220":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"215":{"tf":1.7320508075688772}},"f":{"df":2,"docs":{"162":{"tf":1.0},"221":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"162":{"tf":1.0},"224":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.7320508075688772}},"f":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.7320508075688772}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"218":{"tf":1.7320508075688772}}}},"z":{"b":{"df":2,"docs":{"162":{"tf":1.0},"222":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"df":2,"docs":{"162":{"tf":1.0},"223":{"tf":1.7320508075688772}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"219":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"70":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":4.123105625617661},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":13,"docs":{"11":{"tf":1.0},"162":{"tf":3.3166247903554},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772}}}}}},"k":{"2":{"5":{"6":{"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"67":{"tf":1.4142135623730951}},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"2":{"5":{"6":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"y":{"df":32,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":2.23606797749979},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":2.23606797749979},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.6457513110645907},"309":{"tf":2.449489742783178},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"38":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"68":{"tf":2.23606797749979},"69":{"tf":2.0},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"l":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"1":{"df":7,"docs":{"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"207":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"158":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"233":{"tf":1.7320508075688772}}},"d":{"c":{"df":4,"docs":{"155":{"tf":1.0},"162":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"'":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":22,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.449489742783178},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.7320508075688772},"307":{"tf":2.23606797749979},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":3.4641016151377544},"67":{"tf":3.7416573867739413}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.449489742783178}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"162":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":24,"docs":{"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":2.0},"262":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"198":{"tf":1.0},"202":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"291":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"165":{"tf":1.0},"57":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"11":{"tf":2.0},"111":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.0},"164":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":3.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"162":{"tf":2.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"253":{"tf":1.0},"256":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"2":{"(":{"0":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"198":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}}},"d":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"103":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"136":{"tf":1.0},"162":{"tf":1.0},"258":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}}},"df":9,"docs":{"100":{"tf":2.0},"136":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":2.0},"8":{"tf":1.0},"83":{"tf":2.0},"95":{"tf":2.23606797749979},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951}}},"d":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"291":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.7320508075688772},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"234":{"tf":1.7320508075688772}}},"z":{"c":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"198":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"155":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"283":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"155":{"tf":1.0},"256":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"162":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":2.0}}}}},"x":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":3,"docs":{"57":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"*":{"(":{"3":{"2":{"+":{"8":{"df":1,"docs":{"153":{"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":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"6":{"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"9":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"6":{"tf":3.605551275463989},"67":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"235":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"236":{"tf":1.7320508075688772}}}},"p":{"df":2,"docs":{"162":{"tf":1.0},"237":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"238":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"116":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"r":{"a":{"df":36,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}},"b":{",":{"1":{"6":{"]":{";":{"c":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"df":3,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"109":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0}}},"c":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"258":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"d":{"df":1,"docs":{"270":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"270":{"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":{},"v":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":61,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"237":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":5.477225575051661},"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"q":{"df":2,"docs":{"162":{"tf":1.0},"239":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":44,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"150":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"254":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.449489742783178},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.449489742783178},"67":{"tf":3.872983346207417},"72":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":26,"docs":{"109":{"tf":1.7320508075688772},"149":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":3.1622776601683795},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":2.6457513110645907},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"149":{"tf":1.0},"262":{"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":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"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":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":7,"docs":{"126":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"283":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"86":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":2.449489742783178},"95":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"198":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"b":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":2.0}}}},"g":{"a":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"10":{"tf":2.23606797749979},"101":{"tf":2.0},"162":{"tf":1.4142135623730951},"259":{"tf":2.449489742783178},"53":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"250":{"tf":1.0}}}},"s":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"187":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"179":{"tf":1.7320508075688772}}}}},"o":{"d":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.7320508075688772},"68":{"tf":1.0}},"e":{"df":6,"docs":{"155":{"tf":1.4142135623730951},"198":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"181":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":7,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"162":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":6,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"u":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"155":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"85":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"183":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"183":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"184":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"186":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"256":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":10,"docs":{"162":{"tf":2.6457513110645907},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":1,"docs":{"69":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}},"u":{"6":{"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}},"w":{"df":1,"docs":{"94":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"[":{"b":{"2":{"5":{"6":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"2":{"5":{"6":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"145":{"tf":1.0}}},"u":{"6":{"4":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"144":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":2.6457513110645907}},"e":{":":{":":{"df":0,"docs":{},"x":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"z":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":72,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":3.1622776601683795},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"93":{"tf":3.7416573867739413},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"129":{"tf":1.0},"291":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"198":{"tf":1.0}},"e":{"d":{"df":11,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"158":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"285":{"tf":2.23606797749979},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"3":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"187":{"tf":1.0},"84":{"tf":1.0}}}}},"w":{"df":9,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"259":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":2.0}}}},"df":3,"docs":{"12":{"tf":1.4142135623730951},"66":{"tf":4.0},"67":{"tf":4.47213595499958}}}},"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":13,"docs":{"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"292":{"tf":1.0},"309":{"tf":1.4142135623730951},"40":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"263":{"tf":1.0},"84":{"tf":1.4142135623730951}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"188":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":136,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"w":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.0},"12":{"tf":2.6457513110645907},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":2.0},"70":{"tf":1.0},"83":{"tf":3.4641016151377544},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"d":{"d":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"200":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":125,"docs":{"150":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.8284271247461903},"201":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"293":{"tf":1.0},"310":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"143":{"tf":1.0},"18":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"153":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"191":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"301":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":5,"docs":{"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"284":{"tf":1.0},"40":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"(":{"df":3,"docs":{"251":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"261":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":63,"docs":{"11":{"tf":2.449489742783178},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":2.23606797749979},"270":{"tf":2.23606797749979},"28":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":2.449489742783178},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":2.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"9":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"270":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"287":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":64,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"301":{"tf":1.7320508075688772}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":30,"docs":{"147":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"d":{"df":19,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.0},"163":{"tf":1.7320508075688772}}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":115,"docs":{"151":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.6457513110645907},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"1":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"283":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":7,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":36,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":39,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":8,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":38,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"k":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"259":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"a":{"df":4,"docs":{"285":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"150":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"124":{"tf":2.0},"150":{"tf":2.449489742783178},"250":{"tf":1.0},"259":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":14,"docs":{"11":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":2.0},"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"284":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"162":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"242":{"tf":2.0},"243":{"tf":2.0},"260":{"tf":1.7320508075688772}},"h":{"df":3,"docs":{"162":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":1.0}}},"l":{"df":2,"docs":{"162":{"tf":1.0},"243":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"281":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"49":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":2.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"155":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":2.0},"55":{"tf":1.0}}}}}}}}}}},"df":26,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.605551275463989},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":3.1622776601683795},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"291":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"309":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":4,"docs":{"12":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":1,"docs":{"122":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"53":{"tf":2.0},"57":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"291":{"tf":1.7320508075688772},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":2.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"11":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":2.0},"286":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"66":{"tf":3.0},"67":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"70":{"tf":1.0},"83":{"tf":3.3166247903554},"96":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":36,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"285":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"d":{"df":9,"docs":{"148":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":20,"docs":{"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"240":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"162":{"tf":1.0},"241":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"291":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":2.23606797749979},"69":{"tf":2.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"240":{"tf":2.0},"241":{"tf":2.0},"251":{"tf":1.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"a":{"df":110,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":2.0},"172":{"tf":2.23606797749979},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"175":{"tf":2.23606797749979},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"179":{"tf":2.449489742783178},"180":{"tf":2.23606797749979},"181":{"tf":2.23606797749979},"182":{"tf":2.0},"183":{"tf":2.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"213":{"tf":2.0},"215":{"tf":2.0},"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":2.23606797749979},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"226":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"229":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"244":{"tf":2.0},"245":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"250":{"tf":2.449489742783178},"251":{"tf":2.0},"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"260":{"tf":2.23606797749979},"261":{"tf":2.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":2.0},"269":{"tf":2.0},"270":{"tf":2.0},"272":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"281":{"tf":2.23606797749979},"282":{"tf":2.0},"283":{"tf":2.449489742783178},"284":{"tf":2.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"284":{"tf":1.0}}}},"b":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":4,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"7":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":94,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":2.0},"247":{"tf":2.0},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":3.1622776601683795},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":2.0},"257":{"tf":2.0},"258":{"tf":2.0},"259":{"tf":2.6457513110645907},"260":{"tf":3.0},"262":{"tf":1.7320508075688772},"263":{"tf":2.0},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":2.0},"267":{"tf":2.0},"268":{"tf":2.0},"269":{"tf":3.1622776601683795},"270":{"tf":2.23606797749979},"272":{"tf":2.0},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.0},"279":{"tf":2.0},"281":{"tf":1.7320508075688772},"284":{"tf":2.0},"83":{"tf":1.0}}},"c":{";":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"109":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"172":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.23606797749979},"180":{"tf":2.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"217":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"237":{"tf":3.0},"239":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":2.0},"253":{"tf":2.0},"256":{"tf":3.3166247903554},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"262":{"tf":2.8284271247461903},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"270":{"tf":3.1622776601683795},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"184":{"tf":1.0}}}}},"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"251":{"tf":2.0},"253":{"tf":2.8284271247461903},"257":{"tf":2.0},"258":{"tf":2.6457513110645907},"262":{"tf":3.0},"265":{"tf":2.6457513110645907},"267":{"tf":2.23606797749979},"270":{"tf":2.0},"273":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"281":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"166":{"tf":2.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":2.0},"265":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"49":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"277":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.23606797749979},"226":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"96":{"tf":3.1622776601683795},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"257":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"226":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"df":5,"docs":{"150":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"166":{"tf":1.0},"26":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"291":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":86,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"150":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":2.23606797749979},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.8284271247461903},"241":{"tf":2.8284271247461903},"242":{"tf":2.8284271247461903},"243":{"tf":2.8284271247461903},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"255":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}}}},"y":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"1":{"tf":1.4142135623730951},"46":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"162":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.0}}},"df":13,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"300":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"150":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"137":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"284":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":59,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"155":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}},"t":{"d":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.7320508075688772}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":2.23606797749979},"260":{"tf":1.4142135623730951}},"l":{"df":3,"docs":{"150":{"tf":1.0},"226":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"104":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":35,"docs":{"15":{"tf":1.0},"150":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":2.6457513110645907},"24":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":2.6457513110645907},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":4.47213595499958},"54":{"tf":2.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"7":{"tf":1.0}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"105":{"tf":2.0},"156":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"c":{"df":3,"docs":{"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"200":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":3.0},"145":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"254":{"tf":2.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":2.449489742783178},"292":{"tf":1.7320508075688772},"293":{"tf":2.23606797749979},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.8284271247461903},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":2.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"67":{"tf":3.4641016151377544},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"198":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":20,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":2.0},"73":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":4,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.7320508075688772}}}}}},"s":{"2":{"5":{"6":{"df":4,"docs":{"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.4142135623730951},"150":{"tf":1.0},"261":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}}}}},"b":{"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"244":{"tf":1.7320508075688772}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"291":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"96":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":2.0},"26":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"263":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"97":{"tf":1.0}}}},"df":12,"docs":{"132":{"tf":1.0},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"c":{"df":1,"docs":{"68":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"120":{"tf":1.0},"132":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"2":{"5":{"1":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"k":{"1":{".":{"df":0,"docs":{},"n":{"/":{"/":{"2":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":2,"docs":{"275":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"287":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":2,"docs":{"153":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"11":{"tf":1.0},"126":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"n":{"d":{"df":8,"docs":{"162":{"tf":1.0},"166":{"tf":1.0},"262":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":7,"docs":{"26":{"tf":1.0},"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"56":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"_":{"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":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0}}}},"t":{"df":163,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.23606797749979},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.23606797749979},"283":{"tf":2.0},"284":{"tf":1.7320508075688772},"29":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":2.0},"7":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"0":{"df":0,"docs":{},"x":{"4":{"6":{"5":{"5":{"4":{"5":{"4":{"c":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{"[":{"0":{":":{"3":{"2":{"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":{}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"1":{"0":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"111":{"tf":1.0},"136":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"200":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"200":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"200":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":2.0},"67":{"tf":2.6457513110645907}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"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":35,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"120":{"tf":1.0},"125":{"tf":1.0},"162":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"276":{"tf":2.449489742783178},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"57":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.7320508075688772}}}}}},"df":13,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"159":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"67":{"tf":1.0}},"f":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"163":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"x":{"df":4,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"153":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":24,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":2.0},"140":{"tf":1.7320508075688772},"291":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"162":{"tf":1.0},"192":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"193":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"263":{"tf":2.0},"264":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":3,"docs":{"162":{"tf":1.0},"262":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"306":{"tf":1.0}}},"1":{"df":1,"docs":{"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"308":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":9,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}},"1":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}},"2":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"29":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":31,"docs":{"150":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.23606797749979},"292":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.7320508075688772},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":3.3166247903554},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":15,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":2.0},"231":{"tf":2.0},"232":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0}},"e":{"c":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"156":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"2":{"tf":1.0},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"291":{"tf":3.4641016151377544},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"156":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"194":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"195":{"tf":1.7320508075688772}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"264":{"tf":1.7320508075688772}},"q":{"df":2,"docs":{"162":{"tf":1.0},"265":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"p":{"df":10,"docs":{"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":2.23606797749979}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"150":{"tf":2.0},"153":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"263":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0}}},"c":{"df":2,"docs":{"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":31,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":2.23606797749979},"164":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"29":{"tf":2.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"124":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"[":{"1":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"2":{"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":1,"docs":{"125":{"tf":1.0}}},"5":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":29,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"111":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":2.8284271247461903},"122":{"tf":1.0},"129":{"tf":2.23606797749979},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":2.0},"139":{"tf":2.0},"140":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":2.8284271247461903},"123":{"tf":1.0},"132":{"tf":2.449489742783178},"144":{"tf":3.1622776601683795},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"7":{"tf":1.0},"82":{"tf":3.0},"87":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"162":{"tf":1.0},"196":{"tf":1.7320508075688772},"200":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":3.7416573867739413},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"150":{"tf":1.0},"162":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"200":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"_":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"(":{"0":{"df":0,"docs":{},"u":{"3":{"2":{"df":10,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"0":{"2":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"3":{"2":{"df":4,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"307":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"n":{"df":1,"docs":{"291":{"tf":1.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.0},"123":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"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":{"291":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"291":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"120":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"245":{"tf":1.7320508075688772}},"w":{"df":2,"docs":{"162":{"tf":1.0},"266":{"tf":1.7320508075688772}},"q":{"df":2,"docs":{"162":{"tf":1.0},"267":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":112,"docs":{"163":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{",":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}},"_":{"1":{",":{".":{".":{".":{",":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"166":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}},"i":{"6":{"4":{"df":2,"docs":{"268":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"291":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"120":{"tf":2.0},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"288":{"tf":2.23606797749979},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":5.0990195135927845},"292":{"tf":4.69041575982343},"293":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":2.0},"298":{"tf":2.0},"299":{"tf":2.0},"300":{"tf":2.449489742783178},"301":{"tf":2.0},"302":{"tf":2.0},"303":{"tf":2.0},"304":{"tf":2.449489742783178},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.449489742783178},"308":{"tf":2.449489742783178},"309":{"tf":2.449489742783178},"310":{"tf":2.6457513110645907},"311":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"120":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"268":{"tf":2.0},"287":{"tf":1.0},"44":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"268":{"tf":2.0},"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"p":{"=":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"+":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"242":{"tf":1.0},"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"256":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":5,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.0},"67":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"53":{"tf":5.291502622129181},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":65,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.6457513110645907},"11":{"tf":3.4641016151377544},"114":{"tf":1.0},"12":{"tf":2.6457513110645907},"13":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"26":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":2.449489742783178},"29":{"tf":2.23606797749979},"30":{"tf":2.23606797749979},"31":{"tf":2.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.6457513110645907},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":2.0},"49":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":3.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":3.0},"57":{"tf":3.7416573867739413},"58":{"tf":2.0},"59":{"tf":1.7320508075688772},"6":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":3.4641016151377544},"7":{"tf":3.4641016151377544},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":3.1622776601683795},"8":{"tf":2.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"162":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"56":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"107":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":2.0},"16":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"162":{"tf":1.0},"269":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}},"df":41,"docs":{"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":2.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.23606797749979},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":3.1622776601683795},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":3.0},"67":{"tf":4.242640687119285},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"o":{"df":2,"docs":{"162":{"tf":1.0},"270":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":26,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"o":{"df":31,"docs":{"132":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"295":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}}},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"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":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"[":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"0":{"b":{"1":{"1":{"1":{"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"284":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"284":{"tf":1.0},"53":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"284":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":2.0},"24":{"tf":2.0},"25":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":1,"docs":{"111":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"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":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"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":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":3.4641016151377544},"115":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":2.0},"14":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":2.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},"226":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":2.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.7320508075688772},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":3.605551275463989},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":4.69041575982343},"83":{"tf":7.3484692283495345},"85":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.6457513110645907},"96":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":8,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"93":{"tf":2.8284271247461903},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":3,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":8,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{",":{"1":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":2.449489742783178},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"310":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":16,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":2.6457513110645907},"13":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":36,"docs":{"10":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.23606797749979},"24":{"tf":2.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"260":{"tf":2.449489742783178},"261":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":4.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"53":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"167":{"tf":1.0},"198":{"tf":1.0}}}}},"r":{"df":2,"docs":{"287":{"tf":1.0},"291":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"292":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"150":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}},"g":{"a":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":4.0},"293":{"tf":1.0},"294":{"tf":2.0},"295":{"tf":2.23606797749979},"296":{"tf":2.449489742783178},"297":{"tf":2.8284271247461903},"298":{"tf":2.0},"299":{"tf":2.0},"300":{"tf":2.449489742783178},"301":{"tf":2.6457513110645907},"302":{"tf":2.449489742783178},"303":{"tf":2.0},"304":{"tf":2.23606797749979},"305":{"tf":2.6457513110645907},"306":{"tf":2.0},"307":{"tf":2.6457513110645907},"308":{"tf":2.449489742783178},"309":{"tf":1.7320508075688772},"310":{"tf":2.8284271247461903},"311":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":5,"docs":{"11":{"tf":4.123105625617661},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":2.23606797749979}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":61,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":3,"docs":{"281":{"tf":1.0},"57":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":19,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}},"x":{"df":0,"docs":{},"o":{"df":18,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"155":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"0":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"1":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"2":{"df":1,"docs":{"257":{"tf":1.0}}},"3":{"df":1,"docs":{"257":{"tf":1.0}}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"226":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"d":{"df":21,"docs":{"1":{"tf":1.4142135623730951},"14":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":2.449489742783178},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":86,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.6457513110645907},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":2.23606797749979},"230":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":5.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":2.6457513110645907},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"]":{"[":{"1":{"df":1,"docs":{"68":{"tf":1.0}}},"2":{"5":{"5":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.0},"123":{"tf":2.0},"133":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"df":5,"docs":{"283":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":4,"docs":{"281":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.23606797749979}},"e":{"c":{"!":{"[":{"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"134":{"tf":1.0},"144":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"115":{"tf":1.0},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":17,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.8284271247461903},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":18,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":2.8284271247461903},"114":{"tf":2.0},"126":{"tf":2.0},"290":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"81":{"tf":2.0},"83":{"tf":2.0}}}}}}}},"i":{"a":{"df":2,"docs":{"11":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":61,"docs":{"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":22,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"226":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"281":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0}}}},"w":{"^":{"df":0,"docs":{},"x":{"df":1,"docs":{"161":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"y":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"155":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"208":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":3,"docs":{"162":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"206":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"210":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0}}}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"67":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"150":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":16,"docs":{"11":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":2.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"40":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"209":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"199":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"205":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"207":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"203":{"tf":1.7320508075688772}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"211":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"201":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"151":{"tf":1.0},"287":{"tf":1.0},"72":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"49":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"160":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"200":{"tf":1.0},"212":{"tf":2.449489742783178},"213":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"213":{"tf":1.7320508075688772}}}}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":1,"docs":{"202":{"tf":1.0}},"x":{"df":1,"docs":{"204":{"tf":1.0}}}}}}},"y":{"df":7,"docs":{"123":{"tf":1.7320508075688772},"163":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"z":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"10":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":2.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}},"title":{"root":{"0":{"df":1,"docs":{"114":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.0}}},"df":2,"docs":{"298":{"tf":1.0},"308":{"tf":1.0}}},"2":{"8":{"df":7,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"73":{"tf":1.0}}},"2":{"5":{"6":{"df":9,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"279":{"tf":1.0},"295":{"tf":1.0},"307":{"tf":1.0}}},"3":{"2":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}},"df":1,"docs":{"296":{"tf":1.0}}},"5":{"df":2,"docs":{"297":{"tf":1.0},"308":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"159":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0}},"i":{"df":1,"docs":{"169":{"tf":1.0}},"t":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"167":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"72":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"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":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"247":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"247":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"135":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":14,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"d":{"d":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"272":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"250":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"233":{"tf":1.0},"244":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":1.4142135623730951},"281":{"tf":1.0},"99":{"tf":1.0}}}}},"b":{"df":1,"docs":{"252":{"tf":1.0}}},"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}},"e":{"df":1,"docs":{"229":{"tf":1.0}},"i":{"df":1,"docs":{"230":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"235":{"tf":1.0},"236":{"tf":1.0},"263":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"250":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"42":{"tf":1.0}}}},"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":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"287":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"154":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"246":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"237":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}},"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":2,"docs":{"274":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"255":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"134":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"d":{"df":5,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}},"s":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"281":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"1":{"9":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":2,"docs":{"277":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"110":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"88":{"tf":1.0}}}}},"q":{"df":1,"docs":{"174":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"174":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"75":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"161":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"309":{"tf":1.0}}}}},"p":{"df":1,"docs":{"175":{"tf":1.0}},"i":{"df":1,"docs":{"176":{"tf":1.0}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"256":{"tf":1.0},"281":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"151":{"tf":1.0},"282":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"5":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"2":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"281":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"283":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"177":{"tf":1.0}},"f":{"df":1,"docs":{"284":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":3,"docs":{"135":{"tf":1.0},"249":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"287":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"268":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}}}}},"i":{"d":{"df":12,"docs":{"135":{"tf":1.0},"247":{"tf":1.0},"252":{"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},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":19,"docs":{"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"153":{"tf":1.0},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"23":{"tf":1.0},"300":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":15,"docs":{"116":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"310":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"216":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"220":{"tf":1.0}}},"df":1,"docs":{"215":{"tf":1.0}},"f":{"df":1,"docs":{"221":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"224":{"tf":1.0}}},"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":1,"docs":{"225":{"tf":1.0}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"z":{"b":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"223":{"tf":1.0}}},"i":{"df":1,"docs":{"219":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"70":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}}},"k":{"2":{"5":{"6":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":4,"docs":{"301":{"tf":1.0},"309":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"233":{"tf":1.0}}},"d":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"193":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":4,"docs":{"100":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"95":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}}},"w":{"df":1,"docs":{"234":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"179":{"tf":1.0},"184":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":1,"docs":{"236":{"tf":1.0}}}},"p":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"227":{"tf":1.0},"228":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"239":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":5,"docs":{"254":{"tf":1.0},"289":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"283":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"259":{"tf":1.4142135623730951}}}},"s":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"179":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"180":{"tf":1.0}},"i":{"df":1,"docs":{"181":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"180":{"tf":1.0},"181":{"tf":1.0}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.4142135623730951},"183":{"tf":1.0}}},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":1,"docs":{"186":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}},"i":{"df":7,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"285":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"259":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":2,"docs":{"309":{"tf":1.0},"93":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"188":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":1,"docs":{"262":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"27":{"tf":1.0},"270":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"301":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"164":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{"305":{"tf":1.0}}}}}}}},"o":{"a":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}},"h":{"df":1,"docs":{"242":{"tf":1.0}}},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"h":{"df":1,"docs":{"240":{"tf":1.0}}},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"240":{"tf":1.0},"241":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"163":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"165":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"275":{"tf":1.0},"276":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":6,"docs":{"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"300":{"tf":1.0}}}},"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":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":1,"docs":{"226":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"261":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"254":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}},"s":{"2":{"5":{"6":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"244":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"56":{"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":1,"docs":{"108":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":1,"docs":{"263":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"2":{"5":{"6":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"262":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}}}},"t":{"df":7,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"282":{"tf":1.0}}}},"h":{"a":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"111":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"292":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"255":{"tf":1.0},"272":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"140":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"192":{"tf":1.0}},"i":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"262":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"289":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":1,"docs":{"195":{"tf":1.0}}}},"w":{"df":1,"docs":{"264":{"tf":1.0}},"q":{"df":1,"docs":{"265":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"244":{"tf":1.0},"245":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":1,"docs":{"196":{"tf":1.0}},"i":{"df":1,"docs":{"197":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}},"w":{"df":1,"docs":{"245":{"tf":1.0}},"w":{"df":1,"docs":{"266":{"tf":1.0}},"q":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"288":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"284":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"106":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"289":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"o":{"df":1,"docs":{"270":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"125":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"90":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"155":{"tf":1.0},"277":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"290":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"m":{"df":4,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"d":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"202":{"tf":1.0}}},"m":{"df":1,"docs":{"210":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"234":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"209":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}},"m":{"df":1,"docs":{"211":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"201":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"266":{"tf":1.0},"267":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.4142135623730951},"213":{"tf":1.0}},"i":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["index.html#fuel-specifications","index.html#protocol","index.html#fuelvm","index.html#network-specific","index.html#testing","tx-format/index.html#transaction-format","tx-format/consensus_parameters.html#consensus-parameters","tx-format/transaction.html#transaction","tx-format/transaction.html#transactionscript","tx-format/transaction.html#transactioncreate","tx-format/transaction.html#transactionmint","tx-format/transaction.html#transactionupgrade","tx-format/transaction.html#transactionupload","tx-format/transaction.html#transactionblob","tx-format/upgrade_purpose.html#upgradepurposetype","tx-format/upgrade_purpose.html#consensusparameters","tx-format/upgrade_purpose.html#statetransition","tx-format/policy.html#policy","tx-format/policy.html#tip","tx-format/policy.html#witnesslimit","tx-format/policy.html#maturity","tx-format/policy.html#expiration","tx-format/policy.html#maxfee","tx-format/input.html#input","tx-format/input.html#inputcoin","tx-format/input.html#inputcontract","tx-format/input.html#inputmessage","tx-format/output.html#output","tx-format/output.html#outputcoin","tx-format/output.html#outputcontract","tx-format/output.html#outputchange","tx-format/output.html#outputvariable","tx-format/output.html#outputcontractcreated","tx-format/witness.html#witness","tx-format/tx-pointer.html#txpointer","identifiers/index.html#identifiers","identifiers/asset.html#asset-id","identifiers/blob-id.html#blob-id","identifiers/contract-id.html#contract-id","identifiers/predicate-id.html#predicate-id","identifiers/transaction-id.html#transaction-id","identifiers/utxo-id.html#utxo-id","identifiers/utxo-id.html#coin-id","identifiers/utxo-id.html#message-id","identifiers/utxo-id.html#message-nonce","identifiers/utxo-id.html#fee-id","protocol/index.html#protocol","protocol/tx-validity.html#transaction-validity","protocol/tx-validity.html#transaction-life-cycle","protocol/tx-validity.html#access-lists","protocol/tx-validity.html#vm-precondition-validity-rules","protocol/tx-validity.html#base-sanity-checks","protocol/tx-validity.html#spending-utxos-and-created-contracts","protocol/tx-validity.html#sufficient-balance","protocol/tx-validity.html#valid-signatures","protocol/tx-validity.html#predicate-verification","protocol/tx-validity.html#script-execution","protocol/tx-validity.html#fees","protocol/tx-validity.html#vm-postcondition-validity-rules","protocol/tx-validity.html#correct-change","protocol/tx-validity.html#state-changes","protocol/tx-validity.html#coinbase-transaction","protocol/cryptographic-primitives.html#cryptographic-primitives","protocol/cryptographic-primitives.html#hashing","protocol/cryptographic-primitives.html#hashdigest","protocol/cryptographic-primitives.html#merkle-trees","protocol/cryptographic-primitives.html#binary-merkle-tree","protocol/cryptographic-primitives.html#sparse-merkle-tree","protocol/cryptographic-primitives.html#ecdsa-public-key-cryptography","protocol/cryptographic-primitives.html#eddsa-public-key-cryptography","protocol/storage-initialization.html#json-format-for-contract-storage-initializers","protocol/block-header.html#block-header","protocol/block-header.html#application-header","protocol/relayer.html#layer-1-relayerbridge-protocol","protocol/relayer.html#fuel-message-outbox","protocol/relayer.html#fuel-event-inbox","protocol/relayer.html#messages","protocol/relayer.html#transactions","protocol/relayer.html#ordering","abi/index.html#application-binary-interface-abi","abi/json-abi-format.html#json-abi-format","abi/json-abi-format.html#spec-version","abi/json-abi-format.html#notation","abi/json-abi-format.html#json-abi-spec","abi/json-abi-format.html#attributes-semantics","abi/json-abi-format.html#a-simple-example","abi/json-abi-format.html#json-abi-format-for-each-possible-metadata-type-declaration","abi/json-abi-format.html#struct","abi/json-abi-format.html#enum","abi/json-abi-format.html#array","abi/json-abi-format.html#tuple","abi/json-abi-format.html#generic-type-parameter","abi/json-abi-format.html#some-complex-examples","abi/json-abi-format.html#an-example-with-non-generic-custom-types","abi/json-abi-format.html#an-example-with-generic-types","abi/json-abi-format.html#an-example-with-logs","abi/receipts.html#receipts","abi/receipts.html#panic-receipt","abi/receipts.html#return-receipt","abi/receipts.html#call-receipt","abi/receipts.html#log-receipt","abi/receipts.html#mint-receipt","abi/receipts.html#burn-receipt","abi/receipts.html#logdata-receipt","abi/receipts.html#returndata-receipt","abi/receipts.html#revert-receipt","abi/receipts.html#transfer-receipt","abi/receipts.html#transferout-receipt","abi/receipts.html#scriptresult-receipt","abi/receipts.html#messageout-receipt","abi/fn-selector-encoding.html#function-selector-encoding","abi/fn-selector-encoding.html#function-signature","abi/fn-selector-encoding.html#a-complex-example","abi/argument-encoding.html#argument-encoding","abi/argument-encoding.html#version-0","abi/argument-encoding.html#types","abi/argument-encoding.html#unsigned-integers","abi/argument-encoding.html#boolean","abi/argument-encoding.html#b256","abi/argument-encoding.html#address","abi/argument-encoding.html#array","abi/argument-encoding.html#fixed-length-strings","abi/argument-encoding.html#structs","abi/argument-encoding.html#enums-sum-types","abi/argument-encoding.html#vectors","abi/argument-encoding.html#tuples","abi/argument-encoding.html#version-1","abi/argument-encoding.html#primitive-types","abi/argument-encoding.html#arrays","abi/argument-encoding.html#strings","abi/argument-encoding.html#slices","abi/argument-encoding.html#tuple","abi/argument-encoding.html#structs-v1","abi/argument-encoding.html#enums","abi/argument-encoding.html#data-structures","abi/hash-based-ids.html#hash-based-ids","abi/hash-based-ids.html#generation","abi/hash-based-ids.html#string-representation-of-types","abi/hash-based-ids.html#intrinsics","abi/hash-based-ids.html#string-arrays","abi/hash-based-ids.html#string-slices","abi/hash-based-ids.html#arrays","abi/hash-based-ids.html#tuples","abi/hash-based-ids.html#enums","abi/hash-based-ids.html#structs","abi/hash-based-ids.html#generic-type-parameter","abi/hash-based-ids.html#complex-examples-composition","fuel-vm/index.html#fuel-vm-specification","fuel-vm/index.html#introduction","fuel-vm/index.html#parameters","fuel-vm/index.html#semantics","fuel-vm/index.html#flags","fuel-vm/index.html#instruction-set","fuel-vm/index.html#vm-initialization","fuel-vm/index.html#contexts","fuel-vm/index.html#predicate-estimation-and-verification","fuel-vm/index.html#script-execution","fuel-vm/index.html#call","fuel-vm/index.html#call-frames","fuel-vm/index.html#access-rights","fuel-vm/index.html#ownership","fuel-vm/index.html#executability","fuel-vm/instruction-set.html#fuelvm-instruction-set","fuel-vm/instruction-set.html#reading-guide","fuel-vm/instruction-set.html#panics","fuel-vm/instruction-set.html#receipts","fuel-vm/instruction-set.html#effects","fuel-vm/instruction-set.html#arithmeticlogic-alu-instructions","fuel-vm/instruction-set.html#add-add","fuel-vm/instruction-set.html#addi-add-immediate","fuel-vm/instruction-set.html#and-and","fuel-vm/instruction-set.html#andi-and-immediate","fuel-vm/instruction-set.html#div-divide","fuel-vm/instruction-set.html#divi-divide-immediate","fuel-vm/instruction-set.html#eq-equals","fuel-vm/instruction-set.html#exp-exponentiate","fuel-vm/instruction-set.html#expi-exponentiate-immediate","fuel-vm/instruction-set.html#gt-greater-than","fuel-vm/instruction-set.html#lt-less-than","fuel-vm/instruction-set.html#mlog-math-logarithm","fuel-vm/instruction-set.html#mod-modulus","fuel-vm/instruction-set.html#modi-modulus-immediate","fuel-vm/instruction-set.html#move-move","fuel-vm/instruction-set.html#movi-move-immediate","fuel-vm/instruction-set.html#mroo-math-root","fuel-vm/instruction-set.html#mul-multiply","fuel-vm/instruction-set.html#muli-multiply-immediate","fuel-vm/instruction-set.html#mldv-fused-multiply-divide","fuel-vm/instruction-set.html#noop-no-operation","fuel-vm/instruction-set.html#not-invert","fuel-vm/instruction-set.html#or-or","fuel-vm/instruction-set.html#ori-or-immediate","fuel-vm/instruction-set.html#sll-shift-left-logical","fuel-vm/instruction-set.html#slli-shift-left-logical-immediate","fuel-vm/instruction-set.html#srl-shift-right-logical","fuel-vm/instruction-set.html#srli-shift-right-logical-immediate","fuel-vm/instruction-set.html#sub-subtract","fuel-vm/instruction-set.html#subi-subtract-immediate","fuel-vm/instruction-set.html#wdcm-128-bit-integer-comparison","fuel-vm/instruction-set.html#wqcm-256-bit-integer-comparison","fuel-vm/instruction-set.html#wdop-misc-128-bit-integer-operations","fuel-vm/instruction-set.html#wqop-misc-256-bit-integer-operations","fuel-vm/instruction-set.html#wdml-multiply-128-bit-integers","fuel-vm/instruction-set.html#wqml-multiply-256-bit-integers","fuel-vm/instruction-set.html#wddv-128-bit-integer-division","fuel-vm/instruction-set.html#wqdv-256-bit-integer-division","fuel-vm/instruction-set.html#wdmd-128-bit-integer-fused-multiply-divide","fuel-vm/instruction-set.html#wqmd-256-bit-integer-fused-multiply-divide","fuel-vm/instruction-set.html#wdam-modular-128-bit-integer-addition","fuel-vm/instruction-set.html#wqam-modular-256-bit-integer-addition","fuel-vm/instruction-set.html#wdmm-modular-128-bit-integer-multiplication","fuel-vm/instruction-set.html#wqmm-modular-256-bit-integer-multiplication","fuel-vm/instruction-set.html#xor-xor","fuel-vm/instruction-set.html#xori-xor-immediate","fuel-vm/instruction-set.html#control-flow-instructions","fuel-vm/instruction-set.html#jmp-jump","fuel-vm/instruction-set.html#ji-jump-immediate","fuel-vm/instruction-set.html#jne-jump-if-not-equal","fuel-vm/instruction-set.html#jnei-jump-if-not-equal-immediate","fuel-vm/instruction-set.html#jnzi-jump-if-not-zero-immediate","fuel-vm/instruction-set.html#jmpb-jump-relative-backwards","fuel-vm/instruction-set.html#jmpf-jump-relative-forwards","fuel-vm/instruction-set.html#jnzb-jump-if-not-zero-relative-backwards","fuel-vm/instruction-set.html#jnzf-jump-if-not-zero-relative-forwards","fuel-vm/instruction-set.html#jneb-jump-if-not-equal-relative-backwards","fuel-vm/instruction-set.html#jnef-jump-if-not-equal-relative-forwards","fuel-vm/instruction-set.html#ret-return-from-context","fuel-vm/instruction-set.html#memory-instructions","fuel-vm/instruction-set.html#aloc-allocate-memory","fuel-vm/instruction-set.html#cfe-extend-call-frame","fuel-vm/instruction-set.html#cfei-extend-call-frame-immediate","fuel-vm/instruction-set.html#cfs-shrink-call-frame","fuel-vm/instruction-set.html#cfsi-shrink-call-frame-immediate","fuel-vm/instruction-set.html#lb-load-byte","fuel-vm/instruction-set.html#lw-load-word","fuel-vm/instruction-set.html#mcl-memory-clear","fuel-vm/instruction-set.html#mcli-memory-clear-immediate","fuel-vm/instruction-set.html#mcp-memory-copy","fuel-vm/instruction-set.html#mcpi-memory-copy-immediate","fuel-vm/instruction-set.html#meq-memory-equality","fuel-vm/instruction-set.html#pshh-push-a-set-of-high-registers-to-stack","fuel-vm/instruction-set.html#pshl-push-a-set-of-low-registers-to-stack","fuel-vm/instruction-set.html#poph-pop-a-set-of-high-registers-from-stack","fuel-vm/instruction-set.html#popl-pop-a-set-of-low-registers-from-stack","fuel-vm/instruction-set.html#sb-store-byte","fuel-vm/instruction-set.html#sw-store-word","fuel-vm/instruction-set.html#contract-instructions","fuel-vm/instruction-set.html#bal-balance-of-contract-id","fuel-vm/instruction-set.html#bhei-block-height","fuel-vm/instruction-set.html#bhsh-block-hash","fuel-vm/instruction-set.html#burn-burn-existing-coins","fuel-vm/instruction-set.html#call-call-contract","fuel-vm/instruction-set.html#cb-coinbase-contract-id","fuel-vm/instruction-set.html#ccp-code-copy","fuel-vm/instruction-set.html#croo-code-merkle-root","fuel-vm/instruction-set.html#csiz-code-size","fuel-vm/instruction-set.html#ldc-load-code-from-an-external-contract-blob-or-memory","fuel-vm/instruction-set.html#log-log-event","fuel-vm/instruction-set.html#logd-log-data-event","fuel-vm/instruction-set.html#mint-mint-new-coins","fuel-vm/instruction-set.html#retd-return-from-context-with-data","fuel-vm/instruction-set.html#rvrt-revert","fuel-vm/instruction-set.html#smo-send-message-out","fuel-vm/instruction-set.html#scwq-state-clear-sequential-32-byte-slots","fuel-vm/instruction-set.html#srw-state-read-word","fuel-vm/instruction-set.html#srwq-state-read-sequential-32-byte-slots","fuel-vm/instruction-set.html#sww-state-write-word","fuel-vm/instruction-set.html#swwq-state-write-sequential-32-byte-slots","fuel-vm/instruction-set.html#time-timestamp-at-height","fuel-vm/instruction-set.html#tr-transfer-coins-to-contract","fuel-vm/instruction-set.html#tro-transfer-coins-to-output","fuel-vm/instruction-set.html#blob-instructions","fuel-vm/instruction-set.html#bsiz-blob-size","fuel-vm/instruction-set.html#bldd-load-data-from-a-blob","fuel-vm/instruction-set.html#cryptographic-instructions","fuel-vm/instruction-set.html#eck1-secp256k1-signature-recovery","fuel-vm/instruction-set.html#ecr1-secp256r1-signature-recovery","fuel-vm/instruction-set.html#ed19-eddsa-curve25519-verification","fuel-vm/instruction-set.html#k256-keccak-256","fuel-vm/instruction-set.html#s256-sha-2-256","fuel-vm/instruction-set.html#other-instructions","fuel-vm/instruction-set.html#ecal-call-external-function","fuel-vm/instruction-set.html#flag-set-flags","fuel-vm/instruction-set.html#gm-get-metadata","fuel-vm/instruction-set.html#gtf-get-transaction-fields","networks/index.html#networks","networks/poa.html#poa-network","networks/poa.html#consensus-header","tests/index.html#testing","tests/sparse-merkle-tree-tests.html#sparse-merkle-tree-test-specifications","tests/sparse-merkle-tree-tests.html#version","tests/sparse-merkle-tree-tests.html#abstract","tests/sparse-merkle-tree-tests.html#root-signature-tests","tests/sparse-merkle-tree-tests.html#test-empty-root","tests/sparse-merkle-tree-tests.html#test-update-1","tests/sparse-merkle-tree-tests.html#test-update-2","tests/sparse-merkle-tree-tests.html#test-update-3","tests/sparse-merkle-tree-tests.html#test-update-5","tests/sparse-merkle-tree-tests.html#test-update-10","tests/sparse-merkle-tree-tests.html#test-update-100","tests/sparse-merkle-tree-tests.html#test-update-with-repeated-inputs","tests/sparse-merkle-tree-tests.html#test-update-overwrite-key","tests/sparse-merkle-tree-tests.html#test-update-union","tests/sparse-merkle-tree-tests.html#test-update-sparse-union","tests/sparse-merkle-tree-tests.html#test-update-with-empty-data","tests/sparse-merkle-tree-tests.html#test-update-with-empty-data-performs-delete","tests/sparse-merkle-tree-tests.html#test-update-1-delete-1","tests/sparse-merkle-tree-tests.html#test-update-2-delete-1","tests/sparse-merkle-tree-tests.html#test-update-10-delete-5","tests/sparse-merkle-tree-tests.html#test-delete-non-existent-key","tests/sparse-merkle-tree-tests.html#test-interleaved-update-delete","tests/sparse-merkle-tree-tests.html#test-delete-sparse-union"],"index":{"documentStore":{"docInfo":{"0":{"body":24,"breadcrumbs":4,"title":2},"1":{"body":55,"breadcrumbs":3,"title":1},"10":{"body":78,"breadcrumbs":4,"title":1},"100":{"body":97,"breadcrumbs":7,"title":2},"101":{"body":71,"breadcrumbs":7,"title":2},"102":{"body":71,"breadcrumbs":7,"title":2},"103":{"body":121,"breadcrumbs":7,"title":2},"104":{"body":95,"breadcrumbs":7,"title":2},"105":{"body":58,"breadcrumbs":7,"title":2},"106":{"body":84,"breadcrumbs":7,"title":2},"107":{"body":83,"breadcrumbs":7,"title":2},"108":{"body":33,"breadcrumbs":7,"title":2},"109":{"body":98,"breadcrumbs":7,"title":2},"11":{"body":251,"breadcrumbs":4,"title":1},"110":{"body":50,"breadcrumbs":10,"title":3},"111":{"body":142,"breadcrumbs":9,"title":2},"112":{"body":41,"breadcrumbs":9,"title":2},"113":{"body":0,"breadcrumbs":8,"title":2},"114":{"body":17,"breadcrumbs":8,"title":2},"115":{"body":64,"breadcrumbs":7,"title":1},"116":{"body":79,"breadcrumbs":8,"title":2},"117":{"body":23,"breadcrumbs":7,"title":1},"118":{"body":21,"breadcrumbs":7,"title":1},"119":{"body":16,"breadcrumbs":7,"title":1},"12":{"body":205,"breadcrumbs":4,"title":1},"120":{"body":79,"breadcrumbs":7,"title":1},"121":{"body":49,"breadcrumbs":9,"title":3},"122":{"body":118,"breadcrumbs":7,"title":1},"123":{"body":146,"breadcrumbs":9,"title":3},"124":{"body":98,"breadcrumbs":7,"title":1},"125":{"body":52,"breadcrumbs":7,"title":1},"126":{"body":46,"breadcrumbs":8,"title":2},"127":{"body":26,"breadcrumbs":8,"title":2},"128":{"body":16,"breadcrumbs":7,"title":1},"129":{"body":38,"breadcrumbs":7,"title":1},"13":{"body":122,"breadcrumbs":4,"title":1},"130":{"body":39,"breadcrumbs":7,"title":1},"131":{"body":12,"breadcrumbs":7,"title":1},"132":{"body":42,"breadcrumbs":8,"title":2},"133":{"body":54,"breadcrumbs":7,"title":1},"134":{"body":29,"breadcrumbs":8,"title":2},"135":{"body":22,"breadcrumbs":10,"title":3},"136":{"body":27,"breadcrumbs":8,"title":1},"137":{"body":15,"breadcrumbs":10,"title":3},"138":{"body":14,"breadcrumbs":8,"title":1},"139":{"body":11,"breadcrumbs":9,"title":2},"14":{"body":27,"breadcrumbs":4,"title":1},"140":{"body":3,"breadcrumbs":9,"title":2},"141":{"body":9,"breadcrumbs":8,"title":1},"142":{"body":6,"breadcrumbs":8,"title":1},"143":{"body":33,"breadcrumbs":8,"title":1},"144":{"body":33,"breadcrumbs":8,"title":1},"145":{"body":17,"breadcrumbs":10,"title":3},"146":{"body":17,"breadcrumbs":10,"title":3},"147":{"body":18,"breadcrumbs":4,"title":3},"148":{"body":14,"breadcrumbs":2,"title":1},"149":{"body":22,"breadcrumbs":2,"title":1},"15":{"body":37,"breadcrumbs":4,"title":1},"150":{"body":224,"breadcrumbs":2,"title":1},"151":{"body":28,"breadcrumbs":2,"title":1},"152":{"body":8,"breadcrumbs":3,"title":2},"153":{"body":132,"breadcrumbs":3,"title":2},"154":{"body":36,"breadcrumbs":2,"title":1},"155":{"body":126,"breadcrumbs":4,"title":3},"156":{"body":62,"breadcrumbs":3,"title":2},"157":{"body":18,"breadcrumbs":2,"title":1},"158":{"body":147,"breadcrumbs":3,"title":2},"159":{"body":47,"breadcrumbs":3,"title":2},"16":{"body":11,"breadcrumbs":4,"title":1},"160":{"body":52,"breadcrumbs":2,"title":1},"161":{"body":20,"breadcrumbs":2,"title":1},"162":{"body":439,"breadcrumbs":6,"title":3},"163":{"body":89,"breadcrumbs":5,"title":2},"164":{"body":89,"breadcrumbs":4,"title":1},"165":{"body":17,"breadcrumbs":4,"title":1},"166":{"body":59,"breadcrumbs":4,"title":1},"167":{"body":52,"breadcrumbs":6,"title":3},"168":{"body":28,"breadcrumbs":5,"title":2},"169":{"body":28,"breadcrumbs":6,"title":3},"17":{"body":30,"breadcrumbs":4,"title":1},"170":{"body":25,"breadcrumbs":3,"title":0},"171":{"body":35,"breadcrumbs":5,"title":2},"172":{"body":34,"breadcrumbs":5,"title":2},"173":{"body":34,"breadcrumbs":6,"title":3},"174":{"body":26,"breadcrumbs":5,"title":2},"175":{"body":39,"breadcrumbs":5,"title":2},"176":{"body":39,"breadcrumbs":6,"title":3},"177":{"body":26,"breadcrumbs":5,"title":2},"178":{"body":26,"breadcrumbs":5,"title":2},"179":{"body":44,"breadcrumbs":6,"title":3},"18":{"body":14,"breadcrumbs":4,"title":1},"180":{"body":35,"breadcrumbs":5,"title":2},"181":{"body":35,"breadcrumbs":6,"title":3},"182":{"body":23,"breadcrumbs":5,"title":2},"183":{"body":22,"breadcrumbs":6,"title":3},"184":{"body":35,"breadcrumbs":6,"title":3},"185":{"body":28,"breadcrumbs":5,"title":2},"186":{"body":28,"breadcrumbs":6,"title":3},"187":{"body":63,"breadcrumbs":7,"title":4},"188":{"body":11,"breadcrumbs":5,"title":2},"189":{"body":20,"breadcrumbs":4,"title":1},"19":{"body":22,"breadcrumbs":4,"title":1},"190":{"body":25,"breadcrumbs":3,"title":0},"191":{"body":35,"breadcrumbs":5,"title":2},"192":{"body":28,"breadcrumbs":7,"title":4},"193":{"body":28,"breadcrumbs":8,"title":5},"194":{"body":28,"breadcrumbs":7,"title":4},"195":{"body":28,"breadcrumbs":8,"title":5},"196":{"body":34,"breadcrumbs":5,"title":2},"197":{"body":34,"breadcrumbs":6,"title":3},"198":{"body":137,"breadcrumbs":8,"title":5},"199":{"body":52,"breadcrumbs":8,"title":5},"2":{"body":13,"breadcrumbs":3,"title":1},"20":{"body":13,"breadcrumbs":4,"title":1},"200":{"body":125,"breadcrumbs":9,"title":6},"201":{"body":59,"breadcrumbs":9,"title":6},"202":{"body":84,"breadcrumbs":8,"title":5},"203":{"body":60,"breadcrumbs":8,"title":5},"204":{"body":82,"breadcrumbs":8,"title":5},"205":{"body":64,"breadcrumbs":8,"title":5},"206":{"body":80,"breadcrumbs":10,"title":7},"207":{"body":80,"breadcrumbs":10,"title":7},"208":{"body":60,"breadcrumbs":9,"title":6},"209":{"body":60,"breadcrumbs":9,"title":6},"21":{"body":12,"breadcrumbs":4,"title":1},"210":{"body":60,"breadcrumbs":9,"title":6},"211":{"body":60,"breadcrumbs":9,"title":6},"212":{"body":26,"breadcrumbs":5,"title":2},"213":{"body":26,"breadcrumbs":6,"title":3},"214":{"body":0,"breadcrumbs":6,"title":3},"215":{"body":22,"breadcrumbs":5,"title":2},"216":{"body":21,"breadcrumbs":6,"title":3},"217":{"body":36,"breadcrumbs":6,"title":3},"218":{"body":35,"breadcrumbs":7,"title":4},"219":{"body":33,"breadcrumbs":7,"title":4},"22":{"body":32,"breadcrumbs":4,"title":1},"220":{"body":27,"breadcrumbs":7,"title":4},"221":{"body":28,"breadcrumbs":7,"title":4},"222":{"body":33,"breadcrumbs":8,"title":5},"223":{"body":34,"breadcrumbs":8,"title":5},"224":{"body":35,"breadcrumbs":8,"title":5},"225":{"body":36,"breadcrumbs":8,"title":5},"226":{"body":136,"breadcrumbs":6,"title":3},"227":{"body":8,"breadcrumbs":5,"title":2},"228":{"body":27,"breadcrumbs":6,"title":3},"229":{"body":26,"breadcrumbs":7,"title":4},"23":{"body":27,"breadcrumbs":4,"title":1},"230":{"body":27,"breadcrumbs":8,"title":5},"231":{"body":26,"breadcrumbs":7,"title":4},"232":{"body":27,"breadcrumbs":8,"title":5},"233":{"body":31,"breadcrumbs":6,"title":3},"234":{"body":33,"breadcrumbs":6,"title":3},"235":{"body":29,"breadcrumbs":6,"title":3},"236":{"body":28,"breadcrumbs":7,"title":4},"237":{"body":43,"breadcrumbs":6,"title":3},"238":{"body":44,"breadcrumbs":7,"title":4},"239":{"body":35,"breadcrumbs":6,"title":3},"24":{"body":121,"breadcrumbs":4,"title":1},"240":{"body":56,"breadcrumbs":9,"title":6},"241":{"body":56,"breadcrumbs":9,"title":6},"242":{"body":66,"breadcrumbs":9,"title":6},"243":{"body":66,"breadcrumbs":9,"title":6},"244":{"body":39,"breadcrumbs":6,"title":3},"245":{"body":40,"breadcrumbs":6,"title":3},"246":{"body":12,"breadcrumbs":5,"title":2},"247":{"body":61,"breadcrumbs":7,"title":4},"248":{"body":18,"breadcrumbs":6,"title":3},"249":{"body":41,"breadcrumbs":6,"title":3},"25":{"body":75,"breadcrumbs":4,"title":1},"250":{"body":114,"breadcrumbs":7,"title":4},"251":{"body":276,"breadcrumbs":6,"title":3},"252":{"body":30,"breadcrumbs":7,"title":4},"253":{"body":75,"breadcrumbs":6,"title":3},"254":{"body":57,"breadcrumbs":7,"title":4},"255":{"body":39,"breadcrumbs":6,"title":3},"256":{"body":151,"breadcrumbs":10,"title":7},"257":{"body":70,"breadcrumbs":6,"title":3},"258":{"body":85,"breadcrumbs":7,"title":4},"259":{"body":112,"breadcrumbs":7,"title":4},"26":{"body":146,"breadcrumbs":4,"title":1},"260":{"body":156,"breadcrumbs":7,"title":4},"261":{"body":88,"breadcrumbs":5,"title":2},"262":{"body":166,"breadcrumbs":7,"title":4},"263":{"body":52,"breadcrumbs":10,"title":7},"264":{"body":56,"breadcrumbs":7,"title":4},"265":{"body":77,"breadcrumbs":10,"title":7},"266":{"body":70,"breadcrumbs":7,"title":4},"267":{"body":68,"breadcrumbs":10,"title":7},"268":{"body":34,"breadcrumbs":6,"title":3},"269":{"body":169,"breadcrumbs":7,"title":4},"27":{"body":33,"breadcrumbs":4,"title":1},"270":{"body":169,"breadcrumbs":7,"title":4},"271":{"body":8,"breadcrumbs":5,"title":2},"272":{"body":38,"breadcrumbs":6,"title":3},"273":{"body":53,"breadcrumbs":7,"title":4},"274":{"body":8,"breadcrumbs":5,"title":2},"275":{"body":92,"breadcrumbs":7,"title":4},"276":{"body":92,"breadcrumbs":7,"title":4},"277":{"body":71,"breadcrumbs":7,"title":4},"278":{"body":40,"breadcrumbs":6,"title":3},"279":{"body":41,"breadcrumbs":7,"title":4},"28":{"body":18,"breadcrumbs":4,"title":1},"280":{"body":8,"breadcrumbs":4,"title":1},"281":{"body":84,"breadcrumbs":7,"title":4},"282":{"body":18,"breadcrumbs":6,"title":3},"283":{"body":110,"breadcrumbs":5,"title":2},"284":{"body":320,"breadcrumbs":6,"title":3},"285":{"body":7,"breadcrumbs":2,"title":1},"286":{"body":0,"breadcrumbs":6,"title":2},"287":{"body":57,"breadcrumbs":6,"title":2},"288":{"body":10,"breadcrumbs":2,"title":1},"289":{"body":0,"breadcrumbs":9,"title":5},"29":{"body":73,"breadcrumbs":4,"title":1},"290":{"body":4,"breadcrumbs":5,"title":1},"291":{"body":185,"breadcrumbs":5,"title":1},"292":{"body":74,"breadcrumbs":7,"title":3},"293":{"body":30,"breadcrumbs":7,"title":3},"294":{"body":46,"breadcrumbs":7,"title":3},"295":{"body":61,"breadcrumbs":7,"title":3},"296":{"body":78,"breadcrumbs":7,"title":3},"297":{"body":109,"breadcrumbs":7,"title":3},"298":{"body":50,"breadcrumbs":7,"title":3},"299":{"body":50,"breadcrumbs":7,"title":3},"3":{"body":7,"breadcrumbs":4,"title":2},"30":{"body":71,"breadcrumbs":4,"title":1},"300":{"body":78,"breadcrumbs":8,"title":4},"301":{"body":76,"breadcrumbs":8,"title":4},"302":{"body":108,"breadcrumbs":7,"title":3},"303":{"body":62,"breadcrumbs":8,"title":4},"304":{"body":71,"breadcrumbs":8,"title":4},"305":{"body":100,"breadcrumbs":10,"title":6},"306":{"body":80,"breadcrumbs":9,"title":5},"307":{"body":92,"breadcrumbs":9,"title":5},"308":{"body":89,"breadcrumbs":9,"title":5},"309":{"body":72,"breadcrumbs":9,"title":5},"31":{"body":58,"breadcrumbs":4,"title":1},"310":{"body":166,"breadcrumbs":8,"title":4},"311":{"body":102,"breadcrumbs":8,"title":4},"32":{"body":13,"breadcrumbs":4,"title":1},"33":{"body":13,"breadcrumbs":4,"title":1},"34":{"body":22,"breadcrumbs":5,"title":1},"35":{"body":25,"breadcrumbs":3,"title":1},"36":{"body":14,"breadcrumbs":6,"title":2},"37":{"body":18,"breadcrumbs":6,"title":2},"38":{"body":44,"breadcrumbs":6,"title":2},"39":{"body":35,"breadcrumbs":6,"title":2},"4":{"body":9,"breadcrumbs":3,"title":1},"40":{"body":32,"breadcrumbs":6,"title":2},"41":{"body":0,"breadcrumbs":6,"title":2},"42":{"body":9,"breadcrumbs":6,"title":2},"43":{"body":57,"breadcrumbs":6,"title":2},"44":{"body":27,"breadcrumbs":6,"title":2},"45":{"body":21,"breadcrumbs":6,"title":2},"46":{"body":11,"breadcrumbs":2,"title":1},"47":{"body":32,"breadcrumbs":6,"title":2},"48":{"body":17,"breadcrumbs":7,"title":3},"49":{"body":116,"breadcrumbs":6,"title":2},"5":{"body":25,"breadcrumbs":4,"title":2},"50":{"body":60,"breadcrumbs":8,"title":4},"51":{"body":6,"breadcrumbs":7,"title":3},"52":{"body":46,"breadcrumbs":8,"title":4},"53":{"body":500,"breadcrumbs":6,"title":2},"54":{"body":41,"breadcrumbs":6,"title":2},"55":{"body":9,"breadcrumbs":6,"title":2},"56":{"body":112,"breadcrumbs":6,"title":2},"57":{"body":267,"breadcrumbs":5,"title":1},"58":{"body":22,"breadcrumbs":8,"title":4},"59":{"body":43,"breadcrumbs":6,"title":2},"6":{"body":113,"breadcrumbs":6,"title":2},"60":{"body":11,"breadcrumbs":6,"title":2},"61":{"body":81,"breadcrumbs":6,"title":2},"62":{"body":17,"breadcrumbs":5,"title":2},"63":{"body":12,"breadcrumbs":4,"title":1},"64":{"body":9,"breadcrumbs":4,"title":1},"65":{"body":18,"breadcrumbs":5,"title":2},"66":{"body":211,"breadcrumbs":6,"title":3},"67":{"body":426,"breadcrumbs":6,"title":3},"68":{"body":156,"breadcrumbs":7,"title":4},"69":{"body":92,"breadcrumbs":7,"title":4},"7":{"body":193,"breadcrumbs":4,"title":1},"70":{"body":64,"breadcrumbs":9,"title":5},"71":{"body":0,"breadcrumbs":6,"title":2},"72":{"body":98,"breadcrumbs":6,"title":2},"73":{"body":41,"breadcrumbs":9,"title":4},"74":{"body":9,"breadcrumbs":8,"title":3},"75":{"body":29,"breadcrumbs":8,"title":3},"76":{"body":51,"breadcrumbs":6,"title":1},"77":{"body":74,"breadcrumbs":6,"title":1},"78":{"body":55,"breadcrumbs":6,"title":1},"79":{"body":26,"breadcrumbs":8,"title":4},"8":{"body":152,"breadcrumbs":4,"title":1},"80":{"body":8,"breadcrumbs":10,"title":3},"81":{"body":20,"breadcrumbs":9,"title":2},"82":{"body":141,"breadcrumbs":8,"title":1},"83":{"body":516,"breadcrumbs":10,"title":3},"84":{"body":51,"breadcrumbs":9,"title":2},"85":{"body":67,"breadcrumbs":9,"title":2},"86":{"body":10,"breadcrumbs":15,"title":8},"87":{"body":31,"breadcrumbs":8,"title":1},"88":{"body":31,"breadcrumbs":8,"title":1},"89":{"body":25,"breadcrumbs":8,"title":1},"9":{"body":128,"breadcrumbs":4,"title":1},"90":{"body":28,"breadcrumbs":8,"title":1},"91":{"body":14,"breadcrumbs":10,"title":3},"92":{"body":0,"breadcrumbs":9,"title":2},"93":{"body":158,"breadcrumbs":12,"title":5},"94":{"body":103,"breadcrumbs":10,"title":3},"95":{"body":101,"breadcrumbs":9,"title":2},"96":{"body":91,"breadcrumbs":6,"title":1},"97":{"body":88,"breadcrumbs":7,"title":2},"98":{"body":58,"breadcrumbs":7,"title":2},"99":{"body":134,"breadcrumbs":7,"title":2}},"docs":{"0":{"body":"Fuel: A Secure Decentralized Generalized Massively Scalable Transaction Ledger This book specifies the Fuel protocol, including the Fuel Virtual Machine (short: FuelVM), a blazingly fast verifiable blockchain virtual machine.","breadcrumbs":"Fuel Specifications » Fuel Specifications","id":"0","title":"Fuel Specifications"},"1":{"body":"Transaction Format - The Fuel transaction format. Computing Identifiers - Computing unique IDs for transactions, contracts and UTXOs. Transaction Validity - Defines transaction validity rules. Cryptographic Primitives - Cryptographic primitives used in Fuel. Application Binary Interface (ABI) - Low-level details on interfacing with Fuel bytecode. Storage Slot Initialization - JSON format for contract storage slot initialization. Block Header Format - The Fuel block header format. Relayer/Bridge - The Fuel relayer/bridge protocol.","breadcrumbs":"Fuel Specifications » Protocol","id":"1","title":"Protocol"},"10":{"body":"The transaction is created by the block producer and is not signed. Since it is not usable outside of block creation or execution, all fields must be fully set upon creation without any zeroing. This means that the transaction ID must also include the correct txPointer value, not zeroed out. name type description txPointer TXPointer The location of the Mint transaction in the block. inputContract InputContract The contract UTXO that assets are minted to. outputContract OutputContract The contract UTXO that assets are being minted to. mintAmount uint64 The amount of funds minted. mintAssetId byte[32] The asset IDs corresponding to the minted amount. gasPrice uint64 The gas price to be used in calculating all fees for transactions on block Transaction is invalid if: txPointer is zero or doesn't match the block. outputContract.inputIndex is not zero","breadcrumbs":"Transaction Format » Transaction » TransactionMint","id":"10","title":"TransactionMint"},"100":{"body":"type: Log. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ra: Decimal string representation of a 64-bit unsigned integer; value of register $rA. rb: Decimal string representation of a 64-bit unsigned integer; value of register $rB. rc: Decimal string representation of a 64-bit unsigned integer; value of register $rC. rd: Decimal string representation of a 64-bit unsigned integer; value of register $rD. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Log\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ra\": \"1844674407370\", \"rb\": \"1844674407371\", \"rc\": \"1844674407372\", \"rd\": \"1844674407373\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Log Receipt","id":"100","title":"Log Receipt"},"101":{"body":"type: Mint. sub_id: Hexadecimal string representation of the 256-bit (32-byte) asset sub identifier ID; derived from register $rB. contract_id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Mint\", \"sub_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"contract_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Mint Receipt","id":"101","title":"Mint Receipt"},"102":{"body":"type: Burn. sub_id: Hexadecimal string representation of the 256-bit (32-byte) asset sub identifier ID; derived from register $rB. contract_id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Burn\", \"sub_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"contract_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Burn Receipt","id":"102","title":"Burn Receipt"},"103":{"body":"type: LogData. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ra: Decimal string representation of a 64-bit unsigned integer; value of register $rA rb: Decimal string representation of a 64-bit unsigned integer; value of register $rB ptr: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rC. len: Decimal string representation of a 64-bit unsigned integer; value of register $rD. digest: Hexadecimal string representation of the 256-bit (32-byte) hash of MEM[$rC, $rD]. data: Hexadecimal string representation of the value of the memory range MEM[$rC, $rD]. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"LogData\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ra\": \"1844674407370\", \"rb\": \"1844674407371\", \"ptr\": \"0x1ad7f29abcc\", \"len\": \"66544\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"pc\": \"0xffffffffffffffff\", \"data\": \"0xa7c5ac471b47\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » LogData Receipt","id":"103","title":"LogData Receipt"},"104":{"body":"type: ReturnData. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ptr: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rA. len: Decimal string representation of a 64-bit unsigned integer; value of register $rB. digest: Hexadecimal string representation of 256-bit (32-byte), hash of MEM[$rA, $rB]. data: Hexadecimal string representation of the value of the memory range MEM[$rA, $rB]. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"ReturnData\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ptr\": \"0x1ad7f29abcc\", \"len\": \"1844\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"pc\": \"0xffffffffffffffff\", \"data\": \"0xa7c5ac471b47\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » ReturnData Receipt","id":"104","title":"ReturnData Receipt"},"105":{"body":"type: Revert. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Revert\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"1844674407372\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Revert Receipt","id":"105","title":"Revert Receipt"},"106":{"body":"type: Transfer. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. to: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the recipient contract. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Transfer\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Transfer Receipt","id":"106","title":"Transfer Receipt"},"107":{"body":"type: TransferOut. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. to: Hexadecimal string representation of the 256-bit (32-byte) address to transfer coins to. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"TransferOut\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » TransferOut Receipt","id":"107","title":"TransferOut Receipt"},"108":{"body":"type: ScriptResult. result: Hexadecimal string representation of a 64-bit unsigned integer; 0 if script exited successfully, any otherwise. gas_used: Decimal string representation of a 64-bit unsigned integer; amount of gas consumed by the script. { \"type\": \"ScriptResult\", \"result\": \"0x00\", \"gas_used\": \"400\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » ScriptResult Receipt","id":"108","title":"ScriptResult Receipt"},"109":{"body":"type: MessageOut. sender: Hexadecimal string representation of the 256-bit (32-byte) address of the message sender: MEM[$fp, 32]. recipient: Hexadecimal string representation of the 256-bit (32-byte) address of the message recipient: MEM[$rA, 32]. amount: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rD. nonce: Hexadecimal string representation of the 256-bit (32-byte) message nonce as described here . len: Decimal string representation of a 16-bit unsigned integer; value of register $rC. digest: Hexadecimal string representation of 256-bit (32-byte), hash of MEM[$rB, $rC]. data: Hexadecimal string representation of the value of the memory range MEM[$rB, $rC]. { \"type\": \"MessageOut\", \"sender\": \"0x38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff05139150017c9e\", \"recipient\": \"0x4710162c2e3a95a6faff05139150017c9e38e5e280432d546fae345d6ce6d8fe\", \"amount\": \"0xe6d8fe4710162c2e\", \"nonce\": \"0x47101017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"len\": \"65535\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"data\": \"0xa7c5ac471b47\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » MessageOut Receipt","id":"109","title":"MessageOut Receipt"},"11":{"body":"The Upgrade transaction allows upgrading either consensus parameters or state transition function used by the network to produce future blocks. The Upgrade Purpose type defines the purpose of the upgrade. The Upgrade transaction is chargeable, and the sender should pay for it. Transaction inputs should contain only base assets. Only the privileged address from ConsensusParameters can upgrade the network. The privileged address can be either a real account or a predicate. When the upgrade type is UpgradePurposeType.ConsensusParameters serialized consensus parameters are available in the witnesses and the Upgrade transaction is self-contained because it has all the required information. When the upgrade type is UpgradePurposeType.StateTransition, the bytecodeRoot field contains the Merkle root of the new bytecode of the state transition function. The bytecode should already be available on the blockchain at the upgrade point; otherwise, the upgrade will fail. The bytecode can be part of the genesis block or can be uploaded via the TransactionUpload transaction. The block header contains information about which versions of consensus parameters and state transition function are used to produce a block, and the Upgrade transaction defines behavior corresponding to the version. When the block executes the Upgrade transaction, it defines new behavior for either BlockHeader.consensusParametersVersion + 1 or BlockHeader.stateTransitionBytecodeVersion + 1(it depends on the purpose of the upgrade). When the Upgrade transaction is included in the block, it doesn't affect the current block execution. Since behavior is now defined, the inclusion of the Upgrade transaction allows the production of the next block with a new version. The block producer can still continue to use the previous version and start using a new version later unless the state transition function forbids it. The behavior is set once per version. It is forbidden to override the behavior of the network. Each behavior should have its own version. The version should grow monotonically without jumps. The BlockHeader.consensusParametersVersion and BlockHeader.stateTransitionBytecodeVersion are independent and can grow at different speeds. name type description upgradePurpose UpgradePurpose The purpose of the upgrade. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id No input where InputType.Message.owner == PRIVILEGED_ADDRESS or InputType.Coint.owner == PRIVILEGED_ADDRESS The UpgradePurpose is invalid","breadcrumbs":"Transaction Format » Transaction » TransactionUpgrade","id":"11","title":"TransactionUpgrade"},"110":{"body":"To select which function you want to call, first, this function must be in an ABI struct of a Sway program. For instance: abi MyContract { fn foo(a: u64); fn bar(a: InputStruct );\n} { fn baz(a: ()) { }\n} The function selector is the first 4 bytes of the SHA-256 hash function of the signature of the Sway function being called. Then, these 4 bytes are right-aligned to 8 bytes, left-padded with zeroes. Note : The word size for the FuelVM is 8 bytes.","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » Function Selector Encoding","id":"110","title":"Function Selector Encoding"},"111":{"body":"The signature is composed of the function name with the parenthesized list of comma-separated parameter types without spaces. All strings encoded with UTF-8. For custom types such as enum and struct, there is a prefix added to the parenthesized list (see below). Generic struct and enum types also accept a list of comma-separated type arguments in between angle brackets right after the prefix. For instance, to compute the selector for the following function: fn entry_one(arg: u64); we should pass \"entry_one(u64)\" to the sha256() hashing algorithm. The full digest would be: 0x0c36cb9cb766ff60422db243c4fff06d342949da3c64a3c6ac564941f84b6f06 Then we would get only the first 4 bytes of this digest and left-pad it to 8 bytes: 0x000000000c36cb9c The table below summarizes how each function argument type is encoded Type Encoding bool bool u8 u8 u16 u16 u32 u32 u64 u64 b256 b256 struct s<,,...>(,,...) where , , ... are the encoded types of the struct fields and , , ... are the encoded type arguments enum e<>,,...>(,,...) where , , ... are the encoded types of the enum variants and , , ... are the encoded type arguments str[] str[] array a[;] where is the encoded element type of the array and is its length tuple (,,...) where , , ... are the encoded types of the tuple fields Note: Non-generic structs and enums do not require angle brackets.","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » Function Signature","id":"111","title":"Function Signature"},"112":{"body":"enum MyEnum { Foo: u64, Bar: bool,\n}\nstruct MyStruct { bim: T, bam: MyEnum,\n} struct MyOtherStruct { bom: u64,\n} fn complex_function( arg1: MyStruct<[b256; 3], u8>, arg2: [MyStruct; 4], arg3: (str[5], bool), arg4: MyOtherStruct,\n); is encoded as: abi MyContract { complex_function(s(a[b256;3],e(u64,bool)),a[s(u64,e(u64,bool));4],(str[5],bool),s(u64))\n} which is then hashed into: 51fdfdadc37ff569e281a622281af7ec055f8098c40bc566118cbb48ca5fd28b and then the encoded function selector is: 0x0000000051fdfdad","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » A Complex Example","id":"112","title":"A Complex Example"},"113":{"body":"","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Argument Encoding","id":"113","title":"Argument Encoding"},"114":{"body":":warning: This version is being deprecated for Version 1 (see below). When crafting transaction script data, you must encode the arguments you wish to pass to the script.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Version 0","id":"114","title":"Version 0"},"115":{"body":"These are the available types that can be encoded in the ABI: Unsigned integers: u8, 8 bits. u16, 16 bits. u32, 32 bits. u64, 64 bits. u128, 128 bits. u256, 256 bits. Boolean: bool, either 0 or 1 encoded identically to u8. B256: b256, arbitrary 256-bits value. Address : address, a 256-bit (32-byte) address. Fixed size string Array Enums (sum types) Structs Vectors Tuples These types are encoded in-place. Here's how to encode them. We define enc(X) the encoding of the type X.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Types","id":"115","title":"Types"},"116":{"body":"u where M is either 8, 16, 32, 64, 128 or 256 bits. enc(X) is the big-endian (i.e. right-aligned) representation of X left-padded with zero-bytes. In the case of M being 8, 16, 32 or 64, total length must be 8 bytes. If M is 128, total length must be 16 bytes. If M is 256, total length must be 32 bytes. Note: since all integer values are unsigned, there is no need to preserve the sign when extending/padding; padding with only zeroes is sufficient._ Example: Encoding 42 yields: 0x000000000000002a, which is the hexadecimal representation of the decimal number 42, right-aligned to 8 bytes. Encoding u128::MAX - 1 yields: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE, it's right-aligned to 16 bytes","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Unsigned Integers","id":"116","title":"Unsigned Integers"},"117":{"body":"enc(X) is 0 if X is false or 1 if X is true, left-padded with zero-bytes. Total length must be 8 bytes. Similar to the u8 encoding. Example: Encoding true yields: 0x0000000000000001","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Boolean","id":"117","title":"Boolean"},"118":{"body":"b256 is a fixed size bit array of length 256. Used for 256-bit hash digests and other 256-bit types. It is encoded as-is. Example: Encoding 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745 yields: 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » B256","id":"118","title":"B256"},"119":{"body":"A 256-bit (32-byte) address, encoded in the same way as a b256 argument: encoded as-is. Example: Encoding 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745 yields: 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Address","id":"119","title":"Address"},"12":{"body":"The Upload transaction allows the huge bytecode to be divided into subsections and uploaded slowly to the chain. The Binary Merkle root built on top of subsections is an identifier of the bytecode. Each transaction uploads a subsection of the code and must contain proof of connection to the root. All subsections should be uploaded sequentially, which allows the concatenation of previously uploaded subsections with new subsection. The bytecode is considered final when the last subsection is uploaded, and future Upload transactions with the same root fields should be rejected. When the bytecode is completed it can be used to upgrade the network. The size of each subsection can be arbitrary; the only limit is the maximum number of subsections allowed by the network. The combination of the transaction gas limit and the number of subsections limits the final maximum size of the bytecode. name type description root byte[32] The root of the Merkle tree is created over the bytecode. witnessIndex uint16 The witness index of the subsection of the bytecode. subsectionIndex uint16 The index of the subsection of the bytecode. subsectionsNumber uint16 The total number of subsections on which bytecode was divided. proofSetCount uint16 Number of Merkle nodes in the proof. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. proofSet byte[32][] The proof set of Merkle nodes to verify the connection of the subsection to the root. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id witnessIndex >= tx.witnessesCount subsectionIndex >= subsectionsNumber subsectionsNumber > MAX_BYTECODE_SUBSECTIONS The Binary Merkle tree root calculated from (witnesses[witnessIndex], subsectionIndex, subsectionsNumber, proofSet) is not equal to the root. Root calculation is affected by all fields, so modification of one of them invalidates the proof.","breadcrumbs":"Transaction Format » Transaction » TransactionUpload","id":"12","title":"TransactionUpload"},"120":{"body":"An array of a certain type T, [T; n], where n is the length of the array. Arrays in Sway have a fixed-length which is known at compile time. This means the ABI encoding for arrays also happens in-place, with no need to account for dynamic sizing. The encoding for the array contains, in order, the encoding of each element in [T; n], recursively following the encoding for the type T. For instance, consider the function signature my_func(bool, [u64; 2]) with the values (true, [1, 2]). The encoding will be: 0x0000000000000001, the true bool encoded in-place. 0x0000000000000001, First element of the parameter [u64; 2], 1, encoded as a u64. 0x0000000000000002, Second element of the parameter [u64; 2], 2, encoded as a u64. The resulting encoded ABI will be: 0x000000000000000100000000000000010000000000000002","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Array","id":"120","title":"Array"},"121":{"body":"Strings have fixed length and are encoded in-place. str[n], where n is the fixed-size of the string. Rather than padding the string, the encoding of the elements of the string is tightly packed. And unlike the other type encodings, the string encoding is left-aligned. Note that all strings are encoded in UTF-8. Example: Encoding \"Hello, World\" as a str[12] yields : 0x48656c6c6f2c20576f726c6400000000 Note that we're padding with zeroes in order to keep it right-aligned to 8 bytes (FuelVM's word size).","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Fixed-length Strings","id":"121","title":"Fixed-length Strings"},"122":{"body":"Encoding ABIs that contain custom types, such as structs, is similar to encoding a set of primitive types. The encoding will proceed in the order that the inner types of a custom type are declared and recursively just like encoding any other type. This way you can encode structs with primitive types or structs with more complex types in them such as other structs, arrays, strings, and enums. Here's an example: struct InputStruct { field_1: bool, field_2: u8,\n} abi MyContract { fn foo(a: u64); fn bar(a: InputStruct);\n} { fn baz(a: ()) { }\n} Calling bar with InputStruct { field_1: true, field_2: 5 } yields: 0x\n0000000000000001 // `true` encoded as a bool\n0000000000000005 // `5` encoded as u8 A more complex scenario: struct InputStruct { field_1: bool, field_2: [u8; 2], // An array of u8, with length 2.\n} abi MyContract { fn foo(a: u64); fn bar(a: InputStruct);\n} { fn baz(a: ()) { }\n} Calling bar with InputStruct { field_1: true, field_2: [1, 2] } yields: 0x\n0000000000000001 // `true` encoded as a bool\n0000000000000001 // `1` encoded as u8\n0000000000000002 // `2` encoded as u8","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Structs","id":"122","title":"Structs"},"123":{"body":"ABI calls containing enums (sum types) are encoded similarly to structs: encode the discriminant first, then recursively encode the type of the enum variant being passed to the function being called. enum MySumType\n{ X: u32, Y: bool,\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::X(42) yields: 0x\n0000000000000000 // The discriminant of the chosen enum, in this case `0`.\n000000000000002a // `42` encoded as u64 If the sum type has variants of different sizes, then left padding is required. enum MySumType\n{ X: b256, Y: u32,\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::Y(42) yields: 0x\n0000000000000001 // The discriminant of the chosen enum, in this case `1`.\n0000000000000000 // Left padding\n0000000000000000 // Left padding\n0000000000000000 // Left padding\n000000000000002a // `42` encoded as u64 Note that three words of padding are required because the largest variant of MySumType is 4 words wide. If all the variants of a sum type are of type (), or unit, then only the discriminant needs to be encoded. enum MySumType\n{ X: (), Y: (), Z: (),\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::Z yields: 0x\n0000000000000002 // The discriminant of the chosen enum, in this case `2`.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Enums (sum types)","id":"123","title":"Enums (sum types)"},"124":{"body":"ABI calls containing vectors are encoded in the following way: First, figure out the the length l of the vector. Its length will also be its capacity. Encode the content of the vector according to the spec of its type, e.g. for a Vec, encode each bool element according to the bool specs. This gives out data that is stored on the heap, and we encode only the pointer to this data abi MyContract { fn foo(a: Vec);\n} { fn foo(a: Vec) {};\n} Calling foo with vec![1u32, 2u32, 3u32, 4u32]: length is 4, capacity is 4 data: [0x0000000000000001, 0x0000000000000002, 0x0000000000000003, 0x0000000000000004], stored at pointer address 0x000000000000beef Note: to understand how the u32 are encoded, see the section about encoding integers. 0x\n000000000000beef // pointer address\n0000000000000004 // length = 4\n0000000000000004 // capacity = 4 At the pointer address, then the vector's content are encoded as such: 0x\n0000000000000001 // 1u32\n0000000000000002 // 2u32\n0000000000000003 // 3u32\n0000000000000004 // 4u32","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Vectors","id":"124","title":"Vectors"},"125":{"body":"ABI calls containing tuples are encoded as such: If X is a tuple with the type signature (T_1, T_2, ..., T_n), with T_1,...,T_n being any type except for vector, then enc(X) is encoded as the concatenation of enc(T_1), enc(T_2),enc (T_3), ..., enc(T_n). abi MyContract { fn foo(a: (u64, str[3], bool));\n} { fn foo(a: (u64, str[4], bool)) {};\n} Calling foo with (1u64, \"fuel\", true) : 0x\n0000000000000001 // 1u64\n6675656c00000000 // \"fuel\" encoded as per the specs\n0000000000000001 // true","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Tuples","id":"125","title":"Tuples"},"126":{"body":"This version was created to replace the older version 0 described above, and follows three philosophical tenets: being self-sufficient: it must be possible to completely decode the original data only using the encoded bytes and the original type (there are no references to data outside the encoded bytes); no overhead: only the bare minimum bytes are necessary to do the encoding. No metadata, headers, etc...; no relation with runtime memory layout: no padding, no alignment, etc...","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Version 1","id":"126","title":"Version 1"},"127":{"body":"Primitive types will be encoded using the exact number of bits they need: u8: 1 byte; u16: 2 bytes; u32: 4 bytes; u64: 8 bytes; u256: 32 bytes; b256: 32 bytes;","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Primitive Types","id":"127","title":"Primitive Types"},"128":{"body":"Arrays are encoded without any padding or alignment, with one item after the other. [T; 1] is encoded [encode(T)]; [T; 2] is encoded [encode(T), encode(T)]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Arrays","id":"128","title":"Arrays"},"129":{"body":"String arrays are encoded just like arrays, without any overhead. str[1] = 1 byte str[2] = 2 bytes str[n] = n bytes String slices do contain their length as u64, and the string itself is encoded packed without alignment or padding. \"abc\" = [0, 0, 0, 0, 0, 0, 0, 3, \"a\", \"b\", \"c\"]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Strings","id":"129","title":"Strings"},"13":{"body":"The Blob inserts a simple binary blob in the chain. It's raw immutable data that can be cheaply loaded by the VM and used as instructions or just data. Unlike Create, it doesn't hold any state or balances. Blobs are content-addressed, i.e. the they are uniquely identified by hash of the data field. Programs running on the VM can load an already-posted blob just by the hash, without having to specify it in contract inputs. name type description id byte[32] Blob id, i.e. hash of the data. witnessIndex uint16 The witness index of the data. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id witnessIndex >= tx.witnessesCount sha256(witnesses[witnessIndex]) != id","breadcrumbs":"Transaction Format » Transaction » TransactionBlob","id":"13","title":"TransactionBlob"},"130":{"body":"raw_slice, also being dynamic, contains their length as u64 and is treated as a \"slice of bytes\". Each byte is encoded as u8 (1 byte) and is packed without alignment and padding. For example, a slice of three bytes like [0u8, 1u8, 2u8] will be encoded as bytes [0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 2]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Slices","id":"130","title":"Slices"},"131":{"body":"Tuples are encoded just like arrays, without any overhead like padding and alignment: (A, B, C) = [encode(A), encode(B), encode(C)]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Tuple","id":"131","title":"Tuple"},"132":{"body":"Structs can be encoded in two ways: first, with the automatic implementation; second, with the custom implementation. Auto implementation follows the same rules as tuples. So we can imagine that struct S { a: A, b: B, c: C\n} is encoded the same way as the tuple (A, B, C). Custom implementation allows the developer to choose how a struct is encoded. A struct has auto-implemented encoding if no custom was found.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Structs (v1)","id":"132","title":"Structs (v1)"},"133":{"body":"Enums can also be encoded with the automatic or the custom implementation. The auto implementation first encoded the variant with a u64 number starting from zero as the first variant and increments this value for each variant, following declaration order. enum E { VARIANT_A: A, // <- variant 0 VARIANT_B: B, // <- variant 1 VARIANT_C: C // <- variant 2 } will be encoded as [encode(variant), encode(value)]. The variant data will be encoded right after the variant tag, without any alignment or padding. An enum has auto-implemented encoding if no custom was found.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Enums","id":"133","title":"Enums"},"134":{"body":"Some common data structures also have well-defined encoding: Vec will be encoded as [encode(length), ] Bytes will be encoded as [encode(length), ] String will be encoded as [encode (length), ] All of them first contain the length and then their data right after, without any padding or alignment.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Data Structures","id":"134","title":"Data Structures"},"135":{"body":"Hash based ids are deterministically generated from associated types and are used in the JSON ABI for type IDs and for logId. This document specifies how the hash based IDS are generated for type IDs and for logId.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Hash based IDs","id":"135","title":"Hash based IDs"},"136":{"body":"Hash based ids for type IDs are generated from the sha256 of a string that represents the type. For logIds we use the first 8 bytes of the sha256 of a string that represents the type, this is because the LOG and LOGD opcodes use a 64bit value as log id.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Generation","id":"136","title":"Generation"},"137":{"body":"For describing the string representation of type we will use the notation {abi_str(T)} that should be replaced by the respective ABI string representation of the respective type T.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String representation of types","id":"137","title":"String representation of types"},"138":{"body":"u8 => \"u8\" u16 => \"u16\" u32 => \"u32\" u64 => \"u64\" u256 => \"u256\" b256 => \"b256\" bool => \"bool\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Intrinsics","id":"138","title":"Intrinsics"},"139":{"body":"String array of size 1 => \"str[1]\" String array of size 2 => \"str[2]\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String arrays","id":"139","title":"String arrays"},"14":{"body":"enum UpgradePurposeType : uint8 { ConsensusParameters = 0, StateTransition = 1,\n} name type description type UpgradePurposeType Type of upgrade purpose. data One of ConsensusParameters , StateTransition Upgrade purposes. Transaction is invalid if: type is not valid UpgradePurposeType value`","breadcrumbs":"Transaction Format » UpgradePurpose » UpgradePurposeType","id":"14","title":"UpgradePurposeType"},"140":{"body":"String slice => \"str\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String slices","id":"140","title":"String slices"},"141":{"body":"[T; 1] => \"[{abi_str(T)}; 1]\" [T; 2] => \"[{abi_str(T)}; 2]\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Arrays","id":"141","title":"Arrays"},"142":{"body":"() => \"()\" (T1) => \"({abi_str(T1)})\" (T1,T2) => \"({abi_str(T1)}, {abi_str(T2)})\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Tuples","id":"142","title":"Tuples"},"143":{"body":"Option enum with type parameter T => \"enum std::option::Option<{abi_str(T)}>\" Enum without type parameters named MyEnum => \"enum MyEnum\" Enum with type parameter T1 named MyEnum => \"enum MyEnum<{abi_str(T1)}>\" Enum with type parameters T1, T2 named MyEnum in my_module => \"enum my_module::MyEnum<{abi_str(T1)},{abi_str(T2)}>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Enums","id":"143","title":"Enums"},"144":{"body":"Vec struct with type parameter T => \"struct std::vec::Vec<{abi_str(T)}>\" Struct without type parameters named MyStruct => \"struct MyStruct\" Struct with type parameter T1 named MyStruct => \"struct MyStruct<{abi_str(T1)}>\" Struct with type parameters T1, T2 named MyStruct in my_module => \"struct my_module::MyStruct<{abi_str(T1)},{abi_str(T2)}>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Structs","id":"144","title":"Structs"},"145":{"body":"Generic type parameter T if root type => \"generic T\" Generic type parameter T if not root type => \"T\" as in \"struct MyStruct\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Generic Type Parameter","id":"145","title":"Generic Type Parameter"},"146":{"body":"Tuple of array and u64 => \"([u64,1]; u64)\" Array of Option=> \"[enum std::option::Option; 3]\" Struct with tuple type parameter => \"struct my_module::MyStruct<(u64, u64)>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Complex examples composition","id":"146","title":"Complex examples composition"},"147":{"body":"Introduction Parameters Semantics Flags Instruction Set VM Initialization Contexts Predicate Estimation and Verification Script Execution Call Call Frames Ownership","breadcrumbs":"FuelVM » Fuel VM Specification","id":"147","title":"Fuel VM Specification"},"148":{"body":"This document provides the specification for the Fuel Virtual Machine (FuelVM). The specification covers the types, instruction set, and execution semantics.","breadcrumbs":"FuelVM » Introduction","id":"148","title":"Introduction"},"149":{"body":"name type value note CONTRACT_MAX_SIZE uint64 Maximum contract size, in bytes. VM_MAX_RAM uint64 2**26 64 MiB. MESSAGE_MAX_DATA_SIZE uint64 Maximum size of message data, in bytes.","breadcrumbs":"FuelVM » Parameters","id":"149","title":"Parameters"},"15":{"body":"name type description witnessIndex uint16 Index of witness that contains a serialized(with postcard ) consensus parameters. checksum byte[32] The hash of the serialized consensus parameters. Given helper deserialize_consensus_parameters() that deserializes the consensus parameters from a witness by using postcard algorithm. Transaction is invalid if: witnessIndex >= tx.witnessesCount checksum != sha256(tx.data.witnesses[witnessIndex]) deserialize_consensus_parameters(tx.data.witnesses[witnessIndex]) returns an error.","breadcrumbs":"Transaction Format » UpgradePurpose » ConsensusParameters","id":"15","title":"ConsensusParameters"},"150":{"body":"FuelVM instructions are exactly 32 bits (4 bytes) wide and comprise of a combination of: Opcode: 8 bits Register/special register (see below) identifier: 6 bits Immediate value: 12, 18, or 24 bits, depending on operation Of the 64 registers (6-bit register address space), the first 16 are reserved: value register name description 0x00 $zero zero Contains zero (0), for convenience. 0x01 $one one Contains one (1), for convenience. 0x02 $of overflow Contains overflow/underflow of addition, subtraction, and multiplication. 0x03 $pc program counter The program counter. Memory address of the current instruction. 0x04 $ssp stack start pointer Memory address of bottom of current writable stack area. 0x05 $sp stack pointer Memory address on top of current writable stack area (points to free memory). 0x06 $fp frame pointer Memory address of beginning of current call frame. 0x07 $hp heap pointer Memory address below the current bottom of the heap (points to used/OOB memory). 0x08 $err error Error codes for particular operations. 0x09 $ggas global gas Remaining gas globally. 0x0A $cgas context gas Remaining gas in the context. 0x0B $bal balance Received balance for this context. 0x0C $is instructions start Pointer to the start of the currently-executing code. 0x0D $ret return value Return value or pointer. 0x0E $retl return length Return value length in bytes. 0x0F $flag flags Flags register. Integers are represented in big-endian format, and all operations are unsigned. Boolean false is 0 and Boolean true is 1. Registers are 64 bits (8 bytes) wide. Words are the same width as registers. Persistent state (i.e. storage) is a key-value store with 32-byte keys and 32-byte values. Each contract has its own persistent state that is independent of other contracts. This is committed to in a Sparse Binary Merkle Tree.","breadcrumbs":"FuelVM » Semantics","id":"150","title":"Semantics"},"151":{"body":"value name description 0x01 F_UNSAFEMATH If set, undefined arithmetic zeroes target and sets $err without panic. 0x02 F_WRAPPING If set, overflowing arithmetic wraps around and sets $of without panic. All other flags are reserved, any must be set to zero.","breadcrumbs":"FuelVM » Flags","id":"151","title":"Flags"},"152":{"body":"A complete instruction set of the Fuel VM is documented in the following page .","breadcrumbs":"FuelVM » Instruction Set","id":"152","title":"Instruction Set"},"153":{"body":"Every time the VM runs, a single monolithic memory of size VM_MAX_RAM bytes is allocated, indexed by individual byte. A stack and heap memory model is used, allowing for dynamic memory allocation in higher-level languages. The stack begins at 0 and grows upward. The heap begins at VM_MAX_RAM and grows downward. To initialize the VM, the following is pushed on the stack sequentially: Transaction hash (byte[32], word-aligned), computed as defined here . Base asset ID (byte[32], word-aligned) MAX_INPUTS pairs of (asset_id: byte[32], balance: uint64), of: For predicate estimation and verification , zeroes. For script execution , the free balance for each asset ID seen in the transaction's inputs, ordered in ascending order. If there are fewer than MAX_INPUTS asset IDs, the pair has a value of zero. Transaction length, in bytes (uint64, word-aligned). The transaction, serialized . Then the following registers are initialized (without explicit initialization, all registers are initialized to zero): $ssp = 32 + 32 + MAX_INPUTS*(32+8) + size(tx)): the writable stack area starts immediately after the serialized transaction in memory (see above). $sp = $ssp: writable stack area is empty to start. $hp = VM_MAX_RAM: the heap area begins at the top and is empty to start.","breadcrumbs":"FuelVM » VM Initialization","id":"153","title":"VM Initialization"},"154":{"body":"There are 4 contexts in the FuelVM: predicate estimation and verification , scripts , and calls . A context is an isolated execution environment with defined memory ownership and can be external or internal : External: predicate and script. $fp will be zero. Internal: call. $fp will be non-zero. Returning from a context behaves differently depending on whether the context is external or internal.","breadcrumbs":"FuelVM » Contexts","id":"154","title":"Contexts"},"155":{"body":"There are two ways to run predicates on the VM: Estimation: runs the predicate and updates the amount of gas used Verification: runs the predicate and verifies the amount of gas used matches the input For any input of type InputType.Coin or InputType.Message , a non-zero predicateLength field means the UTXO being spent is a P2SH rather than a P2PKH output. For each such input in the transaction, the VM is initialized , then: $pc and $is are set to the start of the input's predicate field. $ggas and $cgas are set to MAX_GAS_PER_PREDICATE for estimation, and predicateGasUsed for verification. Predicate execution will fail if gas is exhausted during execution. During predicate mode, hitting any contract instruction (except ldc with non-contract target) causes predicate verification to halt, returning Boolean false. A predicate that halts without returning Boolean true would not pass verification, making the entire transaction invalid. Note that predicate return value is monotonic with respect to time (i.e. if a predicate evaluates to true then it will always evaluate to true in the future). After successful execution, the run mode is determines the final step: Estimation: predicateGasUsed is set to MAX_GAS_PER_PREDICATE - $ggas. Verification: if $ggas is non-zero, predicate verification fails.","breadcrumbs":"FuelVM » Predicate Estimation and Verification","id":"155","title":"Predicate Estimation and Verification"},"156":{"body":"If script bytecode is present, transaction validation requires execution. The VM is initialized , then: $pc and $is are set to the start of the transaction's script bytecode. $ggas and $cgas are set to tx.scriptGasLimit. Following initialization, execution begins. For each instruction, its gas cost gc is first computed. If gc > $cgas, deduct $cgas from $ggas and $cgas (i.e. spend all of $cgas and no more), then revert immediately without actually executing the instruction. Otherwise, deduct gc from $ggas and $cgas. After the script has been executed, tx.receiptsRoot is updated to contain the Merkle root of the receipts, as described in the TransactionScript spec .","breadcrumbs":"FuelVM » Script Execution","id":"156","title":"Script Execution"},"157":{"body":"Call context is entered via CALL instruction . It's also called internal context , or contract context . Call context is used to access state of a contract.","breadcrumbs":"FuelVM » Call","id":"157","title":"Call"},"158":{"body":"Cross-contract calls push a call frame onto the stack, similar to a stack frame used in regular languages for function calls (which may be used by a high-level language that targets the FuelVM). The distinction is as follows: Stack frames: store metadata across trusted internal (i.e. intra-contract) function calls. Not supported natively by the FuelVM, but may be used as an abstraction at a higher layer. Call frames: store metadata across untrusted external (i.e. inter-contract) calls. Supported natively by the FuelVM. Call frames are needed to ensure that the called contract cannot mutate the running state of the current executing contract. They segment access rights for memory: the currently-executing contracts may only write to their own call frame and their own heap. A call frame consists of the following, word-aligned: bytes type value description Unwritable area begins. 32 byte[32] to Contract ID for this call. 32 byte[32] asset_id asset ID of forwarded coins. 8*64 byte[8][64] regs Saved registers from previous context. 8 uint64 codesize Code size in bytes, padded to the next word boundary. 8 byte[8] param1 First parameter. 8 byte[8] param2 Second parameter. 1* byte[] code Zero-padded to 8-byte alignment, but individual instructions are not aligned. Unwritable area ends. * Call frame's stack.","breadcrumbs":"FuelVM » Call Frames","id":"158","title":"Call Frames"},"159":{"body":"Only memory that has been allocated is accessible. In other words, memory between highest-ever $sp value and current $hp is inaccessible. Attempting to read or write memory that has not been allocated will result in VM panic. Similarly reads or writes that cross from the stack to the heap will panic. Note that stack remains readable even after stack frame has been shrunk. However, if the heap is afterwards expanded to cover that area, the crossing read prohibition still remains, while all memory is accessible.","breadcrumbs":"FuelVM » Access rights","id":"159","title":"Access rights"},"16":{"body":"name type description bytecodeRoot byte[32] The root of the new bytecode of the state transition function.","breadcrumbs":"Transaction Format » UpgradePurpose » StateTransition","id":"16","title":"StateTransition"},"160":{"body":"Whenever memory is written to (i.e. with SB or SW ), or write access is granted (i.e. with CALL ), ownership must be checked. If the context is external, the owned memory range is: [$ssp, $sp): the writable stack area. [$hp, VM_MAX_RAM): the heap area allocated by this script or predicate. If the context is internal, the owned memory range for a call frame is: [$ssp, $sp): the writable stack area of the call frame. [$hp, $fp->$hp): the heap area allocated by this call frame.","breadcrumbs":"FuelVM » Ownership","id":"160","title":"Ownership"},"161":{"body":"Memory is only executable in range [$is, $ssp). Attempting to execute instructions outside these boundaries will cause a panic. This area never overlaps with writable memory, essentially providing W^X protection.","breadcrumbs":"FuelVM » Executability","id":"161","title":"Executability"},"162":{"body":"Reading Guide Arithmetic/Logic (ALU) Instructions ADD: Add ADDI: Add immediate AND: AND ANDI: AND immediate DIV: Divide DIVI: Divide immediate EQ: Equals EXP: Exponentiate EXPI: Exponentiate immediate GT: Greater than LT: Less than MLOG: Math logarithm MOD: Modulus MODI: Modulus immediate MOVE: Move MOVI: Move immediate MROO: Math root MUL: Multiply MULI: Multiply immediate MLDV: Fused multiply-divide NOOP: No operation NOT: Invert OR: OR ORI: OR immediate SLL: Shift left logical SLLI: Shift left logical immediate SRL: Shift right logical SRLI: Shift right logical immediate SUB: Subtract SUBI: Subtract immediate SUBI: Subtract immediate WDCM: 128-bit integer comparison WQCM: 256-bit integer comparison WDOP: Misc 128-bit integer operations WQOP: Misc 256-bit integer operations WDML: Multiply 128-bit integers WQML: Multiply 256-bit integers WDDV: 128-bit integer division WQDV: 256-bit integer division WDMD: 128-bit integer fused multiply-divide WQMD: 256-bit integer fused multiply-divide WDAM: Modular 128-bit integer addition WQAM: Modular 256-bit integer addition WDMM: Modular 128-bit integer multiplication WQMM: Modular 256-bit integer multiplication XOR: XOR XORI: XOR immediate Control Flow Instructions JMP: Jump JI: Jump immediate JNE: Jump if not equal JNEI: Jump if not equal immediate JNZI: Jump if not zero immediate JMPB: Jump relative backwards JMPF: Jump relative forwards JNZB: Jump if not zero relative backwards JNZF: Jump if not zero relative forwards JNEB: Jump if not equal relative backwards JNEF: Jump if not equal relative forwards RET: Return from context Memory Instructions ALOC: Allocate memory CFE: Extend call frame CFEI: Extend call frame immediate CFS: Shrink call frame CFSI: Shrink call frame immediate LB: Load byte LW: Load word MCL: Memory clear MCLI: Memory clear immediate MCP: Memory copy MCPI: Memory copy immediate MEQ: Memory equality POPH: Pop a set of high registers from stack POPL: Pop a set of low registers from stack PSHH: Push a set of high registers to stack PSHL: Push a set of low registers to stack SB: Store byte SW: Store word Contract Instructions BAL: Balance of contract ID BHEI: Block height BHSH: Block hash BURN: Burn existing coins CALL: Call contract CB: Coinbase contract id CCP: Code copy CROO: Code Merkle root CSIZ: Code size LDC: Load code from an external contract, blob or memory LOG: Log event LOGD: Log data event MINT: Mint new coins RETD: Return from context with data RVRT: Revert SMO: Send message to output SCWQ: State clear sequential 32 byte slots SRW: State read word SRWQ: State read sequential 32 byte slots SWW: State write word SWWQ: State write sequential 32 byte slots TIME: Timestamp at height TR: Transfer coins to contract TRO: Transfer coins to output Blob Instructions BSIZ: Blob size BLDD: Load data from a blob Cryptographic Instructions ECK1: Secp251k1 signature recovery ECR1: Secp256r1 signature recovery ED19: EdDSA curve25519 verification K256: keccak-256 S256: SHA-2-256 Other Instructions ECAL: Call external function FLAG: Set flags GM: Get metadata GTF: Get transaction fields","breadcrumbs":"FuelVM » Instruction Set » FuelVM Instruction Set","id":"162","title":"FuelVM Instruction Set"},"163":{"body":"This page provides a description of all instructions for the FuelVM. Encoding is read as a sequence of one 8-bit value (the opcode identifier) followed by four 6-bit values (the register identifiers or immediate value). A single i indicates a 6-bit immediate value, i i indicates a 12-bit immediate value, i i i indicates an 18-bit immediate value, and i i i i indicates a 24-bit immediate value. All immediate values are interpreted as big-endian unsigned integers. If the instruction would be shorter than the full 32 bits, the remaining part is reserved and must be zero. The syntax MEM[x, y] used in this page means the memory range starting at byte x, of length y bytes. The syntax STATE[x, y] used in this page means the sequence of storage slots starting at key x and spanning y bytes.","breadcrumbs":"FuelVM » Instruction Set » Reading Guide","id":"163","title":"Reading Guide"},"164":{"body":"Some instructions may panic , i.e. enter an unrecoverable state. Additionally, attempting to execute an instruction not in this list causes a panic and consumes no gas. Instructions with reserved part having a non-zero value will likewise panic. How a panic is handled depends on context : In a predicate context, cease VM execution and return false. In other contexts, revert (described below). On a non-predicate panic, append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Panic id byte[32] Contract ID of current context if in an internal context, zero otherwise. pc uint64 Value of register $pc. is uint64 Value of register $is. then append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 1 gas_used uint64 Gas consumed by the script.","breadcrumbs":"FuelVM » Instruction Set » Panics","id":"164","title":"Panics"},"165":{"body":"The number of receipts is limited to 216, with the last two reserved to panic and script result receipts. Trying to add any other receipts after 216-2 will panic.","breadcrumbs":"FuelVM » Instruction Set » Receipts","id":"165","title":"Receipts"},"166":{"body":"A few instructions are annotated with the effects they produce, the table below explains each effect: effect name description Storage read Instruction reads from storage slots Storage write Instruction writes to storage slots External call External contract call instruction Balance tree read Instruction reads from the balance tree Balance tree write Instruction writes to the balance tree Output message Instruction sends a message to a recipient address If an instruction is not annotated with an effect, it means it does not produce any of the aforementioned affects.","breadcrumbs":"FuelVM » Instruction Set » Effects","id":"166","title":"Effects"},"167":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation. Normally, if the result of an ALU operation is mathematically undefined (e.g. dividing by zero), the VM panics. However, if the F_UNSAFEMATH flag is set, $err is set to true and execution continues. If an operation would overflow, so that the result doesn't fit into the target field, the VM will panic. Results below zero are also considered overflows. If the F_WRAPPING flag is set, instead $of is set to true or the overflowing part of the result, depending on the operation.","breadcrumbs":"FuelVM » Instruction Set » Arithmetic/Logic (ALU) Instructions","id":"167","title":"Arithmetic/Logic (ALU) Instructions"},"168":{"body":"Description Adds two registers. Operation $rA = $rB + $rC; Syntax add $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ADD: Add","id":"168","title":"ADD: Add"},"169":{"body":"Description Adds a register and an immediate value. Operation $rA = $rB + imm; Syntax addi $rA, $rB, immediate Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ADDI: Add immediate","id":"169","title":"ADDI: Add immediate"},"17":{"body":"// index using powers of 2 for efficient bitmasking\nenum PolicyType : uint32 { Tip = 1, WitnessLimit = 2, Maturity = 4, MaxFee = 8, Expiration = 16,\n} name type description data One of Tip , WitnessLimit , Maturity or Expiration Policy data.","breadcrumbs":"Transaction Format » Policy » Policy","id":"17","title":"Policy"},"170":{"body":"Description Bitwise ANDs two registers. Operation $rA = $rB & $rC; Syntax and $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » AND: AND","id":"170","title":"AND: AND"},"171":{"body":"Description Bitwise ANDs a register and an immediate value. Operation $rA = $rB & imm; Syntax andi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register imm is extended to 64 bits, with the high 52 bits set to 0. $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » ANDI: AND immediate","id":"171","title":"ANDI: AND immediate"},"172":{"body":"Description Divides two registers. Operation $rA = $rB // $rC; Syntax div $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, $rA is cleared and $err is set to true. Otherwise, $err is cleared. $of is cleared.","breadcrumbs":"FuelVM » Instruction Set » DIV: Divide","id":"172","title":"DIV: Divide"},"173":{"body":"Description Divides a register and an immediate value. Operation $rA = $rB // imm; Syntax divi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If imm == 0, $rA is cleared and $err is set to true. Otherwise, $err is cleared. $of is cleared.","breadcrumbs":"FuelVM » Instruction Set » DIVI: Divide immediate","id":"173","title":"DIVI: Divide immediate"},"174":{"body":"Description Compares two registers for equality. Operation $rA = $rB == $rC; Syntax eq $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » EQ: Equals","id":"174","title":"EQ: Equals"},"175":{"body":"Description Raises one register to the power of another. Operation $rA = $rB ** $rC; Syntax exp $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If the result cannot fit in 8 bytes, $of is set to 1 and $rA is instead set to 0, otherwise $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » EXP: Exponentiate","id":"175","title":"EXP: Exponentiate"},"176":{"body":"Description Raises one register to the power of an immediate value. Operation $rA = $rB ** imm; Syntax expi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If the result cannot fit in 8 bytes, $of is set to 1 and $rA is instead set to 0, otherwise $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » EXPI: Exponentiate immediate","id":"176","title":"EXPI: Exponentiate immediate"},"177":{"body":"Description Compares two registers for greater-than. Operation $rA = $rB > $rC; Syntax gt $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » GT: Greater than","id":"177","title":"GT: Greater than"},"178":{"body":"Description Compares two registers for less-than. Operation $rA = $rB < $rC; Syntax lt $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » LT: Less than","id":"178","title":"LT: Less than"},"179":{"body":"Description The (integer) logarithm base $rC of $rB. Operation $rA = math.floor(math.log($rB, $rC)); Syntax mlog $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rB == 0, both $rA and $of are cleared and $err is set to true. If $rC <= 1, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MLOG: Math logarithm","id":"179","title":"MLOG: Math logarithm"},"18":{"body":"name type description tip uint64 Additional, optional fee in BASE_ASSET to incentivize block producer to include transaction","breadcrumbs":"Transaction Format » Policy » Tip","id":"18","title":"Tip"},"180":{"body":"Description Modulo remainder of two registers. Operation $rA = $rB % $rC; Syntax mod $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOD: Modulus","id":"180","title":"MOD: Modulus"},"181":{"body":"Description Modulo remainder of a register and an immediate value. Operation $rA = $rB % imm; Syntax modi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If imm == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MODI: Modulus immediate","id":"181","title":"MODI: Modulus immediate"},"182":{"body":"Description Copy from one register to another. Operation $rA = $rB; Syntax move $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOVE: Move","id":"182","title":"MOVE: Move"},"183":{"body":"Description Copy an immediate value into a register. Operation $rA = imm; Syntax movi $rA, imm Encoding 0x00 rA i i i Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOVI: Move immediate","id":"183","title":"MOVI: Move immediate"},"184":{"body":"Description The (integer) $rCth root of $rB. Operation $rA = math.floor(math.root($rB, $rC)); Syntax mroo $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MROO: Math root","id":"184","title":"MROO: Math root"},"185":{"body":"Description Multiplies two registers. Operation $rA = $rB * $rC; Syntax mul $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MUL: Multiply","id":"185","title":"MUL: Multiply"},"186":{"body":"Description Multiplies a register and an immediate value. Operation $rA = $rB * imm; Syntax mul $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MULI: Multiply immediate","id":"186","title":"MULI: Multiply immediate"},"187":{"body":"Description Multiplies two registers with arbitrary precision, then divides by a third register. Operation a = (b * c) / d; Syntax mldv $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 64 instead. If the divisor ($rD) is zero, then instead the value is divided by 1 << 64. This returns the higher half of the 128-bit multiplication result. This operation never overflows. If the result of after the division doesn't fit into a register, $of is assigned the overflow of the operation. Otherwise, $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MLDV: Fused multiply-divide","id":"187","title":"MLDV: Fused multiply-divide"},"188":{"body":"Description Performs no operation. Operation Syntax noop Encoding 0x00 - - - - Notes $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » NOOP: No operation","id":"188","title":"NOOP: No operation"},"189":{"body":"Description Bitwise NOT a register. Operation $rA = ~$rB; Syntax not $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » NOT: Invert","id":"189","title":"NOT: Invert"},"19":{"body":"name type description witnessLimit uint64 The maximum amount of witness data allowed for the transaction Given helper len() that returns the number of bytes of a field. Transaction is invalid if: len(tx.witnesses) > witnessLimit","breadcrumbs":"Transaction Format » Policy » WitnessLimit","id":"19","title":"WitnessLimit"},"190":{"body":"Description Bitwise ORs two registers. Operation $rA = $rB \\| $rC; Syntax or $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » OR: OR","id":"190","title":"OR: OR"},"191":{"body":"Description Bitwise ORs a register and an immediate value. Operation $rA = $rB \\| imm; Syntax ori $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register imm is extended to 64 bits, with the high 52 bits set to 0. $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » ORI: OR immediate","id":"191","title":"ORI: OR immediate"},"192":{"body":"Description Left shifts a register by a register. Operation $rA = $rB << $rC; Syntax sll $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SLL: Shift left logical","id":"192","title":"SLL: Shift left logical"},"193":{"body":"Description Left shifts a register by an immediate value. Operation $rA = $rB << imm; Syntax slli $rA, $rB, imm Encoding 0x00 rA rB i i Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SLLI: Shift left logical immediate","id":"193","title":"SLLI: Shift left logical immediate"},"194":{"body":"Description Right shifts a register by a register. Operation $rA = $rB >> $rC; Syntax srl $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SRL: Shift right logical","id":"194","title":"SRL: Shift right logical"},"195":{"body":"Description Right shifts a register by an immediate value. Operation $rA = $rB >> imm; Syntax srli $rA, $rB, imm Encoding 0x00 rA rB i i Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SRLI: Shift right logical immediate","id":"195","title":"SRLI: Shift right logical immediate"},"196":{"body":"Description Subtracts two registers. Operation $rA = $rB - $rC; Syntax sub $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the underflow of the operation, as though $of is the high byte of a 128-bit register. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » SUB: Subtract","id":"196","title":"SUB: Subtract"},"197":{"body":"Description Subtracts a register and an immediate value. Operation $rA = $rB - imm; Syntax subi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the underflow of the operation, as though $of is the high byte of a 128-bit register. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » SUBI: Subtract immediate","id":"197","title":"SUBI: Subtract immediate"},"198":{"body":"Description Compare or examine two 128-bit integers using selected mode Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;$rA = cmp_op(b,c); Syntax wdcm $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ...XXX mode Compare mode selection .XX... reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not Then the actual operation that's performed: mode Name Description 0 eq Equality (==) 1 ne Inequality (!=) 2 lt Less than (<) 3 gt Greater than (>) 4 lte Less than or equals (<=) 5 gte Greater than or equals (>=) 6 lzc Leading zero count the lhs argument (lzcnt). Discards rhs. 7 - Reserved and must not be used The leading zero count can be used to compute rounded-down log2 of a number using the following formula TOTAL_BITS - 1 - lzc(n). Note that log2(0) is undefined, and will lead to integer overflow with this method. Clears $of and $err. Panic if: A reserved compare mode is given $rA is a reserved register $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDCM: 128-bit integer comparison","id":"198","title":"WDCM: 128-bit integer comparison"},"199":{"body":"Description Compare or examine two 256-bit integers using selected mode Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;$rA = cmp_op(b,c); Syntax wqcm $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDCM. Clears $of and $err. Panic if: A reserved compare mode is given $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQCM: 256-bit integer comparison","id":"199","title":"WQCM: 256-bit integer comparison"},"2":{"body":"Overview - Describes the FuelVM at a high level, from its architecture to how it is initialized. Instruction Set - Defines the FuelVM instruction set.","breadcrumbs":"Fuel Specifications » FuelVM","id":"2","title":"FuelVM"},"20":{"body":"name type description maturity uint32 Block until which the transaction cannot be included. Transaction is invalid if: blockheight() < maturity","breadcrumbs":"Transaction Format » Policy » Maturity","id":"20","title":"Maturity"},"200":{"body":"Description Perform an ALU operation on two 128-bit integers Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;mem[$rA,16] = op(b,c); Syntax wdop $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ...XXX op Operation selection, see below .XX... reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not Then the actual operation that's performed: op Name Description 0 add Add 1 sub Subtract 2 not Invert bits (discards rhs) 3 or Bitwise or 4 xor Bitwise exclusive or 5 and Bitwise and 6 shl Shift left (logical) 7 shr Shift right (logical) Operations behave $of and $err similarly to their 64-bit counterparts, except that $of is set to 1 instead of the overflowing part. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDOP: Misc 128-bit integer operations","id":"200","title":"WDOP: Misc 128-bit integer operations"},"201":{"body":"Description Perform an ALU operation on two 256-bit integers Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;mem[$rA,32] = op(b,c); Syntax wqop $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDOP. Operations behave $of and $err similarly to their 64-bit counterparts. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQOP: Misc 256-bit integer operations","id":"201","title":"WQOP: Misc 256-bit integer operations"},"202":{"body":"Description Perform integer multiplication operation on two 128-bit integers. Operation b=indirect0?mem[$rB,16]:$rB;c=indirect1?mem[$rC,16]:$rC;mem[$rA,16]=b*c; Syntax wdml $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ..XXXX reserved Reserved and must be zero .X.... indirect0 Is lhs operand ($rB) indirect or not X..... indirect1 Is rhs operand ($rC) indirect or not $of is set to 1 in case of overflow, and cleared otherwise. $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check indirect0 == 1 and $rB + 16 overflows or > VM_MAX_RAM indirect1 == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDML: Multiply 128-bit integers","id":"202","title":"WDML: Multiply 128-bit integers"},"203":{"body":"Description Perform integer multiplication operation on two 256-bit integers. Operation b=indirect0?mem[$rB,32]:$rB;c=indirect1?mem[$rC,32]:$rC;mem[$rA,32]=b*c; Syntax wqml $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDML. $of is set to 1 in case of overflow, and cleared otherwise. $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check indirect0 == 1 and $rB + 32 overflows or > VM_MAX_RAM indirect1 == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQML: Multiply 256-bit integers","id":"203","title":"WQML: Multiply 256-bit integers"},"204":{"body":"Description Divide a 128-bit integer by another. Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;mem[$rA,16] = b / c; Syntax wddv $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description .XXXXX reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDDV: 128-bit integer division","id":"204","title":"WDDV: 128-bit integer division"},"205":{"body":"Description Divide a 256-bit integer by another. Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;mem[$rA,32] = b / c; Syntax wqdv $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDDV. $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQDV: 256-bit integer division","id":"205","title":"WQDV: 256-bit integer division"},"206":{"body":"Description Combined multiply-divide of 128-bit integers with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16]=(b * c) / d; Syntax wdmd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 128 instead. If the divisor MEM[$rA, 16] is zero, then instead the value is divided by 1 << 128. This returns the higher half of the 256-bit multiplication result. If the result of after the division is larger than operand size, $of is set to one. Otherwise, $of is cleared. $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDMD: 128-bit integer fused multiply-divide","id":"206","title":"WDMD: 128-bit integer fused multiply-divide"},"207":{"body":"Description Combined multiply-divide of 256-bit integers with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32]=(b * c) / d; Syntax wqmd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 256 instead. If the divisor MEM[$rA, 32] is zero, then instead the value is divided by 1 << 256. This returns the higher half of the 512-bit multiplication result. If the result of after the division is larger than operand size, $of is set to one. Otherwise, $of is cleared. $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQMD: 256-bit integer fused multiply-divide","id":"207","title":"WQMD: 256-bit integer fused multiply-divide"},"208":{"body":"Description Add two 128-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16] = (b+c)%d; Syntax wdam $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDAM: Modular 128-bit integer addition","id":"208","title":"WDAM: Modular 128-bit integer addition"},"209":{"body":"Description Add two 256-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32] = (b+c)%d; Syntax wqam $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQAM: Modular 256-bit integer addition","id":"209","title":"WQAM: Modular 256-bit integer addition"},"21":{"body":"name type description expiration uint32 Block after which the transaction cannot be included. Transaction is invalid if: blockheight() > expiration","breadcrumbs":"Transaction Format » Policy » Expiration","id":"21","title":"Expiration"},"210":{"body":"Description Multiply two 128-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16] = (b*c)%d; Syntax wdmm $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDMM: Modular 128-bit integer multiplication","id":"210","title":"WDMM: Modular 128-bit integer multiplication"},"211":{"body":"Description Multiply two 256-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32] = (b*c)%d; Syntax wqmm $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQMM: Modular 256-bit integer multiplication","id":"211","title":"WQMM: Modular 256-bit integer multiplication"},"212":{"body":"Description Bitwise XORs two registers. Operation $rA = $rB ^ $rC; Syntax xor $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » XOR: XOR","id":"212","title":"XOR: XOR"},"213":{"body":"Description Bitwise XORs a register and an immediate value. Operation $rA = $rB ^ imm; Syntax xori $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » XORI: XOR immediate","id":"213","title":"XORI: XOR immediate"},"214":{"body":"","breadcrumbs":"FuelVM » Instruction Set » Control Flow Instructions","id":"214","title":"Control Flow Instructions"},"215":{"body":"Description Jumps to the code instruction offset by a register. Operation $pc = $is + $rA * 4; Syntax jmp $rA Encoding 0x00 rA - - - Notes Panic if: $is + $rA * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JMP: Jump","id":"215","title":"JMP: Jump"},"216":{"body":"Description Jumps to the code instruction offset by imm. Operation $pc = $is + imm * 4; Syntax ji imm Encoding 0x00 i i i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JI: Jump immediate","id":"216","title":"JI: Jump immediate"},"217":{"body":"Description Jump to the code instruction offset by a register if $rA is not equal to $rB. Operation if $rA != $rB:$pc = $is + $rC * 4;else:$pc += 4; Syntax jne $rA $rB $rC Encoding 0x00 rA rB rC - Notes Panic if: $is + $rC * 4 > VM_MAX_RAM - 1 and the jump would be performed (i.e. $rA != $rB)","breadcrumbs":"FuelVM » Instruction Set » JNE: Jump if not equal","id":"217","title":"JNE: Jump if not equal"},"218":{"body":"Description Jump to the code instruction offset by imm if $rA is not equal to $rB. Operation if $rA != $rB:$pc = $is + imm * 4;else:$pc += 4; Syntax jnei $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1 and the jump would be performed (i.e. $rA != $rB)","breadcrumbs":"FuelVM » Instruction Set » JNEI: Jump if not equal immediate","id":"218","title":"JNEI: Jump if not equal immediate"},"219":{"body":"Description Jump to the code instruction offset by imm if $rA is not equal to $zero. Operation if $rA != $zero:$pc = $is + imm * 4;else:$pc += 4; Syntax jnzi $rA imm Encoding 0x00 rA i i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1and the jump would be performed (i.e. $rA != $zero)","breadcrumbs":"FuelVM » Instruction Set » JNZI: Jump if not zero immediate","id":"219","title":"JNZI: Jump if not zero immediate"},"22":{"body":"name type description max_fee uint64 Required policy to specify the maximum fee payable by this transaction using BASE_ASSET. This is used to check transactions before the actual gas_price is known. Transaction is invalid if: max_fee > sum_inputs(tx, BASE_ASSET_ID) - sum_outputs(tx, BASE_ASSET_ID) max_fee < max_fee(tx, BASE_ASSET_ID, gas_price)","breadcrumbs":"Transaction Format » Policy » MaxFee","id":"22","title":"MaxFee"},"220":{"body":"Description Jump $rA + imm instructions backwards. Operation $pc -= ($rA + imm + 1) * 4; Syntax jmpb $rA imm Encoding 0x00 rA i i i Notes Panic if: $pc - ($rA + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JMPB: Jump relative backwards","id":"220","title":"JMPB: Jump relative backwards"},"221":{"body":"Description Jump $rA + imm instructions forwards Operation $pc += ($rA + imm + 1) * 4; Syntax jmpf $rA imm Encoding 0x00 rA i i i Notes Panic if: $pc + ($rA + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JMPF: Jump relative forwards","id":"221","title":"JMPF: Jump relative forwards"},"222":{"body":"Description Jump $rB + imm instructions backwards if $rA != $zero. Operation if $rA != $zero:$pc -= ($rB + imm + 1) * 4;else:$pc += 4; Syntax jnzb $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $pc - ($rB + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JNZB: Jump if not zero relative backwards","id":"222","title":"JNZB: Jump if not zero relative backwards"},"223":{"body":"Description Jump $rB + imm instructions forwards if $rA != $zero. Operation if $rA != $zero:$pc += ($rB + imm + 1) * 4;else:$pc += 4; Syntax jnzf $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $pc + ($rB + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JNZF: Jump if not zero relative forwards","id":"223","title":"JNZF: Jump if not zero relative forwards"},"224":{"body":"Description Jump $rC + imm instructions backwards if $rA != $rB. Operation if $rA != $rB:$pc -= ($rC + imm + 1) * 4;else:$pc += 4; Syntax jneb $rA $rB $rC imm Encoding 0x00 rA rB rC i Notes Panic if: $pc - ($rC + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JNEB: Jump if not equal relative backwards","id":"224","title":"JNEB: Jump if not equal relative backwards"},"225":{"body":"Description Jump $rC + imm instructions forwards if $rA != $rB. Operation if $rA != $rB:$pc += ($rC + imm + 1) * 4;else:$pc += 4; Syntax jnef $rA $rB $rC imm Encoding 0x00 rA rB rC i Notes Panic if: $pc + ($rC + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JNEF: Jump if not equal relative forwards","id":"225","title":"JNEF: Jump if not equal relative forwards"},"226":{"body":"Description Returns from context with value $rA. Operation return($rA); Syntax ret $rA Encoding 0x00 rA - - - Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Return id byte[32] Contract ID of current context if in an internal context, zero otherwise. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is. If current context is external, append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 0 gas_used uint64 Gas consumed by the script. If current context is external, cease VM execution and return $rA. Returns from contract call, popping the call frame. Before popping perform the following operations. Return the unused forwarded gas to the caller: $cgas = $cgas + $fp->$cgas (add remaining context gas from previous context to current remaining context gas) Set the return value: $ret = $rA $retl = 0 Then pop the call frame and restore all registers except $ggas, $cgas, $ret, $retl and $hp. Afterwards, set the following registers: $pc = $pc + 4 (advance program counter from where we called)","breadcrumbs":"FuelVM » Instruction Set » RET: Return from context","id":"226","title":"RET: Return from context"},"227":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Memory Instructions","id":"227","title":"Memory Instructions"},"228":{"body":"Description Allocate a number of bytes from the heap. Operation $hp = $hp - $rA; Syntax aloc $rA Encoding 0x00 rA - - - Notes Newly allocated memory is zeroed. Panic if: $hp - $rA underflows $hp - $rA < $sp","breadcrumbs":"FuelVM » Instruction Set » ALOC: Allocate memory","id":"228","title":"ALOC: Allocate memory"},"229":{"body":"Description Extend the current call frame's stack. Operation $sp = $sp + $rA Syntax cfe $rA Encoding 0x00 rA - - - Notes Does not initialize memory. Panic if: $sp + $rA overflows $sp + $rA > $hp","breadcrumbs":"FuelVM » Instruction Set » CFE: Extend call frame","id":"229","title":"CFE: Extend call frame"},"23":{"body":"enum InputType : uint8 { Coin = 0, Contract = 1, Message = 2,\n} name type description type InputType Type of input. data One of InputCoin , InputContract , or InputMessage Input data. Transaction is invalid if: type > InputType.Message","breadcrumbs":"Transaction Format » Input » Input","id":"23","title":"Input"},"230":{"body":"Description Extend the current call frame's stack by an immediate value. Operation $sp = $sp + imm Syntax cfei imm Encoding 0x00 i i i i Notes Does not initialize memory. Panic if: $sp + imm overflows $sp + imm > $hp","breadcrumbs":"FuelVM » Instruction Set » CFEI: Extend call frame immediate","id":"230","title":"CFEI: Extend call frame immediate"},"231":{"body":"Description Shrink the current call frame's stack. Operation $sp = $sp - $rA Syntax cfs $rA Encoding 0x00 $rA - - - Notes Does not clear memory. Panic if: $sp - $rA underflows $sp - $rA < $ssp","breadcrumbs":"FuelVM » Instruction Set » CFS: Shrink call frame","id":"231","title":"CFS: Shrink call frame"},"232":{"body":"Description Shrink the current call frame's stack by an immediate value. Operation $sp = $sp - imm Syntax cfsi imm Encoding 0x00 i i i i Notes Does not clear memory. Panic if: $sp - imm underflows $sp - imm < $ssp","breadcrumbs":"FuelVM » Instruction Set » CFSI: Shrink call frame immediate","id":"232","title":"CFSI: Shrink call frame immediate"},"233":{"body":"Description A byte is loaded from the specified address offset by imm. Operation $rA = MEM[$rB + imm, 1]; Syntax lb $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $rB + imm + 1 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LB: Load byte","id":"233","title":"LB: Load byte"},"234":{"body":"Description A word is loaded from the specified address offset by imm. Operation $rA = MEM[$rB + (imm * 8), 8]; Syntax lw $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $rB + (imm * 8) + 8 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LW: Load word","id":"234","title":"LW: Load word"},"235":{"body":"Description Clear bytes in memory. Operation MEM[$rA, $rB] = 0; Syntax mcl $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + $rB overflows or > VM_MAX_RAM The memory range MEM[$rA, $rB] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCL: Memory clear","id":"235","title":"MCL: Memory clear"},"236":{"body":"Description Clear bytes in memory. Operation MEM[$rA, imm] = 0; Syntax mcli $rA, imm Encoding 0x00 rA i i i Notes Panic if: $rA + imm overflows or > VM_MAX_RAM The memory range MEM[$rA, imm] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCLI: Memory clear immediate","id":"236","title":"MCLI: Memory clear immediate"},"237":{"body":"Description Copy bytes in memory. Operation MEM[$rA, $rC] = MEM[$rB, $rC]; Syntax mcp $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + $rC overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory ranges MEM[$rA, $rC] and MEM[$rB, $rC] overlap The memory range MEM[$rA, $rC] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCP: Memory copy","id":"237","title":"MCP: Memory copy"},"238":{"body":"Description Copy bytes in memory. Operation MEM[$rA, imm] = MEM[$rB, imm]; Syntax mcpi $rA, $rB, imm Encoding 0x00 rA rB imm imm Notes Panic if: $rA + imm overflows or > VM_MAX_RAM $rB + imm overflows or > VM_MAX_RAM The memory ranges MEM[$rA, imm] and MEM[$rB, imm] overlap The memory range MEM[$rA, imm] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCPI: Memory copy immediate","id":"238","title":"MCPI: Memory copy immediate"},"239":{"body":"Description Compare bytes in memory. Operation $rA = MEM[$rB, $rD] == MEM[$rC, $rD]; Syntax meq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Panic if: $rA is a reserved register $rB + $rD overflows or > VM_MAX_RAM $rC + $rD overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » MEQ: Memory equality","id":"239","title":"MEQ: Memory equality"},"24":{"body":"name type description txID byte[32] Hash of transaction. outputIndex uint16 Index of transaction output. owner byte[32] Owning address or predicate root. amount uint64 Amount of coins. asset_id byte[32] Asset ID of the coins. txPointer TXPointer Points to the TX whose output is being spent. witnessIndex uint16 Index of witness that authorizes spending the coin. predicateGasUsed uint64 Gas used by predicate. predicateLength uint64 Length of predicate, in instructions. predicateDataLength uint64 Length of predicate input data, in bytes. predicate byte[] Predicate bytecode. predicateData byte[] Predicate input data (parameters). Given helper len() that returns the number of bytes of a field. Transaction is invalid if: witnessIndex >= tx.witnessesCount predicateLength > MAX_PREDICATE_LENGTH predicateDataLength > MAX_PREDICATE_DATA_LENGTH If predicateLength > 0; the computed predicate root (see below) is not equal owner predicateLength * 4 != len(predicate) predicateDataLength != len(predicateData) predicateGasUsed > MAX_GAS_PER_PREDICATE Note: when signing a transaction, txPointer and predicateGasUsed are set to zero. Note: when verifying and estimating a predicate or executing a script, txPointer and predicateGasUsed are initialized to zero. The predicate root is computed here .","breadcrumbs":"Transaction Format » Input » InputCoin","id":"24","title":"InputCoin"},"240":{"body":"Description Push a set of registers from range 40..64 to the stack in order. Operation tmp=$sp;$sp+=popcnt(imm)*8;MEM[tmp,$sp]=registers[40..64].mask(imm) Syntax pshh imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pushes the register 61 followed by register 62. Panic if: $sp + popcnt(imm)*8 overflows $sp + popcnt(imm)*8 > $hp","breadcrumbs":"FuelVM » Instruction Set » PSHH: Push a set of high registers to stack","id":"240","title":"PSHH: Push a set of high registers to stack"},"241":{"body":"Description Push a set of registers from range 16..40 to the stack in order. Operation tmp=$sp;$sp+=popcnt(imm)*8;MEM[tmp,$sp]=registers[16..40].mask(imm) Syntax pshl imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pushes the register 37 followed by register 38. Panic if: $sp + popcnt(imm)*8 overflows $sp + popcnt(imm)*8 > $hp","breadcrumbs":"FuelVM » Instruction Set » PSHL: Push a set of low registers to stack","id":"241","title":"PSHL: Push a set of low registers to stack"},"242":{"body":"Description Pop to a set of registers from range 40..64 from the stack. Operation tmp=$sp-popcnt(imm)*8;registers[40..64].mask(imm)=MEM[tmp,$sp]$sp-=tmp; Syntax poph imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pops the register 62 followed by register 61. Note that the order is reverse from PSHH, so that PSHH a; POPH a returns to the original state. Panic if: $sp - popcnt(imm)*8 overflows $sp - popcnt(imm)*8 < $ssp","breadcrumbs":"FuelVM » Instruction Set » POPH: Pop a set of high registers from stack","id":"242","title":"POPH: Pop a set of high registers from stack"},"243":{"body":"Description Pop to a set of registers from range 16..40 from the stack. Operation tmp=$sp-popcnt(imm)*8;registers[16..40].mask(imm)=MEM[tmp,$sp]$sp-=tmp; Syntax poph imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pops the register 38 followed by register 37. Note that the order is reverse from PSHL, so that PSHL a; POPL a returns to the original state. Panic if: $sp - popcnt(imm)*8 overflows $sp - popcnt(imm)*8 < $ssp","breadcrumbs":"FuelVM » Instruction Set » POPL: Pop a set of low registers from stack","id":"243","title":"POPL: Pop a set of low registers from stack"},"244":{"body":"Description The least significant byte of $rB is stored at the address $rA offset by imm. Operation MEM[$rA + imm, 1] = $rB[7, 1]; Syntax sb $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA + imm + 1 overflows or > VM_MAX_RAM The memory range MEM[$rA + imm, 1] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » SB: Store byte","id":"244","title":"SB: Store byte"},"245":{"body":"Description The value of $rB is stored at the address $rA offset by imm. Operation MEM[$rA + (imm * 8), 8] = $rB; Syntax sw $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA + (imm * 8) + 8 overflows or > VM_MAX_RAM The memory range MEM[$rA + (imm * 8), 8] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » SW: Store word","id":"245","title":"SW: Store word"},"246":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation, except for CALL , RETD and RVRT .","breadcrumbs":"FuelVM » Instruction Set » Contract Instructions","id":"246","title":"Contract Instructions"},"247":{"body":"Description Set $rA to the balance of asset ID at $rB for contract with ID at $rC. Operation $rA = balance(MEM[$rB, 32], MEM[$rC, 32]); Syntax bal $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Balance tree read Notes Where helper balance(asset_id: byte[32], contract_id: byte[32]) -> uint64 returns the current balance of asset_id of contract with ID contract_id. Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rC, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » BAL: Balance of contract ID","id":"247","title":"BAL: Balance of contract ID"},"248":{"body":"Description Get Fuel block height. Operation $rA = blockheight(); Syntax bhei $rA Encoding 0x00 rA - - - Notes Panic if: $rA is a reserved register","breadcrumbs":"FuelVM » Instruction Set » BHEI: Block height","id":"248","title":"BHEI: Block height"},"249":{"body":"Description Get block header hash. Operation MEM[$rA, 32] = blockhash($rB); Syntax bhsh $rA $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check Block header hashes for blocks with height greater than or equal to current block height are zero (0x00**32).","breadcrumbs":"FuelVM » Instruction Set » BHSH: Block hash","id":"249","title":"BHSH: Block hash"},"25":{"body":"name type description txID byte[32] Hash of transaction. outputIndex uint16 Index of transaction output. balanceRoot byte[32] Root of amount of coins owned by contract before transaction execution. stateRoot byte[32] State root of contract before transaction execution. txPointer TXPointer Points to the TX whose output is being spent. contractID byte[32] Contract ID. Transaction is invalid if: there is not exactly one output of type OutputType.Contract with inputIndex equal to this input's index Note: when signing a transaction, txID, outputIndex, balanceRoot, stateRoot, and txPointer are set to zero. Note: when verifying a predicate or executing a script, txID, outputIndex, balanceRoot, stateRoot, and txPointer are initialized to zero.","breadcrumbs":"Transaction Format » Input » InputContract","id":"25","title":"InputContract"},"250":{"body":"Description Burn $rA coins of the $rB ID from the current contract. Operation burn($rA, $rB); Syntax burn $rA $rB Encoding 0x00 rA rB - - Notes $rB is a pointer to a 32 byte ID in memory. The asset ID is constructed using the asset ID construction method. Panic if: $rB + 32 overflows or > VM_MAX_RAM Balance of asset ID from constructAssetID(MEM[$fp, 32], MEM[$rB, 32]) of output with contract ID MEM[$fp, 32] minus $rA underflows $fp == 0 (in the script context) For output with contract ID MEM[$fp, 32], decrease balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB, 32]) by $rA. This modifies the balanceRoot field of the appropriate output. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Burn sub_id byte[32] Asset sub identifier MEM[$rB, $rB + 32]. contract_id byte[32] Contract ID of the current context. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » BURN: Burn existing coins","id":"250","title":"BURN: Burn existing coins"},"251":{"body":"Description Call contract. Operation Syntax call $rA $rB $rC $rD Encoding 0x00 rA rB rC rD Effects External call Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rA, 32] is not in tx.inputs Reading past MEM[VM_MAX_RAM - 1] In an external context, if $rB > MEM[balanceOfStart(MEM[$rC, 32]), 8] In an internal context, if $rB is greater than the balance of asset ID MEM[$rC, 32] of output with contract ID MEM[$fp, 32] Register $rA is a memory address from which the following fields are set (word-aligned): bytes type value description 32 byte[32] to Contract ID to call. 8 byte[8] param1 First parameter. 8 byte[8] param2 Second parameter. $rB is the amount of coins to forward. $rC points to the 32-byte asset ID of the coins to forward. $rD is the amount of gas to forward. If it is set to an amount greater than the available gas, all available gas is forwarded. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Call from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Contract ID of called contract. amount uint64 Amount of coins to forward, i.e. $rB. asset_id byte[32] Asset ID of coins to forward, i.e. MEM[$rC, 32]. gas uint64 Gas to forward, i.e. min($rD, $cgas). param1 uint64 First parameter. param2 uint64 Second parameter. pc uint64 Value of register $pc. is uint64 Value of register $is. For output with contract ID MEM[$rA, 32], increase balance of asset ID MEM[$rC, 32] by $rB. In an external context, decrease MEM[balanceOfStart(MEM[$rC, 32]), 8] by $rB. In an internal context, decrease asset ID MEM[$rC, 32] balance of output with contract ID MEM[$fp, 32] by $rB. A call frame is pushed at $sp. In addition to filling in the values of the call frame, the following registers are set: $fp = $sp (on top of the previous call frame is the beginning of this call frame) Set $ssp and $sp to the start of the writable stack area of the call frame. Set $pc and $is to the starting address of the code. $flag set to zero. $bal = $rB (forward coins) $cgas = $rD or all available gas (forward gas) This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » CALL: Call contract","id":"251","title":"CALL: Call contract"},"252":{"body":"Description Get the coinbase contract id associated with the block proposer. Operation MEM[$rA, 32] = coinbase(); Syntax cb $rA Encoding 0x00 rA - - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » CB: Coinbase contract id","id":"252","title":"CB: Coinbase contract id"},"253":{"body":"Description Copy $rD bytes of code starting at $rC for contract with ID equal to the 32 bytes in memory starting at $rB into memory starting at $rA. Operation MEM[$rA, $rD] = code($rB, $rC, $rD); Syntax ccp $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes If $rD is greater than the code size, zero bytes are filled in. This is used only for reading and inspecting code of other contracts. Use LDC to load code for executing. Panic if: $rA + $rD overflows or > VM_MAX_RAM $rB + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, $rD] does not pass ownership check Contract with ID MEM[$rB, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » CCP: Code copy","id":"253","title":"CCP: Code copy"},"254":{"body":"Description Set the 32 bytes in memory starting at $rA to the code root for contract with ID equal to the 32 bytes in memory starting at $rB. Operation MEM[$rA, 32] = coderoot(MEM[$rB, 32]); Syntax croo $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check Contract with ID MEM[$rB, 32] is not in tx.inputs Code root computation is defined here .","breadcrumbs":"FuelVM » Instruction Set » CROO: Code Merkle root","id":"254","title":"CROO: Code Merkle root"},"255":{"body":"Description Set $rA to the size of the code for contract with ID equal to the 32 bytes in memory starting at $rB. Operation $rA = codesize(MEM[$rB, 32]); Syntax csiz $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rB, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » CSIZ: Code size","id":"255","title":"CSIZ: Code size"},"256":{"body":"Description Copy $rC bytes of code at offset $rB from object identified with $rA into memory starting at $ssp. Object type is in imm. Operation code = match imm { 0 => contract_code(mem[$rA,32]), 1 => blob_payload(mem[$rA,32]), 2 => mem[$ra, ..] }; MEM[$ssp, $rC] = code[$rB, $rC]; Syntax ldc $rA, $rB, $rC, imm Encoding 0x00 rA rB rC imm Notes If $rC is greater than the code size, zero bytes are filled in. Final length is always padded to word boundary. Object type from imm determines the source for loading as follows: imm Object type 0 Contract code 1 Blob payload 2 VM memory other reserved Panic if: $ssp + $rC overflows or > VM_MAX_RAM imm <= 1 and $rA + 32 overflows or > VM_MAX_RAM $ssp + $rC >= $hp imm == 0 and $rC > CONTRACT_MAX_SIZE imm == 0 and contract with ID MEM[$rA, 32] is not in tx.inputs imm == 0 and context is a predicate imm == 1 and blob with ID MEM[$rA, 32] is not found in the chain state imm == 2 and $rA + $rB + $rC overflows or > VM_MAX_RAM imm >= 3 (reserved value) Increment $fp->codesize, $ssp by $rC padded to word alignment. Then set $sp to $ssp. This instruction can be used to concatenate the code of multiple contracts or blobs together. It can only be used when the stack area of the call frame is zero-sized.","breadcrumbs":"FuelVM » Instruction Set » LDC: Load code from an external contract, blob or memory","id":"256","title":"LDC: Load code from an external contract, blob or memory"},"257":{"body":"Description Log an event. This is a no-op. Operation log($rA, $rB, $rC, $rD); Syntax log $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Log id byte[32] Contract ID of current context if in an internal context, zero otherwise. val0 uint64 Value of register $rA. val1 uint64 Value of register $rB. val2 uint64 Value of register $rC. val3 uint64 Value of register $rD. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » LOG: Log event","id":"257","title":"LOG: Log event"},"258":{"body":"Description Log an event. This is a no-op. Operation logd($rA, $rB, $rC, $rD); Syntax logd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.LogData id byte[32] Contract ID of current context if in an internal context, zero otherwise. val0 uint64 Value of register $rA. val1 uint64 Value of register $rB. ptr uint64 Value of register $rC. len uint64 Value of register $rD. digest byte[32] Hash of MEM[$rC, $rD]. pc uint64 Value of register $pc. is uint64 Value of register $is. Logs the memory range MEM[$rC, $rD]. Panics if: $rC + $rD overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LOGD: Log data event","id":"258","title":"LOGD: Log data event"},"259":{"body":"Description Mint $rA coins of the $rB ID from the current contract. Operation mint($rA, $rB); Syntax mint $rA $rB Encoding 0x00 rA rB - - Notes $rB is a pointer to a 32 byte ID in memory The asset ID will be constructed using the asset ID construction method. Panic if: $rB + 32 overflows or > VM_MAX_RAM Balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB]) of output with contract ID MEM[$fp, 32] plus $rA overflows $fp == 0 (in the script context) For output with contract ID MEM[$fp, 32], increase balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB]) by $rA. This modifies the balanceRoot field of the appropriate output. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Mint sub_id byte[32] Asset sub identifier MEM[$rB, $rB + 32]. contract_id byte[32] Contract ID of the current context. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » MINT: Mint new coins","id":"259","title":"MINT: Mint new coins"},"26":{"body":"name type description sender byte[32] The address of the message sender. recipient byte[32] The address or predicate root of the message recipient. amount uint64 Amount of base asset coins sent with message. nonce byte[32] The message nonce. witnessIndex uint16 Index of witness that authorizes spending the coin. predicateGasUsed uint64 Gas used by predicate execution. dataLength uint64 Length of message data, in bytes. predicateLength uint64 Length of predicate, in instructions. predicateDataLength uint64 Length of predicate input data, in bytes. data byte[] The message data. predicate byte[] Predicate bytecode. predicateData byte[] Predicate input data (parameters). Given helper len() that returns the number of bytes of a field. Transaction is invalid if: witnessIndex >= tx.witnessesCount dataLength > MAX_MESSAGE_DATA_LENGTH predicateLength > MAX_PREDICATE_LENGTH predicateDataLength > MAX_PREDICATE_DATA_LENGTH If predicateLength > 0; the computed predicate root (see below) is not equal recipient dataLength != len(data) predicateLength * 4 != len(predicate) predicateDataLength != len(predicateData) predicateGasUsed > MAX_GAS_PER_PREDICATE The predicate root is computed here . Note: InputMessages with data length greater than zero are not considered spent until they are included in a transaction of type TransactionType.Script with a ScriptResult receipt where result is equal to 0 indicating a successful script exit Note: when signing a transaction, predicateGasUsed is set to zero. Note: when verifying and estimating a predicate, predicateGasUsed is initialized to zero.","breadcrumbs":"Transaction Format » Input » InputMessage","id":"26","title":"InputMessage"},"260":{"body":"Description Returns from context with value MEM[$rA, $rB]. Operation returndata($rA, $rB); Syntax retd $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + $rB overflows or > VM_MAX_RAM Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.ReturnData id byte[32] Contract ID of current context if in an internal context, zero otherwise. ptr uint64 Value of register $rA. len uint64 Value of register $rB. digest byte[32] Hash of MEM[$rA, $rB]. pc uint64 Value of register $pc. is uint64 Value of register $is. If current context is a script, append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 0 gas_used uint64 Gas consumed by the script. If current context is external, cease VM execution and return MEM[$rA, $rB]. Returns from contract call, popping the call frame. Before popping, perform the following operations. Return the unused forwarded gas to the caller: $cgas = $cgas + $fp->$cgas (add remaining context gas from previous context to current remaining context gas) Set the return value: $ret = $rA $retl = $rB Then pop the call frame and restore all registers except $ggas, $cgas, $ret, $retl and $hp. Afterwards, set the following registers: $pc = $pc + 4 (advance program counter from where we called)","breadcrumbs":"FuelVM » Instruction Set » RETD: Return from context with data","id":"260","title":"RETD: Return from context with data"},"261":{"body":"Description Halt execution, reverting state changes and returning value in $rA. Operation revert($rA); Syntax rvrt $rA Encoding 0x00 rA - - - Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Revert id byte[32] Contract ID of current context if in an internal context, zero otherwise. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is. Then append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 1 gas_used uint64 Gas consumed by the script. Cease VM execution and revert script effects. After a revert: All OutputContract outputs will have the same balanceRoot and stateRoot as on initialization. All OutputVariable outputs will have to, amount, and asset_id of zero.","breadcrumbs":"FuelVM » Instruction Set » RVRT: Revert","id":"261","title":"RVRT: Revert"},"262":{"body":"Description Send a message to recipient address MEM[$rA, 32] from the MEM[$fp, 32] sender with message data MEM[$rB, $rC] and the $rD amount of base asset coins. Operation outputmessage(MEM[$fp, 32], MEM[$rA, 32], MEM[$rB, $rC], $rD); Syntax smo $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Output message Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM $rC > MESSAGE_MAX_DATA_SIZE In an external context, if $rD > MEM[balanceOfStart(0), 8] In an internal context, if $rD is greater than the balance of asset ID 0 of output with contract ID MEM[$fp, 32] Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.MessageOut sender byte[32] The address of the message sender: MEM[$fp, 32]. recipient byte[32] The address of the message recipient: MEM[$rA, 32]. amount uint64 Amount of base asset coins sent with message: $rD. nonce byte[32] The message nonce as described here . len uint64 Length of message data, in bytes: $rC. digest byte[32] Hash of MEM[$rB, $rC]. In an external context, decrease MEM[balanceOfStart(0), 8] by $rD. In an internal context, decrease asset ID 0 balance of output with contract ID MEM[$fp, 32] by $rD. This modifies the balanceRoot field of the appropriate contract that had its' funds deducted.","breadcrumbs":"FuelVM » Instruction Set » SMO: Send message out","id":"262","title":"SMO: Send message out"},"263":{"body":"Description A sequential series of 32 bytes is cleared from the current contract's state. Operation STATE[MEM[$rA, 32], 32 * $rC] = None; Syntax scwq $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) Register $rB will be set to false if any storage slot in the requested range was already unset (default) and true if all the slots were set.","breadcrumbs":"FuelVM » Instruction Set » SCWQ: State clear sequential 32 byte slots","id":"263","title":"SCWQ: State clear sequential 32 byte slots"},"264":{"body":"Description A word is read from the current contract's state. Operation $rA = STATE[MEM[$rC, 32]][0, 8]; Syntax srw $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Storage read Notes Returns zero if the state element does not exist. Panic if: $rA is a reserved register $rB is a reserved register $rC + 32 overflows or > VM_MAX_RAM $fp == 0 (in the script context) Register $rB will be set to false if the requested slot is unset (default) and true if it's set.","breadcrumbs":"FuelVM » Instruction Set » SRW: State read word","id":"264","title":"SRW: State read word"},"265":{"body":"Description A sequential series of 32 bytes is read from the current contract's state. Operation MEM[$rA, 32 * rD] = STATE[MEM[$rC, 32], 32 * rD]; Syntax srwq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Storage read Notes Returns zero if the state element does not exist. Panic if: $rA + 32 * rD overflows or > VM_MAX_RAM $rC + 32 * rD overflows or > VM_MAX_RAM $rB is a reserved register The memory range MEM[$rA, 32 * rD] does not pass ownership check $fp == 0 (in the script context) Register $rB will be set to false if any storage slot in the requested range is unset (default) and true if all the slots are set.","breadcrumbs":"FuelVM » Instruction Set » SRWQ: State read sequential 32 byte slots","id":"265","title":"SRWQ: State read sequential 32 byte slots"},"266":{"body":"Description A word is written to the current contract's state. Operation STATE[MEM[$rA, 32]][0, 8] = $rC;STATE[MEM[$rA, 32]][8, 24] = 0; Syntax sww $rA $rB $rC Encoding 0x00 rA rB rC - Effects Storage write Notes Additional gas is charged when a new storage slot is created. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) The last 24 bytes of STATE[MEM[$rA, 32]] are set to 0. Register $rB will be set to the number of new slots written, i.e. 1 if the slot was previously unset, and 0 if it already contained a value.","breadcrumbs":"FuelVM » Instruction Set » SWW: State write word","id":"266","title":"SWW: State write word"},"267":{"body":"Description A sequential series of 32 bytes is written to the current contract's state. Operation STATE[MEM[$rA, 32], 32 * $rD] = MEM[$rC, 32 * $rD]; Syntax swwq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Storage write Notes Additional gas is charged when for each new storage slot created. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 * $rD overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) Register $rB will be set to the number of storage slots that were previously unset, and were set by this operation.","breadcrumbs":"FuelVM » Instruction Set » SWWQ: State write sequential 32 byte slots","id":"267","title":"SWWQ: State write sequential 32 byte slots"},"268":{"body":"Description Get timestamp of block at given height. Operation $rA = time($rB); Syntax time $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB is greater than the current block height. Gets the timestamp of the block at height $rB. Time is in TAI64 format.","breadcrumbs":"FuelVM » Instruction Set » TIME: Timestamp at height","id":"268","title":"TIME: Timestamp at height"},"269":{"body":"Description Transfer $rB coins with asset ID at $rC to contract with ID at $rA. Operation transfer(MEM[$rA, 32], $rB, MEM[$rC, 32]); Syntax tr $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Balance tree read, balance tree write Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rA, 32] is not in tx.inputs In an external context, if $rB > MEM[balanceOfStart(MEM[$rC, 32]), 8] In an internal context, if $rB is greater than the balance of asset ID MEM[$rC, 32] of output with contract ID MEM[$fp, 32] $rB == 0 Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Transfer from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Contract ID of contract to transfer coins to. amount uint64 Amount of coins transferred. asset_id byte[32] asset ID of coins transferred. pc uint64 Value of register $pc. is uint64 Value of register $is. For output with contract ID MEM[$rA, 32], increase balance of asset ID MEM[$rC, 32] by $rB. In an external context, decrease MEM[balanceOfStart(MEM[$rC, 32]), 8] by $rB. In an internal context, decrease asset ID MEM[$rC, 32] balance of output with contract ID MEM[$fp, 32] by $rB. This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » TR: Transfer coins to contract","id":"269","title":"TR: Transfer coins to contract"},"27":{"body":"enum OutputType : uint8 { Coin = 0, Contract = 1, Change = 2, Variable = 3, ContractCreated = 4,\n} name type description type OutputType Type of output. data One of OutputCoin , OutputContract , OutputChange , OutputVariable , or OutputContractCreated . Output data. Transaction is invalid if: type > OutputType.ContractCreated","breadcrumbs":"Transaction Format » Output » Output","id":"27","title":"Output"},"270":{"body":"Description Transfer $rC coins with asset ID at $rD to address at $rA, with output $rB. Operation transferout(MEM[$rA, 32], $rB, $rC, MEM[$rD, 32]); Syntax tro $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Balance tree read, balance tree write Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM $rB > tx.outputsCount In an external context, if $rC > MEM[balanceOfStart(MEM[$rD, 32]), 8] In an internal context, if $rC is greater than the balance of asset ID MEM[$rD, 32] of output with contract ID MEM[$fp, 32] $rC == 0 tx.outputs[$rB].type != OutputType.Variable tx.outputs[$rB].amount != 0 Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.TransferOut from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Address to transfer coins to. amount uint64 Amount of coins transferred. asset_id byte[32] asset ID of coins transferred. pc uint64 Value of register $pc. is uint64 Value of register $is. In an external context, decrease MEM[balanceOfStart(MEM[$rD, 32]), 8] by $rC. In an internal context, decrease asset ID MEM[$rD, 32] balance of output with contract ID MEM[$fp, 32] by $rC. Then set: tx.outputs[$rB].to = MEM[$rA, 32] tx.outputs[$rB].amount = $rC tx.outputs[$rB].asset_id = MEM[$rD, 32] This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » TRO: Transfer coins to output","id":"270","title":"TRO: Transfer coins to output"},"271":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Blob Instructions","id":"271","title":"Blob Instructions"},"272":{"body":"Description Set $rA to the size of the blob with ID equal to the 32 bytes in memory starting at $rB. Operation $rA = len(blob(MEM[$rB, 32])); Syntax bsiz $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM Blob ID MEM[$rB, 32] is not found","breadcrumbs":"FuelVM » Instruction Set » BSIZ: Blob size","id":"272","title":"BSIZ: Blob size"},"273":{"body":"|-------------|-------------------------------------------------------------------------------------------------------------| | Description | Load 32-byte blob id at $rB, and copy $rD bytes starting from $rC into $sA. | | Operation | MEM[$rA, $rD] = blob(MEM[$rB, 32])[$rC, $rD]; | | Syntax | bldd $rA, $rB, rC, $rD | | Encoding | 0x00 rA rB rC rD | | Notes | If $rC > blob size, zero bytes are filled in. | Panic if: $rA + $rD overflows or > VM_MAX_RAM or > $hp $rB + 32 overflows or > VM_MAX_RAM Blob ID MEM[$rB, 32] is not found","breadcrumbs":"FuelVM » Instruction Set » BLDD: Load data from a blob","id":"273","title":"BLDD: Load data from a blob"},"274":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Cryptographic Instructions","id":"274","title":"Cryptographic Instructions"},"275":{"body":"Description The 64-byte public key (x, y) recovered from 64-byte signature starting at $rB on 32-byte message hash starting at $rC. Operation MEM[$rA, 64] = ecrecover_k1(MEM[$rB, 64], MEM[$rC, 32]); Syntax eck1 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Takes message hash as an input. You can use S256 to hash the message if needed. Panic if: $rA + 64 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 64] does not pass ownership check Signatures and signature verification are specified here . If the signature cannot be verified, MEM[$rA, 64] is set to 0 and $err is set to 1, otherwise $err is cleared. To get the address from the public key, hash the public key with SHA-2-256 .","breadcrumbs":"FuelVM » Instruction Set » ECK1: Secp256k1 signature recovery","id":"275","title":"ECK1: Secp256k1 signature recovery"},"276":{"body":"Description The 64-byte public key (x, y) recovered from 64-byte signature starting at $rB on 32-byte message hash starting at $rC. Operation MEM[$rA, 64] = ecrecover_r1(MEM[$rB, 64], MEM[$rC, 32]); Syntax ecr1 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Takes message hash as an input. You can use S256 to hash the message if needed. Panic if: $rA + 64 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 64] does not pass ownership check Signatures and signature verification are specified here . If the signature cannot be verified, MEM[$rA, 64] is set to 0 and $err is set to 1, otherwise $err is cleared. To get the address from the public key, hash the public key with SHA-2-256 .","breadcrumbs":"FuelVM » Instruction Set » ECR1: Secp256r1 signature recovery","id":"276","title":"ECR1: Secp256r1 signature recovery"},"277":{"body":"Description Verification 64-byte signature at $rB with 32-byte public key at $rA for a message starting at $rC with length $rD. Operation ed19verify(MEM[$rA, 32], MEM[$rB, 64], MEM[$rC, $rD]); Syntax ed19 $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Takes message instead of hash. For backwards compatibility reasons, if $rD == 0, it will be treated as 32. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + $rD overflows or > VM_MAX_RAM Verification are specified here . If there is an error in verification, $err is set to 1, otherwise $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ED19: EdDSA curve25519 verification","id":"277","title":"ED19: EdDSA curve25519 verification"},"278":{"body":"Description The keccak-256 hash of $rC bytes starting at $rB. Operation MEM[$rA, 32] = keccak256(MEM[$rB, $rC]); Syntax k256 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » K256: keccak-256","id":"278","title":"K256: keccak-256"},"279":{"body":"Description The SHA-2-256 hash of $rC bytes starting at $rB. Operation MEM[$rA, 32] = sha256(MEM[$rB, $rC]); Syntax s256 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » S256: SHA-2-256","id":"279","title":"S256: SHA-2-256"},"28":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins.","breadcrumbs":"Transaction Format » Output » OutputCoin","id":"28","title":"OutputCoin"},"280":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Other Instructions","id":"280","title":"Other Instructions"},"281":{"body":"Description Call an external function that has full access to the VM state. Operation external(&mut vm, $rA, $rB, $rC, $rD) Syntax ecal $rA $rB $rC $rD Encoding 0x00 rA rB rC rD Notes Does nothing by default, but the VM user can define this to do anything. This function provides an escape hatch from the VM, similar to ecall instruction of RISC-V. The suggested convention is to use $rA for \"system call number\", i.e. identifying the procedure to call, but all arguments can be used freely. The operation can modify the VM state freely, including writing to registers and memory. Again, the suggested convention is to use $rA for the return value and $err for any possible errors. However, these conventions can be ignored when necessary. Panic if: The external function panics.","breadcrumbs":"FuelVM » Instruction Set » ECAL: Call external function","id":"281","title":"ECAL: Call external function"},"282":{"body":"Description Set $flag to $rA. Operation $flag = $rA; Syntax flag $rA Encoding 0x00 rA - - - Notes Panic if: Any reserved flags are set","breadcrumbs":"FuelVM » Instruction Set » FLAG: Set flags","id":"282","title":"FLAG: Set flags"},"283":{"body":"Description Get metadata from memory. Operation Varies (see below). Syntax gm $rA, imm Encoding 0x00 rA imm imm imm Notes Read metadata from memory. A convenience instruction to avoid manually extracting metadata. name value description GM_IS_CALLER_EXTERNAL 0x00001 Get if caller is external. GM_GET_CALLER 0x00002 Get caller's contract ID. GM_GET_VERIFYING_PREDICATE 0x00003 Get index of current predicate. GM_GET_CHAIN_ID 0x00004 Get the value of CHAIN_ID GM_TX_START 0x00005 Transaction start memory address GM_BASE_ASSET_ID 0x00006 Base asset ID If imm == GM_IS_CALLER_EXTERNAL: Panic if: $fp == 0 (in an external context) Set $rA to true if parent is an external context, false otherwise. If imm == GM_GET_CALLER: Panic if: $fp == 0 (in an external context) $fp->$fp == 0 (if parent context is external) Set $rA to $fp->$fp (i.e. $rA will point to the previous call frame's contract ID). If imm == GM_GET_VERIFYING_PREDICATE: Panic if: not in a predicate context Set $rA to the index of the currently-verifying predicate.","breadcrumbs":"FuelVM » Instruction Set » GM: Get metadata","id":"283","title":"GM: Get metadata"},"284":{"body":"Description Get transaction fields. Operation Varies (see below). Syntax gtf $rA, $rB, imm Encoding 0x00 rA rB i i Notes Get fields from the transaction . name imm set $rA to GTF_TYPE 0x001 tx.type GTF_SCRIPT_GAS_LIMIT 0x002 tx.scriptGasLimit GTF_SCRIPT_SCRIPT_LENGTH 0x003 tx.scriptLength GTF_SCRIPT_SCRIPT_DATA_LENGTH 0x004 tx.scriptDataLength GTF_SCRIPT_INPUTS_COUNT 0x005 tx.inputsCount GTF_SCRIPT_OUTPUTS_COUNT 0x006 tx.outputsCount GTF_SCRIPT_WITNESSES_COUNT 0x007 tx.witnessesCount GTF_SCRIPT_SCRIPT 0x009 Memory address of tx.script GTF_SCRIPT_SCRIPT_DATA 0x00A Memory address of tx.scriptData GTF_SCRIPT_INPUT_AT_INDEX 0x00B Memory address of tx.inputs[$rB] GTF_SCRIPT_OUTPUT_AT_INDEX 0x00C Memory address of t.outputs[$rB] GTF_SCRIPT_WITNESS_AT_INDEX 0x00D Memory address of tx.witnesses[$rB] GTF_TX_LENGTH 0x00E Length of raw transaction types in memory GTF_CREATE_BYTECODE_WITNESS_INDEX 0x101 tx.bytecodeWitnessIndex GTF_CREATE_STORAGE_SLOTS_COUNT 0x102 tx.storageSlotsCount GTF_CREATE_INPUTS_COUNT 0x103 tx.inputsCount GTF_CREATE_OUTPUTS_COUNT 0x104 tx.outputsCount GTF_CREATE_WITNESSES_COUNT 0x105 tx.witnessesCount GTF_CREATE_SALT 0x106 Memory address of tx.salt GTF_CREATE_STORAGE_SLOT_AT_INDEX 0x107 Memory address of tx.storageSlots[$rB] GTF_CREATE_INPUT_AT_INDEX 0x108 Memory address of tx.inputs[$rB] GTF_CREATE_OUTPUT_AT_INDEX 0x109 Memory address of t.outputs[$rB] GTF_CREATE_WITNESS_AT_INDEX 0x10A Memory address of tx.witnesses[$rB] GTF_INPUT_TYPE 0x200 tx.inputs[$rB].type GTF_INPUT_COIN_TX_ID 0x201 Memory address of tx.inputs[$rB].txID GTF_INPUT_COIN_OUTPUT_INDEX 0x202 tx.inputs[$rB].outputIndex GTF_INPUT_COIN_OWNER 0x203 Memory address of tx.inputs[$rB].owner GTF_INPUT_COIN_AMOUNT 0x204 tx.inputs[$rB].amount GTF_INPUT_COIN_ASSET_ID 0x205 Memory address of tx.inputs[$rB].asset_id GTF_INPUT_COIN_WITNESS_INDEX 0x207 tx.inputs[$rB].witnessIndex GTF_INPUT_COIN_PREDICATE_LENGTH 0x209 tx.inputs[$rB].predicateLength GTF_INPUT_COIN_PREDICATE_DATA_LENGTH 0x20A tx.inputs[$rB].predicateDataLength GTF_INPUT_COIN_PREDICATE 0x20B Memory address of tx.inputs[$rB].predicate GTF_INPUT_COIN_PREDICATE_DATA 0x20C Memory address of tx.inputs[$rB].predicateData GTF_INPUT_COIN_PREDICATE_GAS_USED 0x20D tx.inputs[$rB].predicateGasUsed GTF_INPUT_CONTRACT_CONTRACT_ID 0x225 Memory address of tx.inputs[$rB].contractID GTF_INPUT_MESSAGE_SENDER 0x240 Memory address of tx.inputs[$rB].sender GTF_INPUT_MESSAGE_RECIPIENT 0x241 Memory address of tx.inputs[$rB].recipient GTF_INPUT_MESSAGE_AMOUNT 0x242 tx.inputs[$rB].amount GTF_INPUT_MESSAGE_NONCE 0x243 Memory address of tx.inputs[$rB].nonce GTF_INPUT_MESSAGE_WITNESS_INDEX 0x244 tx.inputs[$rB].witnessIndex GTF_INPUT_MESSAGE_DATA_LENGTH 0x245 tx.inputs[$rB].dataLength GTF_INPUT_MESSAGE_PREDICATE_LENGTH 0x246 tx.inputs[$rB].predicateLength GTF_INPUT_MESSAGE_PREDICATE_DATA_LENGTH 0x247 tx.inputs[$rB].predicateDataLength GTF_INPUT_MESSAGE_DATA 0x248 Memory address of tx.inputs[$rB].data GTF_INPUT_MESSAGE_PREDICATE 0x249 Memory address of tx.inputs[$rB].predicate GTF_INPUT_MESSAGE_PREDICATE_DATA 0x24A Memory address of tx.inputs[$rB].predicateData GTF_INPUT_MESSAGE_PREDICATE_GAS_USED 0x24B tx.inputs[$rB].predicateGasUsed GTF_OUTPUT_TYPE 0x300 tx.outputs[$rB].type GTF_OUTPUT_COIN_TO 0x301 Memory address of tx.outputs[$rB].to GTF_OUTPUT_COIN_AMOUNT 0x302 tx.outputs[$rB].amount GTF_OUTPUT_COIN_ASSET_ID 0x303 Memory address of tx.outputs[$rB].asset_id GTF_OUTPUT_CONTRACT_INPUT_INDEX 0x304 tx.outputs[$rB].inputIndex GTF_OUTPUT_CONTRACT_BALANCE_ROOT 0x305 Memory address of tx.outputs[$rB].balanceRoot GTF_OUTPUT_CONTRACT_STATE_ROOT 0x306 Memory address of tx.outputs[$rB].stateRoot GTF_OUTPUT_CONTRACT_CREATED_CONTRACT_ID 0x307 Memory address of tx.outputs[$rB].contractID GTF_OUTPUT_CONTRACT_CREATED_STATE_ROOT 0x308 Memory address of tx.outputs[$rB].stateRoot GTF_WITNESS_DATA_LENGTH 0x400 tx.witnesses[$rB].dataLength GTF_WITNESS_DATA 0x401 Memory address of tx.witnesses[$rB].data GTF_POLICY_TYPES 0x500 tx.policies.policyTypes GTF_POLICY_TIP 0x501 tx.policies[0x00].tip GTF_POLICY_WITNESS_LIMIT 0x502 tx.policies[count_ones(0b11 & tx.policyTypes) - 1].witnessLimit GTF_POLICY_MATURITY 0x503 tx.policies[count_ones(0b111 & tx.policyTypes) - 1].maturity GTF_POLICY_MAX_FEE 0x504 tx.policies[count_ones(0b1111 & tx.policyTypes) - 1].maxFee Panic if: $rA is a reserved register imm is not one of the values listed above The value of $rB results in an out of bounds access for variable-length fields The input or output type does not match (OutputChange and OutputVariable count as OutputCoin) The requested policy type is not set for this transaction. For fixed-length fields, the value of $rB is ignored.","breadcrumbs":"FuelVM » Instruction Set » GTF: Get transaction fields","id":"284","title":"GTF: Get transaction fields"},"285":{"body":"Specifications for network-specific components of the protocol. PoA Network","breadcrumbs":"Networks » Networks","id":"285","title":"Networks"},"286":{"body":"","breadcrumbs":"Networks » Proof of Authority (PoA) » PoA Network","id":"286","title":"PoA Network"},"287":{"body":"Wraps the application header . name type description prevRoot byte[32] Merkle root of all previous consensus header hashes (i.e. not including this block). height uint32 Height of this block. timestamp uint64 Time this block was created, in TAI64 format. applicationHash byte[32] Hash of serialized application header for this block. Consensus for the consensus header is a single signature from the authority over the hash of the serialized consensus header. Since the system is secure under the assumption the authority is honest, there is no need for committing to the authority signatures in the header.","breadcrumbs":"Networks » Proof of Authority (PoA) » Consensus Header","id":"287","title":"Consensus Header"},"288":{"body":"Test suites for verifying the correctness of a Fuel implementation. Sparse Merkle Tree Tests","breadcrumbs":"Testing » Testing","id":"288","title":"Testing"},"289":{"body":"","breadcrumbs":"Testing » Sparse Merkle Tree » Sparse Merkle Tree Test Specifications","id":"289","title":"Sparse Merkle Tree Test Specifications"},"29":{"body":"name type description inputIndex uint16 Index of input contract. balanceRoot byte[32] Root of amount of coins owned by contract after transaction execution. stateRoot byte[32] State root of contract after transaction execution. Transaction is invalid if: inputIndex >= tx.inputsCount tx.inputs[inputIndex].type != InputType.Contract Note: when signing a transaction, balanceRoot and stateRoot are set to zero. Note: when verifying a predicate or executing a script, balanceRoot and stateRoot are initialized to zero. The balance root balanceRoot is the root of the SMT of balance leaves. Each balance is a uint64, keyed by asset ID (a byte[32]). The state root stateRoot is the root of the SMT of storage slots. Each storage slot is a byte[32], keyed by a byte[32].","breadcrumbs":"Transaction Format » Output » OutputContract","id":"29","title":"OutputContract"},"290":{"body":"0.1.1 Last updated 2022/07/11","breadcrumbs":"Testing » Sparse Merkle Tree » Version","id":"290","title":"Version"},"291":{"body":"This document outlines a test suite specification that can be used to verify the correctness of a Sparse Merkle Tree's outputs. The scope of this document covers only Sparse Merkle Tree (SMT) implementations that are compliant with Celestia Sparse Merkle Tree Specification . The goal of this document is to equip SMT library developers with a supplemental indicator of correctness. Libraries implementing an SMT can additionally implement this test suite specification in the code base's native language. Passing all tests in the concrete test suite is an indication of correctness and consistency with the reference specification; however, it is not an absolute guarantee. The tests described in this document are designed to test features common to most Sparse Merkle Tree implementations. Test specifications are agnostic of the implementation details or language, and therefore take a black-box testing approach. A test specification may provide an example of what a compliant test may look like in the form of pseudocode. A test specification follows the format: Test name Test description Test inputs Test outputs Example pseudocode For a concrete test to comply with its corresponding test specification, the System Under Test (SUT) must take in the prescribed inputs. When the SUT produces the prescribed outputs, the test passes. When the SUT produces any result or error that is not prescribed by the specification, the test fails. For a library to comply with the complete specification described herein, it must implement all test specifications, and each test must pass. All test specifications assume that the Merkle Tree implementation under test uses the SHA-2-256 hashing algorithm as defined in FIPS PUB 180-4 to produce its outputs. The following test cases stipulate a theoretical function Sum(N) that takes in a big endian data slice N and returns the 32 byte SHA-256 hash of N.","breadcrumbs":"Testing » Sparse Merkle Tree » Abstract","id":"291","title":"Abstract"},"292":{"body":"Test Empty Root Test Update 1 Test Update 2 Test Update 3 Test Update 5 Test Update 10 Test Update 100 Test Update With Repeated Inputs Test Update Overwrite Key Test Update Union Test Update Sparse Union Test Update With Empty Data Test Update With Empty Data Performs Delete Test Update 1 Delete 1 Test Update 2 Delete 1 Test Update 10 Delete 5 Test Delete Non-existent Key Test Interleaved Update Delete Test Delete Sparse Union","breadcrumbs":"Testing » Sparse Merkle Tree » Root Signature Tests","id":"292","title":"Root Signature Tests"},"293":{"body":"Description : Tests the default root given no update or delete operations. The input set is described by S = {Ø}. Inputs : No inputs . Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Empty Root","id":"293","title":"Test Empty Root"},"294":{"body":"Description : Tests the root after performing a single update call with the specified input. Inputs : Update the empty tree with (K, D) where leaf key K = Sum(0u32) (32 bytes) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 1","id":"294","title":"Test Update 1"},"295":{"body":"Description : Tests the root after performing two update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x8d0ae412ca9ca0afcb3217af8bcd5a673e798bd6fd1dfacad17711e883f494cb Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '8d0ae412ca9ca0afcb3217af8bcd5a673e798bd6fd1dfacad17711e883f494cb'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 2","id":"295","title":"Test Update 2"},"296":{"body":"Description : Tests the root after performing three update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(2u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x52295e42d8de2505fdc0cc825ff9fead419cbcf540d8b30c7c4b9c9b94c268b7 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x02\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '52295e42d8de2505fdc0cc825ff9fead419cbcf540d8b30c7c4b9c9b94c268b7'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 3","id":"296","title":"Test Update 3"},"297":{"body":"Description : Tests the root after performing five update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(2u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(3u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(4u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 5","id":"297","title":"Test Update 5"},"298":{"body":"Description : Tests the root after performing 10 update calls with the specified inputs. Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x21ca4917e99da99a61de93deaf88c400d4c082991cb95779e444d43dd13e8849 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '21ca4917e99da99a61de93deaf88c400d4c082991cb95779e444d43dd13e8849'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 10","id":"298","title":"Test Update 10"},"299":{"body":"Description : Tests the root after performing 100 update calls with the specified inputs. Inputs : For each i in 0..100, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x82bf747d455a55e2f7044a03536fc43f1f55d43b855e72c0110c986707a23e4d Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..100 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '82bf747d455a55e2f7044a03536fc43f1f55d43b855e72c0110c986707a23e4d'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 100","id":"299","title":"Test Update 100"},"3":{"body":"Proof of Authority (PoA) - The Fuel Proof of Authority Network.","breadcrumbs":"Fuel Specifications » Network-Specific","id":"3","title":"Network-Specific"},"30":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins. Transaction is invalid if: any other output has type OutputType.OutputChange and asset ID asset_id (i.e. only one change output per asset ID is allowed) Note: when signing a transaction, amount is set to zero. Note: when verifying a predicate or executing a script, amount is initialized to zero. This output type indicates that the output's amount may vary based on transaction execution, but is otherwise identical to a Coin output. An amount of zero after transaction execution indicates that the output is unspendable and can be pruned from the UTXO set.","breadcrumbs":"Transaction Format » Output » OutputChange","id":"30","title":"OutputChange"},"300":{"body":"Description : Tests the root after performing two update calls with the same inputs. The resulting input set is described by S = {A} U {A} = {A}, where {A} is the input. This test expects a root signature identical to that produced by Test Update 1 . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree again with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Repeated Inputs","id":"300","title":"Test Update With Repeated Inputs"},"301":{"body":"Description : Tests the root after performing two update calls with the same leaf keys but different leaf data. The second update call is expected to overwrite the data originally written by the first update call. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"CHANGE\" (bytes, UTF-8) Outputs : The expected root signature: 0xdd97174c80e5e5aa3a31c61b05e279c1495c8a07b2a08bca5dbc9fb9774f9457 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"CHANGE\")\nroot = smt.root()\nexpected_root = 'dd97174c80e5e5aa3a31c61b05e279c1495c8a07b2a08bca5dbc9fb9774f9457'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Overwrite Key","id":"301","title":"Test Update Overwrite Key"},"302":{"body":"Description : Tests the root after performing update calls with discontinuous sets of inputs. The resulting input set is described by S = [0..5) U [10..15) U [20..25). Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 10..15, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 20..25, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 10..15 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 20..25 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Union","id":"302","title":"Test Update Union"},"303":{"body":"Description : Tests the root after performing update calls with discontinuous sets of inputs. The resulting input set is described by S = [0, 2, 4, 6, 8]. Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i * 2) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0xe912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32 * 2).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = 'e912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Sparse Union","id":"303","title":"Test Update Sparse Union"},"304":{"body":"Description : Tests the root after performing one update call with empty data. Updating the empty tree with empty data does not change the root, and the expected root remains the default root. The resulting input set is described by S = {Ø} U {Ø} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and empty leaf data D = b\"\" (0 bytes) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"\")\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Empty Data","id":"304","title":"Test Update With Empty Data"},"305":{"body":"Description : Tests the root after performing one update call with arbitrary data followed by a second update call on the same key with empty data. Updating a key with empty data is equivalent to calling delete. By deleting the only key, we have an empty tree and expect to arrive at the default root. The resulting input set is described by S = {0} - {0} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(0u32) and empty leaf data D = b\"\" (0 bytes) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"\")\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Empty Data Performs Delete","id":"305","title":"Test Update With Empty Data Performs Delete"},"306":{"body":"Description : Tests the root after performing one update call followed by a subsequent delete call on the same key. By deleting the only key, we have an empty tree and expect to arrive at the default root. The resulting input set is described by S = {0} - {0} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(0u32) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.delete(&sum(b\"\\x00\\x00\\x00\\x00\"))\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 1 Delete 1","id":"306","title":"Test Update 1 Delete 1"},"307":{"body":"Description : Tests the root after performing two update calls followed by a subsequent delete call on the first key. By deleting the second key, we have a tree with only one key remaining, equivalent to a single update. This test expects a root signature identical to that produced by Test Update 1 . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(1u32) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nsmt.delete(&sum(b\"\\x00\\x00\\x00\\x01\"))\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 2 Delete 1","id":"307","title":"Test Update 2 Delete 1"},"308":{"body":"Description : Tests the root after performing 10 update calls followed by 5 subsequent delete calls on the latter keys. By deleting the last five keys, we have a tree with the first five keys remaining, equivalent to five updates. This test expects a root signature identical to that produced by Test Update 5 . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 5..10, delete (K) from the tree, where leaf key K = Sum(i) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 5..10 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 10 Delete 5","id":"308","title":"Test Update 10 Delete 5"},"309":{"body":"Description : Tests the root after performing five update calls followed by a subsequent delete on a key that is not present in the input set. This test expects a root signature identical to that produced by Test Update 5 . Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(1024u32) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nsmt.delete(&sum(b\"\\x00\\x00\\x04\\x00\")) root = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Delete Non-existent Key","id":"309","title":"Test Delete Non-existent Key"},"31":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins. Note: when signing a transaction, to, amount, and asset_id are set to zero. Note: when verifying a predicate or executing a script, to, amount, and asset_id are initialized to zero. This output type indicates that the output's amount and owner may vary based on transaction execution, but is otherwise identical to a Coin output. An amount of zero after transaction execution indicates that the output is unspendable and can be pruned from the UTXO set.","breadcrumbs":"Transaction Format » Output » OutputVariable","id":"31","title":"OutputVariable"},"310":{"body":"Description : Tests the root after performing a series of interleaved update and delete calls. The resulting input set is described by [0..5) U [10..15) U [20..25). This test demonstrates the inverse relationship between operations update and delete. This test expects a root signature identical to that produced by Test Update Union . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 5..15, delete (K) from the tree, where leaf key K = Sum(i) from the tree For each i in 10..20, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 15..25, delete (K) from the tree, where leaf key K = Sum(i) from the tree For each i in 20..30, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 25..35, delete (K) from the tree, where leaf key K = Sum(i) from the tree Outputs : The expected root signature: 0x7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 5..15 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nfor i in 10..20 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 15..25 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nfor i in 20..30 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 25..35 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = '7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Interleaved Update Delete","id":"310","title":"Test Interleaved Update Delete"},"311":{"body":"Description : Tests the root after performing delete calls with discontinuous sets of inputs. The resulting input set is described by S = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - [1, 3, 5, 7, 9] = [0, 2, 4, 6, 8]. This test expects a root signature identical to that produced by Test Update Sparse Union . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 0..5, delete (K) from the tree, where leaf key K = Sum(i * 2 + 1) Outputs : The expected root signature: 0xe912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 0..5 { key = &(i as u32 * 2 + 1).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = 'e912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Delete Sparse Union","id":"311","title":"Test Delete Sparse Union"},"32":{"body":"name type description contractID byte[32] Contract ID. stateRoot byte[32] Initial state root of contract.","breadcrumbs":"Transaction Format » Output » OutputContractCreated","id":"32","title":"OutputContractCreated"},"33":{"body":"name type description dataLength uint64 Length of witness data, in bytes. data byte[] Witness data.","breadcrumbs":"Transaction Format » Witness » Witness","id":"33","title":"Witness"},"34":{"body":"The location of the transaction in the block. It can be used by UTXOs as a reference to the transaction or by the transaction itself to make it unique. name type description blockHeight uint32 Block height. txIndex uint16 Transaction index.","breadcrumbs":"Transaction Format » Transaction Pointer » TXPointer","id":"34","title":"TXPointer"},"35":{"body":"This chapter defines how to compute unique identifiers. Asset ID Blob ID Contract ID Predicate ID Transaction ID UTXO ID Coin ID Message ID Message Nonce Fee ID","breadcrumbs":"Computing Identifiers » Identifiers","id":"35","title":"Identifiers"},"36":{"body":"The asset ID (also called asset hash ) of a asset is computed as the hash of the CONTRACT_ID and a 256-bit SUB_IDENTIFIER. sha256(CONTRACT_ID ++ SUB_IDENTIFIER)","breadcrumbs":"Computing Identifiers » Asset ID » Asset ID","id":"36","title":"Asset ID"},"37":{"body":"The blob ID (also called blob hash ) of a transaction is computed as the hash of the blob data. Blob ID calculation doesn't vary between chains. sha256(blob_data)","breadcrumbs":"Computing Identifiers » Blob ID » Blob ID","id":"37","title":"Blob ID"},"38":{"body":"For a transaction of type TransactionType.Create, tx, the contract ID is sha256(0x4655454C ++ tx.data.salt ++ root(tx.data.witnesses[bytecodeWitnessIndex].data) ++ root_smt(tx.storageSlots)), where root is the Merkle root of the binary Merkle tree with each leaf being 16KiB of instructions, and root_smt is the Sparse Merkle tree root of the provided key-value pairs. If the bytecode is not a multiple of 16 KiB, the final leaf should be zero-padded rounding up to the nearest multiple of 8 bytes.","breadcrumbs":"Computing Identifiers » Contract ID » Contract ID","id":"38","title":"Contract ID"},"39":{"body":"For an input of type InputType.Coin or InputType.Message, input, the predicate owner is calculated as: sha256(0x4655454C ++ root(input.predicate)), where root is the Merkle root of the binary Merkle tree each leaf being 16KiB of instructions. If the bytecode is not a multiple of 16 KiB, the final leaf should be zero-padded rounding up to the nearest multiple of 8 bytes.","breadcrumbs":"Computing Identifiers » Predicate ID » Predicate ID","id":"39","title":"Predicate ID"},"4":{"body":"Sparse Merkle Tree - A test suite for verifying correctness of SMT outputs.","breadcrumbs":"Fuel Specifications » Testing","id":"4","title":"Testing"},"40":{"body":"The transaction ID (also called transaction hash ) of a transaction is computed as the hash of CHAIN_ID and the serialized transaction with fields zeroed out for signing (see different inputs and outputs for which fields are set to zero), and without witness data. In other words, only all non-witness data is hashed. sha256(CHAIN_ID ++ serialized_tx(tx))","breadcrumbs":"Computing Identifiers » Transaction ID » Transaction ID","id":"40","title":"Transaction ID"},"41":{"body":"","breadcrumbs":"Computing Identifiers » UTXO ID » UTXO ID","id":"41","title":"UTXO ID"},"42":{"body":"Is represented as an outpoint : a pair of transaction ID as byte[32] and output index as a uint16.","breadcrumbs":"Computing Identifiers » UTXO ID » Coin ID","id":"42","title":"Coin ID"},"43":{"body":"The ID of a message is computed as the hash of: the sender address as byte[32], the recipient address as byte[32], the Message nonce as byte[32], the amount being sent with the message as uint64, the message data as byte[] hash(byte[32] ++ byte[32] ++ byte[32] ++ uint64 ++ byte[]). The address values are serialized as a byte array of length 32 left-padded with zeroes, and all other value types are serialized according to the standard transaction serialization . Note that the message data length is not included since there is only one dynamically sized field and can be implicitly determined by the hash preimage size.","breadcrumbs":"Computing Identifiers » UTXO ID » Message ID","id":"43","title":"Message ID"},"44":{"body":"The nonce value for InputMessage is determined by the sending system and is published at the time the message is sent. The nonce value for OutputMessage is computed as the hash of the Transaction ID that emitted the message and the index of the message receipt uint16 (with canonical encoding): hash(byte[32] ++ canonical(uint16)).","breadcrumbs":"Computing Identifiers » UTXO ID » Message Nonce","id":"44","title":"Message Nonce"},"45":{"body":"The UTXO ID of collected fees in a block is the block height as a 32-byte big-endian unsigned integer (i.e. the first byte of the 32-byte array is the most significant byte, and so on).","breadcrumbs":"Computing Identifiers » UTXO ID » Fee ID","id":"45","title":"Fee ID"},"46":{"body":"Transaction Validity Cryptographic Primitives Storage Slot Initialization Block Header Format Relayer/Bridge","breadcrumbs":"Protocol » Protocol","id":"46","title":"Protocol"},"47":{"body":"Transaction Life Cycle Access Lists VM Precondition Validity Rules Base Sanity Checks Spending UTXOs and Created Contracts Sufficient Balance Valid Signatures Predicate Verification Script Execution VM Postcondition Validity Rules Correct Change State Changes","breadcrumbs":"Protocol » Transaction Validity Rules » Transaction Validity","id":"47","title":"Transaction Validity"},"48":{"body":"Once a transaction is seen, it goes through several stages of validation, in this order: Pre-checks Predicate verification Script execution Post-checks","breadcrumbs":"Protocol » Transaction Validity Rules » Transaction Life Cycle","id":"48","title":"Transaction Life Cycle"},"49":{"body":"The validity rules below assume sequential transaction validation for side effects (i.e. state changes). However, by construction, transactions with disjoint write access lists can be validated in parallel, including with overlapping read-only access lists. Transactions with overlapping write access lists must be validated and placed in blocks in topological order. UTXOs and contracts in the read-only and write-destroy access lists must exist (i.e. have been created previously) in order for a transaction to be valid. In other words, for a unique state element ID, the write-create must precede the write-destroy. Read-only access list: Write-destroy access list: For each input InputType.Coin The UTXO ID (txId, outputIndex) For each input InputType.Contract The UTXO ID (txId, outputIndex) For each input InputType.Message The message ID messageID Write-create access list: For each output OutputType.ContractCreated The contract ID contractID For each output The created UTXO ID Note that block proposers use the contract ID contractID for inputs and outputs of type InputType.Contract and OutputType.Contract rather than the pair of txId and outputIndex.","breadcrumbs":"Protocol » Transaction Validity Rules » Access Lists","id":"49","title":"Access Lists"},"5":{"body":"The Fuel Transaction Format. Consensus Parameters Transaction TransactionScript TransactionCreate TransactionMint TransactionUpgrade TransactionUpload TransactionBlob Input InputCoin InputContract InputMessage Output OutputCoin OutputContract OutputChange OutputVariable OutputContractCreated Witness Policy TXPointer","breadcrumbs":"Transaction Format » Transaction Format","id":"5","title":"Transaction Format"},"50":{"body":"This section defines VM precondition validity rules for transactions: the bare minimum required to accept an unconfirmed transaction into a mempool, and preconditions that the VM assumes to hold prior to execution. Chains of unconfirmed transactions are omitted. For a transaction tx, UTXO set state, contract set contracts, and message set messages, the following checks must pass. Note: InputMessages where input.dataLength > 0 are not dropped from the messages message set until they are included in a transaction of type TransactionType.Script with a ScriptResult receipt where result is equal to 0 indicating a successful script exit.","breadcrumbs":"Protocol » Transaction Validity Rules » VM Precondition Validity Rules","id":"50","title":"VM Precondition Validity Rules"},"51":{"body":"Base sanity checks are defined in the transaction format .","breadcrumbs":"Protocol » Transaction Validity Rules » Base Sanity Checks","id":"51","title":"Base Sanity Checks"},"52":{"body":"for input in tx.inputs: if input.type == InputType.Contract: if not input.contractID in contracts: return False elif input.type == InputType.Message: if not input.nonce in messages: return False else: if not (input.txId, input.outputIndex) in state: return False\nreturn True If this check passes, the UTXO ID (txId, outputIndex) fields of each contract input is set to the UTXO ID of the respective contract. The txPointer of each input is also set to the TX pointer of the UTXO with ID utxoID.","breadcrumbs":"Protocol » Transaction Validity Rules » Spending UTXOs and Created Contracts","id":"52","title":"Spending UTXOs and Created Contracts"},"53":{"body":"For each asset ID assetId in the input and output set: def gas_to_fee(gas, gasPrice) -> int: \"\"\" Converts gas units into a fee amount \"\"\" return ceil(gas * gasPrice / GAS_PRICE_FACTOR) def sum_data_messages(tx, assetId) -> int: \"\"\" Returns the total balance available from messages containing data \"\"\" total: int = 0 if assetId == 0: for input in tx.inputs: if input.type == InputType.Message and input.dataLength > 0: total += input.amount return total def sum_inputs(tx, assetId) -> int: total: int = 0 for input in tx.inputs: if input.type == InputType.Coin and input.assetId == assetId: total += input.amount elif input.type == InputType.Message and assetId == 0 and input.dataLength == 0: total += input.amount return total def transaction_size_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of a transaction based on size in bytes \"\"\" return size(tx) * GAS_PER_BYTE def minted(tx, assetId) -> int: \"\"\" Returns any minted amounts by the transaction \"\"\" if tx.type != TransactionType.Mint or assetId != tx.mintAssetId: return 0 return tx.mint_amount def sum_outputs(tx, assetId) -> int: total: int = 0 for output in tx.outputs: if output.type == OutputType.Coin and output.assetId == assetId: total += output.amount return total def input_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of verifying input utxos \"\"\" total: int = 0 witnessIndices = set() for input in tx.inputs: if input.type == InputType.Coin or input.type == InputType.Message: # add fees allocated for predicate execution if input.predicateLength == 0: # notate witness index if input is signed witnessIndices.add(input.witnessIndex) else: # add intrinsic gas cost of predicate merkleization based on number of predicate bytes total += contract_code_root_gas_fee(input.predicateLength) total += input.predicateGasUsed # add intrinsic cost of vm initialization total += vm_initialization_gas_fee() # add intrinsic cost of verifying witness signatures total += len(witnessIndices) * eck1_recover_gas_fee() return total def metadata_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of processing transaction outputs The `contract_code_root_gas_fee`, `sha256_gas_fee`, and `contract_state_root_gas_fee` are based on the benchmarked gas costs of these operations. Consensus parameters contain definitions of gas costs for all operations and opcodes in the network. \"\"\" total: int = 0 if tx.type == TransactionType.Create: for output in tx.outputs: if output.type == OutputType.OutputContractCreated: # add intrinsic cost of calculating the code root based on the size of the contract bytecode total += contract_code_root_gas_fee(tx.witnesses[tx.bytecodeWitnessIndex].dataLength) # add intrinsic cost of calculating the state root based on the number of sotrage slots total += contract_state_root_gas_fee(tx.storageSlotCount) # add intrinsic cost of calculating the contract id # size = 4 byte seed + 32 byte salt + 32 byte code root + 32 byte state root total += sha256_gas_fee(100) elif tx.type == TransactionType.Upgrade: if tx.upgradePurpose.type == UpgradePurposeType.ConsensusParameters: # add intrinsic cost of calculating the consensus parameters hash total += sha256_gas_fee(size(tx.witnesses[tx.upgradePurpose.witnessIndex].data)) elif tx.type == TransactionType.Upload: # add intrinsic cost of calculating the root based on the number of bytecode subsections total += contract_state_root_gas_fee(tx.subsectionsNumber) # add intrinsic cost of hashing the subsection for verification of the connection with Binary Merkle tree root total += sha256_gas_fee(size(tx.witnesses[tx.witnessIndex])) if tx.type != TransactionType.Mint: # add intrinsic cost of calculating the transaction id total += sha256_gas_fee(size(tx)) return total def intrinsic_gas_fees(tx) -> int: \"\"\" Computes intrinsic costs for a transaction \"\"\" fees: int = 0 # add the cost of initializing a vm for the script if tx.type == TransactionType.Create or tx.type == TransactionType.Script: fees += vm_initialization_gas_fee() fees += metadata_gas_fees(tx) fees += intrinsic_input_gas_fees(tx) return fees def min_gas(tx) -> int: \"\"\" Comutes the minimum amount of gas required for a transaction to begin processing. \"\"\" gas = transaction_size_gas_fees(tx) + intrinsic_gas_fees(tx) if tx.type == TransactionType.Upload # charge additionally for storing bytecode on chain gas += transaction_size_gas_fees(size(tx.witnesses[tx.witnessIndex])) return gas def max_gas(tx) -> int: \"\"\" Computes the amount of gas required to process a transaction. \"\"\" gas = min_gas(tx) gas = gas + (tx.witnessBytesLimit - tx.witnessBytes) * GAS_PER_BYTE if tx.type == TransactionType.Script: gas += tx.gasLimit return gas def maxFee(tx, assetId, gasPrice) -> int: \"\"\" Computes the maximum potential amount of fees that may need to be charged to process a transaction. \"\"\" maxGas = max_gas(tx) feeBalance = gas_to_fee(maxGas, gasPrice) # Only base asset can be used to pay for gas if assetId == 0: return feeBalance else: return 0 def available_balance(tx, assetId) -> int: \"\"\" Make the data message balance available to the script \"\"\" availableBalance = sum_inputs(tx, assetId) + sum_data_messages(tx, assetId) + minted(tx, assetId) return availableBalance def unavailable_balance(tx, assetId) -> int: sentBalance = sum_outputs(tx, assetId) # Total fee balance feeBalance = tx.policies.max_fee # Only base asset can be used to pay for gas if assetId == 0: return sentBalance + feeBalance return sentBalance # The sum_data_messages total is not included in the unavailable_balance since it is spendable as long as there # is enough base asset amount to cover gas costs without using data messages. Messages containing data can't\n# cover gas costs since they are retryable.\nreturn available_balance(tx, assetId) >= (unavailable_balance(tx, assetId) + sum_data_messages(tx, assetId))","breadcrumbs":"Protocol » Transaction Validity Rules » Sufficient Balance","id":"53","title":"Sufficient Balance"},"54":{"body":"def address_from(pubkey: bytes) -> bytes: return sha256(pubkey)[0:32] for input in tx.inputs: if (input.type == InputType.Coin or input.type == InputType.Message) and input.predicateLength == 0: # ECDSA signatures must be 64 bytes if tx.witnesses[input.witnessIndex].dataLength != 64: return False # Signature must be from owner if address_from(ecrecover_k1(txhash(), tx.witnesses[input.witnessIndex].data)) != input.owner: return False\nreturn True Signatures and signature verification are specified here . The transaction hash is computed as defined here .","breadcrumbs":"Protocol » Transaction Validity Rules » Valid Signatures","id":"54","title":"Valid Signatures"},"55":{"body":"For each input of type InputType.Coin or InputType.Message, and predicateLength > 0, verify its predicate .","breadcrumbs":"Protocol » Transaction Validity Rules » Predicate Verification","id":"55","title":"Predicate Verification"},"56":{"body":"Given transaction tx, the following checks must pass: If tx.scriptLength == 0, there is no script and the transaction defines a simple balance transfer, so no further checks are required. If tx.scriptLength > 0, the script must be executed. For each asset ID assetId in the input set, the free balance available to be moved around by the script and called contracts is freeBalance[assetId]. The initial message balance available to be moved around by the script and called contracts is messageBalance: freeBalance[assetId] = available_balance(tx, assetId) - unavailable_balance(tx, assetId)\nmessageBalance = sum_data_messages(tx, 0) Once the free balances are computed, the script is executed . After execution, the following is extracted: The transaction in-memory on VM termination is used as the final transaction which is included in the block. The unspent free balance unspentBalance for each asset ID. The unspent gas unspentGas from the $ggas register. size(tx) encompasses the entire transaction serialized according to the transaction format, including witness data. This ensures every byte of block space either on Fuel or corresponding DA layer can be accounted for. If the transaction as included in a block does not match this final transaction, the block is invalid.","breadcrumbs":"Protocol » Transaction Validity Rules » Script Execution","id":"56","title":"Script Execution"},"57":{"body":"The cost of a transaction can be described by: def cost(tx, gasPrice) -> int: return gas_to_fee(min_gas(tx) + tx.gasLimit - unspentGas, gasPrice) where: min_gas(tx) is the minimum cost of the transaction in gas, including intrinsic gas fees incurred from: The number of bytes comprising the transaction Processing inputs, including predicates Processing outputs VM initialization unspentGas is the amount gas left over after intrinsic fees and execution of the transaction, extracted from the $ggas register. Converting unspent gas to a fee describes how much \"change\" is left over from the user's payment; the block producer collects this unspent gas as reward. gas_to_fee is a function that converts gas to a concrete fee based on a given gas price. Fees incurred by transaction processing outside the context of execution are collectively referred to as intrinsic fees. Intrinsic fees include the cost of storing the transaction, calculated on a per-byte basis, the cost of processing inputs and outputs, including predicates and signature verification, and initialization of the VM prior to any predicate or script execution. Because intrinsic fees are independent of execution, they can be determined a priori and represent the bare minimum cost of the transaction. A naturally occurring result of a variable gas limit is the concept of minimum and maximum fees. The minimum fee is, thus, the exact fee required to pay the fee balance, while the maximum fee is the minimum fee plus the gas limit: min_gas = min_gas(tx)\nmax_gas = min_gas + (tx.witnessBytesLimit - tx.witnessBytes) * GAS_PER_BYTE + tx.gasLimit\nmin_fee = gas_to_fee(min_gas, gasPrice)\nmax_fee = gas_to_fee(max_gas, gasPrice) The cost of the transaction cost(tx) must lie within the range defined by [min_fee, max_fee]. min_gas is defined as the sum of all intrinsic costs of the transaction known prior to execution. The definition of max_gas illustrates that the delta between minimum gas and maximum gas is the sum of: The remaining allocation of witness bytes, converted to gas The user-defined tx.gasLimit Note that gasLimit applies to transactions of type Script. gasLimit is not applicable for transactions of type Create and is defined to equal 0 in the above formula. A transaction cost cost(tx), in gas, greater than max_gas is invalid and must be rejected; this signifies that the user must provide a higher gas limit for the given transaction. min_fee is the minimum reward the producer is guaranteed to collect, and max_fee is the maximum reward the producer is potentially eligible to collect. In practice, the user is always charged intrinsic fees; thus, unspentGas is the remainder of max_gas after intrinsic fees and the variable cost of execution. Calculating a conversion from unspentGas to an unspent fee describes the reward the producer will collect in addition to min_fee.","breadcrumbs":"Protocol » Transaction Validity Rules » Fees","id":"57","title":"Fees"},"58":{"body":"This section defines VM postcondition validity rules for transactions: the requirements for a transaction to be valid after it has been executed. Given transaction tx, state state, and contract set contracts, the following checks must pass.","breadcrumbs":"Protocol » Transaction Validity Rules » VM Postcondition Validity Rules","id":"58","title":"VM Postcondition Validity Rules"},"59":{"body":"If change outputs are present, they must have: if the transaction does not revert; if the asset ID is 0; an amount of unspentBalance + floor((unspentGas * gasPrice) / GAS_PRICE_FACTOR) otherwise; an amount of the unspent free balance for that asset ID after VM execution is complete if the transaction reverts; if the asset ID is 0; an amount of the initial free balance plus (unspentGas * gasPrice) - messageBalance otherwise; an amount of the initial free balance for that asset ID.","breadcrumbs":"Protocol » Transaction Validity Rules » Correct Change","id":"59","title":"Correct Change"},"6":{"body":"name type description GAS_PER_BYTE uint64 Gas charged per byte of the transaction. GAS_PRICE_FACTOR uint64 Unit factor for gas price. MAX_GAS_PER_TX uint64 Maximum gas per transaction. MAX_INPUTS uint64 Maximum number of inputs. MAX_OUTPUTS uint64 Maximum number of outputs. MAX_PREDICATE_LENGTH uint64 Maximum length of predicate, in instructions. MAX_GAS_PER_PREDICATE uint64 Maximum gas per predicate. MAX_PREDICATE_DATA_LENGTH uint64 Maximum length of predicate data, in bytes. MAX_SCRIPT_LENGTH uint64 Maximum length of script, in instructions. MAX_SCRIPT_DATA_LENGTH uint64 Maximum length of script data, in bytes. MAX_MESSAGE_DATA_LENGTH uint64 Maximum length of message data, in bytes. MAX_STORAGE_SLOTS uint64 Maximum number of initial storage slots. MAX_TRANSACTION_SIZE uint64 Maximum size of a transaction, in bytes. MAX_WITNESSES uint64 Maximum number of witnesses. MAX_BYTECODE_SUBSECTIONS uint64 Maximum number of bytecode subsections. CHAIN_ID uint64 A unique per-chain identifier. BASE_ASSET_ID bytes32 The base asset of the chain. PRIVILEGED_ADDRESS bytes32 The privileged address of the network who can perform upgrade.","breadcrumbs":"Transaction Format » Consensus Parameters » Consensus Parameters","id":"6","title":"Consensus Parameters"},"60":{"body":"Transaction processing is completed by removing spent UTXOs from the state and adding created UTXOs to the state.","breadcrumbs":"Protocol » Transaction Validity Rules » State Changes","id":"60","title":"State Changes"},"61":{"body":"The coinbase transaction is a mechanism for block creators to collect transaction fees. In order for a coinbase transaction to be valid: It must be a Mint transaction. The coinbase transaction must be the last transaction within a block, even if there are no other transactions in the block and the fee is zero. The mintAmount doesn't exceed the total amount of fees processed from all other transactions within the same block. The mintAssetId matches the assetId that fees are paid in (assetId == 0). The minted amount of the coinbase transaction intrinsically increases the balance corresponding to the inputContract. This means the balance of mintAssetId is directly increased by mintAmount on the input contract, without requiring any VM execution. Compared to coin outputs, intrinsically increasing a contract balance to collect coinbase amounts prevents the accumulation of dust during low-usage periods.","breadcrumbs":"Protocol » Transaction Validity Rules » Coinbase Transaction","id":"61","title":"Coinbase Transaction"},"62":{"body":"Hashing Merkle Trees Binary Merkle Tree Sparse Merkle Tree EcDSA Public-Key Cryptography EdDSA Public-Key Cryptography","breadcrumbs":"Protocol » Cryptographic Primitives » Cryptographic Primitives","id":"62","title":"Cryptographic Primitives"},"63":{"body":"All hashing is done with SHA-2-256 (also known as SHA-256), defined in FIPS 180-4 .","breadcrumbs":"Protocol » Cryptographic Primitives » Hashing","id":"63","title":"Hashing"},"64":{"body":"Output of the hashing function. Exactly 256 bits (32 bytes) long.","breadcrumbs":"Protocol » Cryptographic Primitives » HashDigest","id":"64","title":"HashDigest"},"65":{"body":"Two Merkle tree structures are used: a Binary Merkle Tree (to commit to bytecode) and a Sparse Merkle Tree (to commit to contract storage, i.e. state).","breadcrumbs":"Protocol » Cryptographic Primitives » Merkle Trees","id":"65","title":"Merkle Trees"},"66":{"body":"Binary Merkle trees are constructed in the same fashion as described in Certificate Transparency (RFC-6962) , except for using a different hashing function . Leaves are hashed once to get leaf node values and internal node values are the hash of the concatenation of their children (either leaf nodes or other internal nodes). Nodes contain a single field: name type description v HashDigest Node value. The base case (an empty tree) is defined as the hash of the empty string: node.v = 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 For leaf node node of leaf data d: node.v = h(0x00, serialize(d)) For internal node node with children l and r: node.v = h(0x01, l.v, r.v) Note that rather than duplicating the last node if there are an odd number of nodes (the Bitcoin design ), trees are allowed to be imbalanced. In other words, the height of each leaf may be different. For an example, see Section 2.1.3 of Certificate Transparency (RFC-6962) . Leaves and internal nodes are hashed differently: the one-byte 0x00 is prepended for leaf nodes while 0x01 is prepended for internal nodes. This avoids a second-preimage attack where internal nodes are presented as leaves trees with leaves at different heights. Binary Merkle Tree Inclusion Proofs name type description root HashDigest [] The expected root of the Merkle tree. data Bytes The data of the leaf (unhashed). siblings HashDigest [] Sibling hash values, ordered starting from the leaf's neighbor. A proof for a leaf in a binary Merkle tree , as per Section 2.1.1 of Certificate Transparency (RFC-6962) . In some contexts, the array of sibling hashes is also known as the proof set. Note that proof format prescribes that leaf data be in its original, unhashed state, while the proof set (array of sibling data) uses hashed data. This format precludes the proof set from itself including the leaf data from the leaf undergoing the proof; rather, proof verification explicitly requires hashing the leaf data during the calculation of the proof set root.","breadcrumbs":"Protocol » Cryptographic Primitives » Binary Merkle Tree","id":"66","title":"Binary Merkle Tree"},"67":{"body":"Sparse Merkle Trees (SMTs) are sparse , i.e. they contain mostly empty leaves. They can be used as key-value stores for arbitrary data, as each leaf is keyed by its index in the tree. Storage efficiency is achieved through clever use of implicit defaults, avoiding the need to store empty leaves. Additional rules are added on top of plain binary Merkle trees : Default values are given to leaf nodes with empty leaves. While the above rule is sufficient to pre-compute the values of intermediate nodes that are roots of empty subtrees, a further simplification is to extend this default value to all nodes that are roots of empty subtrees. The 32-byte zero, i.e. 0x0000000000000000000000000000000000000000000000000000000000000000, is used as the default value. This rule takes precedence over the above one. The number of hashing operations can be reduced to be logarithmic in the number of non-empty leaves on average, assuming a uniform distribution of non-empty leaf keys. An internal node that is the root of a subtree that contains exactly one non-empty leaf is replaced by that leaf's leaf node. Nodes contain a single field: name type description v HashDigest Node value. In the base case, where a sparse Merkle tree has height = 0, the root of a tree is defined as the hash of the empty string: node.v = 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 When a sparse Merkle tree has a height of 0, it can have no leaves, and, therefore, no default value children. The root is then calculated as the hash of the empty string, similar to that of an empty binary Merkle tree. For a tree with height > 0, the root of an empty tree is defined as the default value: node.v = 0x0000000000000000000000000000000000000000000000000000000000000000 Note that this is in contrast to the base case of the sparse and binary Merkle trees, where the root is the hash of the empty string. When a sparse Merkle tree has a height greater than 0, a new tree instance is composed of default value leaves. Nodes containing only default value children have the default value as well. Applying these rules recursively percolates the default value up to the tree's root. For leaf node node of leaf data d with key k: node.v = h(0x00, k, h(serialize(d))) The key of leaf nodes must be prepended, since the index of a leaf node that is not at maximum depth cannot be determined without this information. Leaf values are hashed so that they do not need to be included in full in non-membership proofs. For internal node node with children l and r: node.v = h(0x01, l.v, r.v) Insertion Before insertion of the key-value pair, each key of the Sparse Merkle Tree should be hashed with sha256 to prevent tree structure manipulations. During the proof verification, the original leaf key should be hashed similarly. Otherwise, the root will not match. Sparse Merkle Tree Inclusion Proofs SMTs can further be extended with compact proofs. Merkle proofs are composed, among other things, of a list of sibling node values. We note that, since nodes that are roots of empty subtrees have known values (the default value), these values do not need to be provided explicitly; it is sufficient to simply identify which siblings in the Merkle branch are roots of empty subtrees, which can be done with one bit per sibling. For a Merkle branch of height h, an h-bit value is appended to the proof. The lowest bit corresponds to the sibling of the leaf node, and each higher bit corresponds to the next parent. A value of 1 indicates that the next value in the list of values provided explicitly in the proof should be used, and a value of 0 indicates that the default value should be used. A proof into an SMT is structured as: name type description depth uint16 Depth of the leaf node. The root node is at depth 0. Must be <= 256. siblings HashDigest [] Sibling hash values, ordered starting from the leaf's neighbor. includedSiblings byte[32] Bitfield of explicitly included sibling hashes. The includedSiblings is ordered by most-significant-byte first, with each byte ordered by most-significant-bit first. The lowest bit corresponds to the leaf node level. A specification describing a suite of test vectors and outputs of a Sparse Merkle Tree is here .","breadcrumbs":"Protocol » Cryptographic Primitives » Sparse Merkle Tree","id":"67","title":"Sparse Merkle Tree"},"68":{"body":"Consensus-critical data is authenticated using ECDSA , with the curve secp256k1 . A highly-optimized library is available in C , with wrappers in Go and Rust . Public keys are encoded in uncompressed form, as the concatenation of the x and y values. No prefix is needed to distinguish between encoding schemes as this is the only encoding supported. Deterministic signatures ( RFC-6979 ) should be used when signing, but this is not enforced at the protocol level as it cannot be. Signatures are represented as the r and s (each 32 bytes), and v (1-bit) values of the signature. r and s take on their usual meaning (see: SEC 1, 4.1.3 Signing Operation ), while v is used for recovering the public key from a signature more quickly (see: SEC 1, 4.1.6 Public Key Recovery Operation ). Only low-s values in signatures are valid (i.e. s <= secp256k1.n//2); s can be replaced with -s mod secp256k1.n during the signing process if it is high. Given this, the first bit of s will always be 0, and can be used to store the 1-bit v value. v represents the parity of the Y component of the point, 0 for even and 1 for odd. The X component of the point is assumed to always be low, since the possibility of it being high is negligible . Putting it all together, the encoding for signatures is: | 32 bytes || 32 bytes |\n[256-bit r value][1-bit v value][255-bit s value] This encoding scheme is derived from EIP 2098: Compact Signature Representation .","breadcrumbs":"Protocol » Cryptographic Primitives » ECDSA Public-Key Cryptography","id":"68","title":"ECDSA Public-Key Cryptography"},"69":{"body":"Ed25519 is supported for use by applications built on Fuel. Edwards curve operations are performed by the ed25519-dalek Rust library. Public keys are encoded in compressed form as specified by the Ed25519 format RFC-8032 5.1.5 . Point compression is performed by replacing the most significant bit in the final octet of the y coordinate with the sign bit from the x coordinate: let mut pk = y;\npk ^= x.is_negative().unwrap_u8() << 7; Public keys are required to be strong enough to prevent malleability, and are checked for weakness during signature verification. Signatures are 64 bytes, represented as the concatenation of R (32 bytes) and S (32 bytes) Where R and S are defined in RFC-8032 5.1.6 . Signatures must conform to strict verification requirements to avoid malleability concerns. While this is not part of the original Ed25519 specification, it has become a growing concern especially in cryptocurrency applications.","breadcrumbs":"Protocol » Cryptographic Primitives » EdDSA Public-Key Cryptography","id":"69","title":"EdDSA Public-Key Cryptography"},"7":{"body":"enum TransactionType : uint8 { Script = 0, Create = 1, Mint = 2, Upgrade = 3, Upload = 4, Blob = 5,\n} name type description type TransactionType Transaction type. data One of TransactionScript , TransactionCreate , TransactionMint , TransactionUpgrade , or TransactionUpload Transaction data. Given helper max_gas() returns the maximum gas that the transaction can use. Given helper count_ones() that returns the number of ones in the binary representation of a field. Given helper count_variants() that returns the number of variants in an enum. Given helper sum_variants() that sums all variants of an enum. Transaction is invalid if: type is not valid TransactionType value inputsCount > MAX_INPUTS outputsCount > MAX_OUTPUTS witnessesCount > MAX_WITNESSES size > MAX_TRANSACTION_SIZE. The size of a transaction is calculated as the sum of the sizes of its static and dynamic parts, as determined by canonical serialization. No inputs are of type InputType.Coin or InputType.Message with input.dataLength == 0 More than one output is of type OutputType.Change for any asset ID in the input set More than one output is of type OutputType.Change with identical asset_id fields. Any output is of type OutputType.Change for any asset ID not in the input set More than one input of type InputType.Coin for any Coin ID in the input set More than one input of type InputType.Contract for any Contract ID in the input set More than one input of type InputType.Message for any Message ID in the input set if type != TransactionType.Mint max_gas(tx) > MAX_GAS_PER_TX No policy of type PolicyType.MaxFee is set count_ones(policyTypes) > count_variants(PolicyType) policyTypes > sum_variants(PolicyType) len(policies) > count_ones(policyTypes) When serializing a transaction, fields are serialized as follows (with inner structs serialized recursively): uint8, uint16, uint32, uint64: big-endian right-aligned to 8 bytes. byte[32]: as-is. byte[]: as-is, with padding zeroes aligned to 8 bytes. When deserializing a transaction, the reverse is done. If there are insufficient bytes or too many bytes, the transaction is invalid.","breadcrumbs":"Transaction Format » Transaction » Transaction","id":"7","title":"Transaction"},"70":{"body":"Contracts can request that certain storage slots are initialized to specific values. These initialized slots are represented in JSON format as an array where each element represents a storage slot and has the following properties: \"key\": String, a 32-byte key for a given storage slot; \"value\": String, a 32-byte value that initializes the slot; For instance, the following is a JSON object that requests that the 3 storage slots with keys 0x11..11, 0x22..22, and 0x33..33, are respectively initialized to the values indicated. [ { \"key\": \"0x1111111111111111111111111111111111111111111111111111111111111111\", \"value\": \"0x1010101010101010101010101010101010101010101010101010101010101010\" }, { \"key\": \"0x2222222222222222222222222222222222222222222222222222222222222222\", \"value\": \"0x2020202020202020202020202020202020202020202020202020202020202020\" }, { \"key\": \"0x3333333333333333333333333333333333333333333333333333333333333333\", \"value\": \"0x0303030303030303030303030303030303030303030303030303030303030303\" },\n]","breadcrumbs":"Protocol » Storage Slot Initialization » JSON Format for Contract Storage Initializers","id":"70","title":"JSON Format for Contract Storage Initializers"},"71":{"body":"","breadcrumbs":"Protocol » Block Header Format » Block Header","id":"71","title":"Block Header"},"72":{"body":"The application header is a network-agnostic block header. Different networks may wrap the application header in a consensus header, depending on their consensus protocol. name type description da_height uint64 Height of the data availability layer up to which (inclusive) input messages are processed. consensusParametersVersion uint32 The version of the consensus parameters used to execute this block. stateTransitionBytecodeVersion uint32 The version of the state transition bytecode used to execute this block. txCount uint16 Number of transaction s in this block. message_receipt_count uint32 Number of output message s in this block. txRoot byte[32] Merkle root of transaction s in this block. message_outbox_root byte[32] Merkle root of output message s messageId in this block. event_inbox_root byte[32] Merkle root of all events imported from L1 in this block. The order of the events added to the Merkle tree is the L1 block order, and the index of each event within each block","breadcrumbs":"Protocol » Block Header Format » Application Header","id":"72","title":"Application Header"},"73":{"body":"The Fuel relayer/bridge protocol is a set of rules that govern the interaction between the Fuel blockchain and the Layer 1 (L1) blockchain (e.g. Ethereum). The Fuel blockchain can emit messages that will be processed by the smart contract on the L1 blockchain. The smart contract on the L1 can also emit events that will be processed by the Fuel blockchain. This is used to move any data between the L1 blockchain and the Fuel blockchain.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Layer 1 Relayer/Bridge Protocol","id":"73","title":"Layer 1 Relayer/Bridge Protocol"},"74":{"body":"The message outbox is the set of messages sent to the L1 blockchain from the Fuel blockchain.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Fuel Message Outbox","id":"74","title":"Fuel Message Outbox"},"75":{"body":"The event inbox is the set of events received from the L1 blockchain by the Fuel blockchain. The block producer will receive a list of events from the L1 by some relayer, and then include the merkle root of the events in the block header. There are two types of events that can be received from the L1: Messages Transactions","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Fuel Event Inbox","id":"75","title":"Fuel Event Inbox"},"76":{"body":"An arbitrary message sent from the L1 to the Fuel blockchain. This can be used to move assets from the L1 to the Fuel blockchain or send other arbitrary information to the Fuel blockchain. name type description sender bytes[32] The identity of the sender of the message on the L1 recipient bytes[32] The recipient of the message on the Fuel Blockchain nonce bytes[32] Unique identifier of the message assigned by the L1 contract amount uint64 The amount of the base asset transfer data byte[] Arbitrary message data","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Messages","id":"76","title":"Messages"},"77":{"body":"These are transactions that are submitted on the L1 that must be executed on the Fuel blockchain. This \"Forced Transaction Inclusion\" is a security feature that allows participants of the Fuel Blockchain to access their funds in the (unlikely) event that the Fuel blockchain block production is compromised or malicious, e.g. the block producer is censoring transactions. name type description nonce bytes[32] Unique identifier of the transaction assigned by the L1 contract max_gas uint64 The maximum amount of gas allowed to use on Fuel Blockchain serialized_transaction byte[] The serialized transaction bytes following canonical serialization The serialized_transaction can be any transaction variant except the Mint transaction, which is only ever created by the block producer. Mint transactions will be rejected by the Fuel blockchain if they are relayed from the L1.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Transactions","id":"77","title":"Transactions"},"78":{"body":"It is important that the L1 events are ordered correctly when they are relayed to the Fuel blockchain. The events will be ordered by the L1 block height and then by the index of the event within the block. The order is important because a merkle root will be generated each time events from L1 are included in a Fuel block. This merkle root can later be used to prove that an arbitrary event was included on that block without having to store every event on the block header explicitly. Just the merkle root will be on the block header . The order of the events affects the value of the merkle root.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Ordering","id":"78","title":"Ordering"},"79":{"body":"This document describes and specifies the ABI (Application Binary Interface) of the FuelVM, the Sway programming language, and contracts written in Sway. JSON ABI Format Receipts Function Selector Encoding Argument Encoding Hash Based Ids","breadcrumbs":"Application Binary Interface (ABI) » Application Binary Interface (ABI)","id":"79","title":"Application Binary Interface (ABI)"},"8":{"body":"enum ReceiptType : uint8 { Call = 0, Return = 1, ReturnData = 2, Panic = 3, Revert = 4, Log = 5, LogData = 6, Transfer = 7, TransferOut = 8, ScriptResult = 9, MessageOut = 10, Mint = 11, Burn = 12,\n} name type description scriptGasLimit uint64 Gas limits the script execution. receiptsRoot byte[32] Merkle root of receipts. scriptLength uint64 Script length, in instructions. scriptDataLength uint64 Length of script input data, in bytes. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. script byte[] Script to execute. scriptData byte[] Script input data (parameters). policies Policy [] List of policies, sorted by PolicyType. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Given helper len() that returns the number of bytes of a field. Transaction is invalid if: Any output is of type OutputType.ContractCreated scriptLength > MAX_SCRIPT_LENGTH scriptDataLength > MAX_SCRIPT_DATA_LENGTH scriptLength * 4 != len(script) scriptDataLength != len(scriptData) Note: when signing a transaction, receiptsRoot is set to zero. Note: when verifying a predicate or executing a script, receiptsRoot is initialized to zero. The receipts root receiptsRoot is the root of the binary Merkle tree of receipts. If there are no receipts, its value is set to the root of the empty tree, i.e. 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.","breadcrumbs":"Transaction Format » Transaction » TransactionScript","id":"8","title":"TransactionScript"},"80":{"body":"The JSON of an ABI is the human-readable representation of the interface of a Sway contract.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Format","id":"80","title":"JSON ABI Format"},"81":{"body":"Current specVersion is 1.0 The version above should be updated each time this spec changes and the JSON ABI generator should be updated with the new changes along with an increment in the spec version.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Spec Version","id":"81","title":"Spec Version"},"82":{"body":"Before describing the format of the JSON ABI, we provide some definitions that will make the JSON ABI spec easier to read. Given the example below: struct Foo { x: bool }\nstruct Bar { y: T } fn baz(input1: Foo, input2: Bar); // an ABI function we define the following expressions: type concrete declaration : the declaration or definition of a type which can be generic. struct Foo { .. } and struct Bar { .. } in the example above are both type declarations. Note that generic types may have multiple type concrete declaration . type metadata declaration : the declaration or definition of a type which can be generic. struct Foo { .. } and struct Bar { .. } in the example above are both type declarations. The metadata declaration contains component details about the type. And a single type metadata declaration is generated per type, even for generic types. type application : the application or use of a type. Foo and Bar in fn baz(input1: Foo, input2: Bar); in the example above are both applications of the type declarations struct Foo { .. } and struct Bar { .. } respectively. type parameter : a generic parameter used in a type declaration. T in struct Bar in the example above is a type parameter. type argument : an application of a type parameter used in a type application. u64 in input2: Bar in the example above is a type argument.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Notation","id":"82","title":"Notation"},"83":{"body":"The ABI of a contract is represented as a JSON object containing the following properties: \"specVersion\": a string representing the version pointing to this document versioning. specVersion enables the reader of the JSON ABI to find the correct specification for that file, this can be done by comparing it to value in spec version . \"encodingVersion\": a string representing the version of the ABIEncode and ABIDecode used in this program. \"programType\": a string that can be \"script\", \"contract\", \"predicate\", \"library\". This is used by the SDK to generate types without having to manually specify the program type. \"concreteTypes\": an array describing all the type concrete declarations used (or transitively used) in the ABI. Each type concrete declaration is a JSON object that contains the following properties: \"type\": a string representing the type, the sha256 of this string generates the concreteTypeId. \"concreteTypeId\": a unique string hash based ID. Generated as specified in Hash Based Ids . \"metadataTypeId\": the type metadata declaration ID of this type, if the type metadata has components or is generic, otherwise nonexistent. \"typeArguments\": an array of type concrete declarations hash based IDs of the type parameters of the type, if the type is generic, otherwise nonexistent. \"metadataTypes\": an array describing all the type metadata declarations used (or transitively used) in the ABI. Each type metadata declaration is a JSON object that contains the following properties: \"type\": a string representation of the type metadata declaration . The section JSON ABI Format for Each Possible Metadata Type Declaration specifies the format for each possible type. \"metadataTypeId\": a unique integer ID. \"components\": an array of the components of a given type, if any, otherwise nonexistent. Each component is a type application represented as a JSON object that contains the following properties: \"name\": the name of the component. \"typeId\": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component. \"typeArguments\": an array of the type arguments used when applying the type of the component, if the type is generic, otherwise nonexistent. Each type argument is a type application represented as a JSON object that contains the following properties: \"name\": the name of the type argument . \"typeId\": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component. \"typeArguments\": an array of the type arguments used when applying the type of the type argument , if the type is generic, otherwise nonexistent. The format of the elements of this array recursively follows the rules described in this section. \"typeParameters\": an array of type metadata declaration ID of the type parameters of the type, if the type is generic, otherwise nonexistent. Each type parameter is a type declaration and is represented as described in Generic Type Parameter . \"functions\": an array describing all the functions in the ABI. Each function is a JSON object that contains the following properties: \"name\": the name of the function \"inputs\": an array of objects that represents the inputs to the function (i.e. its parameters). Each input is a type application represented as a JSON object that contains the following properties: \"name\": the name of the input. \"concreteTypeId\": the type concrete declaration hash based ID of the type of the input. \"output\": the type concrete declaration hash based ID of the type being returned by the function. \"attributes\": an optional array of attributes . Each attribute is explained in the dedicated section and is represented as a JSON object that contains the following properties: \"name\": the name of the attribute. \"arguments\": an array of attribute arguments. \"loggedTypes\": an array describing all instances of log or logd in the contract's bytecode. Each instance is a JSON object that contains the following properties: \"logId\": a string containing the 64bit hash based decimal ID calculated from the first 8 bytes of the sha256 of a string that represents the type logged as defined in Hash Based Ids . The log and logd instructions must set their $rB register to that ID. \"concreteTypeId\": the type concrete declaration hash based ID of the value being logged. \"messagesTypes\": an array describing all instances of smo in the contract's bytecode. Each instance is a JSON object that contains the following properties: \"message_id\": a unique string ID. \"concreteTypeId\": the type concrete declaration hash based ID of the message data being sent. \"configurables\": an array describing all configurable variables used in the contract. Each configurable variable is represented as a JSON object that contains the following properties: \"name\": the name of the configurable variable. \"concreteTypeId\": the type concrete declaration hash based ID of the type of the configurable variable. \"offset\": the specific offset within the contract's bytecode, in bytes, to the data section entry for the configurable variable. Note : This JSON should be both human-readable and parsable by the tooling around the FuelVM and the Sway programming language. There is a detailed specification for the binary encoding backing this readable descriptor. The Function Selector Encoding section specifies the encoding for the function being selected to be executed and each of the argument types.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Spec","id":"83","title":"JSON ABI Spec"},"84":{"body":"Attribute name Attribute arguments Semantics storage read and/or write Specifies if a function reads or writes to/from storage payable None Specifies if a function can accept coins: a function without payable attribute must not accept coins test None Specifies if a function is a unit test inline never or always, but not both Specifies if a function should be inlined during code generation doc-comment String Documentation comment doc Not defined yet Not defined yet","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Attributes Semantics","id":"84","title":"Attributes Semantics"},"85":{"body":"Below is a simple example showing how the JSON ABI for an example that does not use generic or complex types. We will later go over more complex examples. abi MyContract { fn first_function(arg: u64) -> bool; fn second_function(arg: b256);\n} the JSON representation of this ABI looks like: { \"concreteTypes\": [ { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"metadataTypes\": [], \"functions\": [ { \"inputs\": [ { \"name\": \"arg\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" } ], \"name\": \"first_function\", \"output\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"inputs\": [ { \"name\": \"arg\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" } ], \"name\": \"second_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » A Simple Example","id":"85","title":"A Simple Example"},"86":{"body":"Below is a list of the JSON ABI formats for each possible metadata type declaration:","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Format for Each Possible Metadata Type Declaration","id":"86","title":"JSON ABI Format for Each Possible Metadata Type Declaration"},"87":{"body":"{ \"metadataTypeId\": , \"type\": \"struct \", \"components\": [ { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ], \"typeParameters\": [ , , ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » struct","id":"87","title":"struct"},"88":{"body":"{ \"metadataTypeId\": , \"type\": \"enum \", \"components\": [ { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ], \"typeParameters\": [ , , ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » enum","id":"88","title":"enum"},"89":{"body":"{ \"metadataTypeId\": , \"type\": \"[_; ]\", \"components\": [ { \"name\": \"__array_element\", \"typeId\": \"\", \"typeArguments\": ... } { \"name\": \"__array_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ]\n} is the size of the array.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » array","id":"89","title":"array"},"9":{"body":"name type description bytecodeWitnessIndex uint16 Witness index of contract bytecode to create. salt byte[32] Salt. storageSlotsCount uint64 Number of storage slots to initialize. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. storageSlots (byte[32], byte[32]])[] List of storage slots to initialize (key, value). policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message Any output is of type OutputType.Change with non-base asset_id It does not have exactly one output of type OutputType.ContractCreated tx.data.witnesses[bytecodeWitnessIndex].dataLength > CONTRACT_MAX_SIZE bytecodeWitnessIndex >= tx.witnessesCount The keys of storageSlots are not in ascending lexicographic order The computed contract ID (see below) is not equal to the contractID of the one OutputType.ContractCreated output storageSlotsCount > MAX_STORAGE_SLOTS The Sparse Merkle tree root of storageSlots is not equal to the stateRoot of the one OutputType.ContractCreated output Creates a contract with contract ID as computed here .","breadcrumbs":"Transaction Format » Transaction » TransactionCreate","id":"9","title":"TransactionCreate"},"90":{"body":"{ \"metadataTypeId\": , \"type\": \"(_, _, ...)\", \"components\": [ { \"name\": \"__tuple_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"__tuple_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » tuple","id":"90","title":"tuple"},"91":{"body":"{ \"metadataTypeId\": , \"type\": \"generic \"\n} is the name of the generic parameter as specified in the struct or enum declaration that uses it.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Generic Type Parameter","id":"91","title":"Generic Type Parameter"},"92":{"body":"","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Some Complex Examples","id":"92","title":"Some Complex Examples"},"93":{"body":"Given the following ABI declaration: enum MyEnum { Foo: u64, Bar: bool,\n} struct MyStruct { bim: u64, bam: MyEnum,\n} abi MyContract { /// this is a doc comment #[payable, storage(read, write)] fn complex_function( arg1: ([str[5]; 3], bool, b256), arg2: MyStruct, );\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"([str[5]; 3], bool, b256)\", \"concreteTypeId\": \"625531542be70834dd127e771101ac1014111718451bfae996d97abe700c66a5\", \"metadataTypeId\": 1, }, { \"type\": \"str[5]\", \"concreteTypeId\": \"84877f6e98274b9e4721db68b4c0bdb9e52b8e9572c5bd7811c07a41ced882c7\", }, { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"392d58c694d2d91f3025f2bccfadacf2a105936f5da881b0899185d49f264522\", \"metadataTypeId\": 4, }, { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"(_, _, _)\", \"components\": [ { \"name\": \"__tuple_element\", \"typeId\": 2, }, { \"name\": \"__tuple_element\", \"typeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", }, { \"name\": \"__tuple_element\", \"typeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\", } ] }, { \"metadataTypeId\": 2, \"type\": \"[_; 3]\", \"components\": [ { \"name\": \"__array_element\", \"typeId\": \"84877f6e98274b9e4721db68b4c0bdb9e52b8e9572c5bd7811c07a41ced882c7\", } ] }, { \"metadataTypeId\": 3, \"type\": \"enum MyEnum\", \"components\": [ { \"name\": \"Foo\", \"typeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"name\": \"Bar\", \"typeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", } ] }, { \"metadataTypeId\": 4, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"bim\", \"typeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"name\": \"bam\", \"typeId\": 3, } ] }, ], \"functions\": [ { \"inputs\": [ { \"name\": \"arg1\", \"concreteTypeId\": \"625531542be70834dd127e771101ac1014111718451bfae996d97abe700c66a5\", }, { \"name\": \"arg2\", \"concreteTypeId\": \"392d58c694d2d91f3025f2bccfadacf2a105936f5da881b0899185d49f264522\" } ], \"name\": \"complex_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", \"attributes\": [ { \"name\": \"doc-comment\", \"arguments\": [\" this is a doc comment\"] }, { \"name\": \"payable\", }, { \"name\": \"storage\", \"arguments\": [\"read\", \"write\"] } ] } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Non-Generic Custom Types","id":"93","title":"An Example with Non-Generic Custom Types"},"94":{"body":"Given the following ABI declaration: enum MyEnum { Foo: T, Bar: U,\n}\nstruct MyStruct { bam: MyEnum,\n} abi MyContract { fn complex_function( arg1: MyStruct, );\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"3ddd5c1768dd7869663dc2f868ea8a8ce68bd6064244dbc4286e2c921c8ce962\", \"metadataTypeId\": 5, \"typeArguments\": [ \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" ] }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\", }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"enum MyEnum\", \"components\": [ { \"name\": \"Foo\", \"typeId\": 2, }, { \"name\": \"Bar\", \"typeId\": 3, } ], \"typeParameters\": [2, 3] }, { \"metadataTypeId\": 2, \"type\": \"generic T\", }, { \"metadataTypeId\": 3, \"type\": \"generic U\", }, { \"metadataTypeId\": 4, \"type\": \"generic W\", }, { \"metadataTypeId\": 5, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"bam\", \"typeId\": 1, \"typeArguments\": [ { \"typeId\": 4, }, { \"typeId\": 4, } ] } ], \"typeParameters\": [4] } ], \"functions\": [ { \"inputs\": [ { \"name\": \"arg1\", \"concreteTypeId\": \"3ddd5c1768dd7869663dc2f868ea8a8ce68bd6064244dbc4286e2c921c8ce962\" } ], \"name\": \"complex_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Generic Types","id":"94","title":"An Example with Generic Types"},"95":{"body":"Given the following contract: struct MyStruct { x: W,\n} abi MyContract { fn logging();\n} ... fn logging() { log(MyStruct { x: 42 }); log(MyStruct { x: true });\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"eca2a040ce95fc19b7cd5f75bac530d052484d0b1a49267a2eb07a7a1b00c389\", \"metadataTypeId\": 1, \"typeArguments\": [ \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" ] }, { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"b2fa346d9ca66ceca61951a27dba2977b2a82b8aa8600670604f286a1393dffe\", \"metadataTypeId\": 1, \"typeArguments\": [ \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" ] }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", }, { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"x\", \"typeId\": 2, \"typeArguments\": null } ], \"typeParameters\": [2] }, { \"metadataTypeId\": 2, \"type\": \"generic W\", }, ], \"functions\": [ { \"inputs\": [], \"name\": \"logging\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": [ { \"logId\": \"12896678128313068780\", \"concreteTypeId\": \"b2fa346d9ca66ceca61951a27dba2977b2a82b8aa8600670604f286a1393dffe\" }, { \"logId\": \"16383228984366451899\", \"concreteTypeId\": \"eca2a040ce95fc19b7cd5f75bac530d052484d0b1a49267a2eb07a7a1b00c389\" } ]\n} The logIds are calculated from: First 8 bytes of sha256(\"struct MyStruct\") => \"12896678128313068780\" First 8 bytes of sha256(\"struct MyStruct\") => \"16383228984366451899\"","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Logs","id":"95","title":"An Example with Logs"},"96":{"body":"Upon execution of ABI calls, i.e scripts being executed, a JSON object representing a list of receipts will be returned to the caller. Below is the JSON specification of the possible receipt types. The root will be receipts_root which will include an array of receipts. { \"receipts_list\":[ { \"type\":\"\", ... }, ... ]\n} All receipts will have a type property: type: String; the type of the receipt. Can be one of: Call Return ReturnData Panic Revert Log Mint Burn LogData Transfer TransferOut ScriptResult MessageOut Then, each receipt type will have its own properties. Some of these properties are related to the FuelVM's registers, as specified in more detail here . Important note: For the JSON representation of receipts, we represent 64-bit unsigned integers as a JSON String due to limitations around the type Number in the JSON specification, which only supports numbers up to 2^{53-1}, while the FuelVM's registers hold values up to 2^64.","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Receipts","id":"96","title":"Receipts"},"97":{"body":"type: Panic. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. reason: Optional decimal string representation of an 8-bit unsigned integer; panic reason. Not included in canonical receipt form. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. contractId: Optional hexadecimal string representation of the 256-bit (32-byte) contract ID if applicable. null otherwise. Not included in canonical receipt form. Primary use is for access-list estimation by SDK. { \"type\": \"Panic\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"reason\": \"1\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\", \"contractId\": \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Panic Receipt","id":"97","title":"Panic Receipt"},"98":{"body":"type: Return. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context; null otherwise. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Return\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Return Receipt","id":"98","title":"Return Receipt"},"99":{"body":"type: Call. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context; null otherwise. to: Hexadecimal representation of the 256-bit (32-byte) contract ID of the callee. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. gas: Decimal string representation of a 64-bit unsigned integer; amount gas to forward; value in register $rD. param1: Hexadecimal string representation of a 64-bit unsigned integer; first parameter, holds the function selector. param2: Hexadecimal string representation of a 64-bit unsigned integer; second parameter, typically used for the user-specified input to the ABI function being selected. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Call\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"gas\": \"500\", \"param1\": \"0x28f5c28f5c28f5c\", \"param2\": \"0x68db8bac710cb\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Call Receipt","id":"99","title":"Call Receipt"}},"length":312,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.4142135623730951}}},"df":4,"docs":{"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":6,"docs":{"297":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"123":{"tf":2.0}}},"1":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":71,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"133":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":3.872983346207417},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"x":{"0":{"0":{"*":{"*":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":6,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0}}},"2":{"df":2,"docs":{"120":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"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":{}},"5":{"1":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"283":{"tf":1.0}}},"2":{"df":1,"docs":{"283":{"tf":1.0}}},"3":{"df":1,"docs":{"283":{"tf":1.0}}},"4":{"df":1,"docs":{"283":{"tf":1.0}}},"5":{"df":1,"docs":{"283":{"tf":1.0}}},"6":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":114,"docs":{"108":{"tf":1.0},"150":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":1,"docs":{"284":{"tf":1.0}}}},"1":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0}}},"2":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}},"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"150":{"tf":1.0}}},"6":{"df":1,"docs":{"150":{"tf":1.0}}},"7":{"df":1,"docs":{"150":{"tf":1.0}}},"8":{"df":1,"docs":{"150":{"tf":1.0}}},"9":{"df":1,"docs":{"150":{"tf":1.0}}},"a":{"df":1,"docs":{"150":{"tf":1.0}}},"b":{"df":1,"docs":{"150":{"tf":1.0}}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"b":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"6":{"0":{"4":{"2":{"2":{"d":{"b":{"2":{"4":{"3":{"c":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"6":{"d":{"3":{"4":{"2":{"9":{"4":{"9":{"d":{"a":{"3":{"c":{"6":{"4":{"a":{"3":{"c":{"6":{"a":{"c":{"5":{"6":{"4":{"9":{"4":{"1":{"df":0,"docs":{},"f":{"8":{"4":{"b":{"6":{"df":0,"docs":{},"f":{"0":{"6":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"f":{"df":1,"docs":{"150":{"tf":1.0}}}},"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{".":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"7":{"df":0,"docs":{},"f":{"2":{"9":{"a":{"b":{"c":{"c":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}},"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":{"9":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"d":{"1":{"2":{"1":{"a":{"6":{"d":{"5":{"a":{"df":0,"docs":{},"f":{"c":{"8":{"1":{"3":{"5":{"8":{"2":{"1":{"a":{"c":{"b":{"3":{"9":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"6":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"5":{"9":{"0":{"9":{"1":{"9":{"2":{"6":{"6":{"d":{"6":{"2":{"0":{"b":{"df":0,"docs":{},"f":{"c":{"7":{"b":{"9":{"b":{"6":{"df":0,"docs":{},"f":{"2":{"4":{"d":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{".":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"284":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{".":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"0":{"1":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"6":{"c":{"6":{"c":{"6":{"df":0,"docs":{},"f":{"2":{"c":{"2":{"0":{"5":{"7":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"6":{"c":{"6":{"4":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"d":{"b":{"8":{"b":{"a":{"c":{"7":{"1":{"0":{"c":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"5":{"1":{"4":{"9":{"a":{"c":{"6":{"0":{"6":{"4":{"2":{"2":{"2":{"9":{"2":{"2":{"df":0,"docs":{},"e":{"a":{"a":{"2":{"2":{"6":{"5":{"2":{"6":{"b":{"0":{"d":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"7":{"8":{"7":{"1":{"df":0,"docs":{},"e":{"2":{"8":{"c":{"3":{"6":{"8":{"df":0,"docs":{},"f":{"6":{"a":{"df":0,"docs":{},"f":{"b":{"c":{"df":0,"docs":{},"f":{"d":{"6":{"0":{"a":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"6":{"df":0,"docs":{},"e":{"6":{"1":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"c":{"5":{"a":{"c":{"4":{"7":{"1":{"b":{"4":{"7":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"9":{"8":{"7":{"a":{"d":{"a":{"4":{"3":{"9":{"df":0,"docs":{},"f":{"c":{"0":{"8":{"5":{"c":{"df":0,"docs":{},"f":{"a":{"3":{"c":{"4":{"9":{"4":{"1":{"6":{"c":{"df":0,"docs":{},"f":{"2":{"b":{"5":{"0":{"4":{"a":{"c":{"5":{"0":{"1":{"5":{"1":{"df":0,"docs":{},"e":{"3":{"c":{"2":{"3":{"3":{"5":{"d":{"6":{"0":{"5":{"9":{"5":{"c":{"b":{"9":{"0":{"7":{"4":{"5":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"8":{"b":{"7":{"8":{"8":{"9":{"4":{"df":0,"docs":{},"e":{"4":{"9":{"3":{"c":{"9":{"8":{"a":{"1":{"9":{"6":{"a":{"a":{"5":{"1":{"b":{"4":{"3":{"2":{"b":{"6":{"7":{"4":{"df":0,"docs":{},"e":{"4":{"8":{"1":{"3":{"2":{"5":{"3":{"2":{"5":{"7":{"df":0,"docs":{},"e":{"d":{"9":{"3":{"3":{"1":{"0":{"5":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"d":{"6":{"8":{"1":{"3":{"b":{"3":{"a":{"a":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0}},"e":{"3":{"b":{"0":{"c":{"4":{"4":{"2":{"9":{"8":{"df":0,"docs":{},"f":{"c":{"1":{"c":{"1":{"4":{"9":{"a":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"f":{"4":{"c":{"8":{"9":{"9":{"6":{"df":0,"docs":{},"f":{"b":{"9":{"2":{"4":{"2":{"7":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"df":0,"docs":{},"e":{"4":{"6":{"4":{"9":{"b":{"9":{"3":{"4":{"c":{"a":{"4":{"9":{"5":{"9":{"9":{"1":{"b":{"7":{"8":{"5":{"2":{"b":{"8":{"5":{"5":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}}},"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":{"81":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{".":{"1":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"292":{"tf":1.0},"299":{"tf":1.4142135623730951}}},"8":{"df":0,"docs":{},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"292":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"1":{"df":1,"docs":{"8":{"tf":1.0}}},"2":{"8":{"9":{"6":{"6":{"7":{"8":{"1":{"2":{"8":{"3":{"1":{"3":{"0":{"6":{"8":{"7":{"8":{"0":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":2.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}},"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}},"5":{".":{".":{"2":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"df":0,"docs":{},"e":{"6":{"df":0,"docs":{},"f":{"4":{"4":{"c":{"1":{"d":{"6":{"2":{"9":{"1":{"c":{"d":{"df":0,"docs":{},"f":{"4":{"6":{"3":{"9":{"5":{"a":{"8":{"df":0,"docs":{},"e":{"5":{"7":{"3":{"2":{"7":{"6":{"a":{"4":{"df":0,"docs":{},"f":{"a":{"7":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"c":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"c":{"8":{"9":{"1":{"df":0,"docs":{},"e":{"0":{"9":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"2":{"d":{"1":{"b":{"0":{"a":{"0":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{".":{"4":{"0":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"3":{"2":{"2":{"8":{"9":{"8":{"4":{"3":{"6":{"6":{"4":{"5":{"1":{"8":{"9":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"150":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":2.0},"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"8":{"0":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"4":{"4":{"6":{"7":{"4":{"4":{"0":{"7":{"3":{"7":{"0":{"9":{"5":{"5":{"1":{"6":{"1":{"3":{"df":3,"docs":{"101":{"tf":1.0},"102":{"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":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"1":{"df":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"2":{"df":2,"docs":{"100":{"tf":1.0},"105":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.0},"163":{"tf":1.0}}},"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":72,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":2.0},"251":{"tf":1.0},"256":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"292":{"tf":2.0},"294":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"*":{"*":{"2":{"6":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"2":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"/":{"0":{"7":{"/":{"1":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"266":{"tf":1.4142135623730951}}},"5":{".":{".":{"3":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"162":{"tf":3.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"^":{"6":{"4":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"5":{"3":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"120":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.7320508075688772},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.0},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"311":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"e":{"3":{"8":{"df":0,"docs":{},"e":{"7":{"7":{"b":{"2":{"2":{"c":{"3":{"1":{"4":{"a":{"4":{"4":{"9":{"df":0,"docs":{},"e":{"9":{"1":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"d":{"9":{"2":{"a":{"4":{"3":{"8":{"2":{"6":{"a":{"c":{"6":{"a":{"a":{"4":{"0":{"3":{"a":{"df":0,"docs":{},"e":{"6":{"a":{"8":{"a":{"c":{"b":{"6":{"c":{"df":0,"docs":{},"f":{"5":{"8":{"2":{"3":{"9":{"df":0,"docs":{},"f":{"b":{"a":{"df":0,"docs":{},"f":{"5":{"d":{"df":4,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"2":{"]":{")":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"]":{"[":{"0":{"df":2,"docs":{"264":{"tf":1.0},"266":{"tf":1.0}}},"8":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":2.23606797749979},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"247":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"250":{"tf":3.0},"251":{"tf":3.7416573867739413},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":2.8284271247461903},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"262":{"tf":3.0},"263":{"tf":2.23606797749979},"264":{"tf":1.0},"265":{"tf":2.8284271247461903},"266":{"tf":1.4142135623730951},"267":{"tf":2.6457513110645907},"269":{"tf":3.605551275463989},"270":{"tf":3.4641016151377544},"272":{"tf":2.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"7":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"8":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"9":{"2":{"d":{"5":{"8":{"c":{"6":{"9":{"4":{"d":{"2":{"d":{"9":{"1":{"df":0,"docs":{},"f":{"3":{"0":{"2":{"5":{"df":0,"docs":{},"f":{"2":{"b":{"c":{"c":{"df":0,"docs":{},"f":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"f":{"2":{"a":{"1":{"0":{"5":{"9":{"3":{"6":{"df":0,"docs":{},"f":{"5":{"d":{"a":{"8":{"8":{"1":{"b":{"0":{"8":{"9":{"9":{"1":{"8":{"5":{"d":{"4":{"9":{"df":0,"docs":{},"f":{"2":{"6":{"4":{"5":{"2":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"d":{"d":{"5":{"c":{"1":{"7":{"6":{"8":{"d":{"d":{"7":{"8":{"6":{"9":{"6":{"6":{"3":{"d":{"c":{"2":{"df":0,"docs":{},"f":{"8":{"6":{"8":{"df":0,"docs":{},"e":{"a":{"8":{"a":{"8":{"c":{"df":0,"docs":{},"e":{"6":{"8":{"b":{"d":{"6":{"0":{"6":{"4":{"2":{"4":{"4":{"d":{"b":{"c":{"4":{"2":{"8":{"6":{"df":0,"docs":{},"e":{"2":{"c":{"9":{"2":{"1":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"9":{"6":{"2":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{".":{"1":{".":{"3":{"df":1,"docs":{"68":{"tf":1.0}}},"6":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"6":{"4":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"95":{"tf":1.0}}},";":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":7,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":42,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"291":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"c":{"3":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"6":{"9":{"df":0,"docs":{},"e":{"2":{"8":{"1":{"a":{"6":{"2":{"2":{"2":{"8":{"1":{"a":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"0":{"5":{"5":{"df":0,"docs":{},"f":{"8":{"0":{"9":{"8":{"c":{"4":{"0":{"b":{"c":{"5":{"6":{"6":{"1":{"1":{"8":{"c":{"b":{"b":{"4":{"8":{"c":{"a":{"5":{"df":0,"docs":{},"f":{"d":{"2":{"8":{"b":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"171":{"tf":1.0},"191":{"tf":1.0}}},"df":11,"docs":{"122":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"292":{"tf":1.4142135623730951},"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"6":{"1":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"2":{"5":{"5":{"3":{"1":{"5":{"4":{"2":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"8":{"3":{"4":{"d":{"d":{"1":{"2":{"7":{"df":0,"docs":{},"e":{"7":{"7":{"1":{"1":{"0":{"1":{"a":{"c":{"1":{"0":{"1":{"4":{"1":{"1":{"1":{"7":{"1":{"8":{"4":{"5":{"1":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"9":{"9":{"6":{"d":{"9":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"0":{"c":{"6":{"6":{"a":{"5":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"240":{"tf":1.0},"242":{"tf":1.0}}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"83":{"tf":1.0}}}}},"df":28,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"275":{"tf":2.8284271247461903},"276":{"tf":2.8284271247461903},"277":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"4":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"6":{"5":{"6":{"c":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"7":{"9":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"7":{"c":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"a":{"c":{"d":{"1":{"2":{"8":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"b":{"5":{"df":0,"docs":{},"f":{"0":{"b":{"df":0,"docs":{},"f":{"2":{"b":{"d":{"df":0,"docs":{},"e":{"a":{"5":{"3":{"3":{"a":{"5":{"1":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"c":{"9":{"a":{"a":{"b":{"df":0,"docs":{},"e":{"9":{"2":{"3":{"6":{"d":{"3":{"3":{"5":{"9":{"8":{"9":{"df":0,"docs":{},"f":{"3":{"b":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"311":{"tf":1.4142135623730951},"69":{"tf":1.0},"8":{"tf":1.0}},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"*":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"6":{"df":0,"docs":{},"e":{"9":{"8":{"2":{"7":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"4":{"7":{"2":{"1":{"d":{"b":{"6":{"8":{"b":{"4":{"c":{"0":{"b":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"5":{"2":{"b":{"8":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"2":{"c":{"5":{"b":{"d":{"7":{"8":{"1":{"1":{"c":{"0":{"7":{"a":{"4":{"1":{"c":{"df":0,"docs":{},"e":{"d":{"8":{"8":{"2":{"c":{"7":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.0},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":2.0},"245":{"tf":2.449489742783178},"251":{"tf":2.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"9":{"df":2,"docs":{"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"_":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":2.0}}},"a":{"[":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{";":{"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.6457513110645907},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.8284271247461903},"77":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"53":{"tf":3.4641016151377544}},"i":{"df":2,"docs":{"162":{"tf":1.0},"169":{"tf":1.4142135623730951}},"t":{"df":14,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"164":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"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":{}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"13":{"tf":1.0},"150":{"tf":2.449489742783178},"166":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":5.385164807134504},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"111":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"159":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"300":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"291":{"tf":1.0},"72":{"tf":1.0}}}}}}},"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":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"291":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":15,"docs":{"110":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"228":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"132":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":2,"docs":{"162":{"tf":1.0},"228":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":4,"docs":{"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"43":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":2.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"1":{"tf":1.0},"287":{"tf":1.4142135623730951},"57":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":3,"docs":{"57":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"305":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"g":{"1":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"112":{"tf":1.0}}},"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"111":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"198":{"tf":1.0},"281":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.8284271247461903},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"56":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.449489742783178},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":3.872983346207417},"89":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":34,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":2.23606797749979},"259":{"tf":2.23606797749979},"26":{"tf":1.0},"262":{"tf":2.0},"269":{"tf":2.23606797749979},"270":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":2.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"53":{"tf":4.69041575982343},"56":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"291":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"83":{"tf":2.23606797749979},"84":{"tf":2.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"287":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951}}}}},"o":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"251":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"301":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":17,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"c":{")":{"%":{"d":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"+":{"c":{")":{"%":{"d":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"3":{"4":{"6":{"d":{"9":{"c":{"a":{"6":{"6":{"c":{"df":0,"docs":{},"e":{"c":{"a":{"6":{"1":{"9":{"5":{"1":{"a":{"2":{"7":{"d":{"b":{"a":{"2":{"9":{"7":{"7":{"b":{"2":{"a":{"8":{"2":{"b":{"8":{"a":{"a":{"8":{"6":{"0":{"0":{"6":{"7":{"0":{"6":{"0":{"4":{"df":0,"docs":{},"f":{"2":{"8":{"6":{"a":{"1":{"3":{"9":{"3":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"0":{"df":0,"docs":{},"f":{"4":{"4":{"df":0,"docs":{},"f":{"a":{"5":{"9":{"6":{"5":{"c":{"2":{"4":{"7":{"4":{"a":{"3":{"b":{"4":{"7":{"1":{"4":{"6":{"7":{"a":{"2":{"2":{"c":{"4":{"3":{"1":{"8":{"5":{"1":{"5":{"2":{"1":{"2":{"9":{"2":{"9":{"5":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"8":{"b":{"0":{"2":{"2":{"a":{"df":0,"docs":{},"e":{"5":{"0":{"b":{"5":{"0":{"9":{"0":{"3":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"1":{"6":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"(":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"3":{"2":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"(":{"b":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"162":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":19,"docs":{"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":2.6457513110645907},"270":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0}}},"m":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"u":{"6":{"4":{"df":1,"docs":{"82":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":3,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"291":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":3.0},"57":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544},"9":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":18,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"260":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"154":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"96":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"310":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"248":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"249":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"m":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"150":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":50,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.449489742783178},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"115":{"tf":2.8284271247461903},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":2.449489742783178},"162":{"tf":3.7416573867739413},"163":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":2.6457513110645907},"201":{"tf":2.0},"202":{"tf":2.23606797749979},"203":{"tf":1.7320508075688772},"204":{"tf":2.23606797749979},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"d":{"d":{"df":2,"docs":{"162":{"tf":1.0},"273":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"13":{"tf":2.23606797749979},"162":{"tf":2.0},"256":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"7":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"73":{"tf":2.6457513110645907},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":3.0},"162":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"252":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":2.0},"34":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.0},"61":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":3.1622776601683795},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":13,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":2.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"256":{"tf":1.0}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"291":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"272":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"250":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":36,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"25":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":2.23606797749979},"269":{"tf":2.0},"270":{"tf":2.0},"28":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"]":{"[":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":3.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":106,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":2.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"3":{"2":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"[":{"3":{"2":{"df":2,"docs":{"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":49,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":2.23606797749979},"158":{"tf":3.605551275463989},"160":{"tf":2.0},"162":{"tf":2.6457513110645907},"166":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"246":{"tf":1.0},"251":{"tf":3.4641016151377544},"256":{"tf":1.0},"260":{"tf":2.0},"281":{"tf":2.0},"283":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"283":{"tf":1.0}}},"df":4,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"44":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"123":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"291":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"253":{"tf":1.4142135623730951}}}},"df":10,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}}}},"f":{"df":2,"docs":{"162":{"tf":1.0},"231":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"162":{"tf":1.0},"229":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"230":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"226":{"tf":2.0},"251":{"tf":1.4142135623730951},"260":{"tf":2.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"283":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"256":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":37,"docs":{"160":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":53,"docs":{"162":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":2.23606797749979},"254":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"256":{"tf":2.449489742783178},"291":{"tf":1.0},"53":{"tf":1.4142135623730951},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":2,"docs":{"158":{"tf":1.0},"256":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"252":{"tf":1.7320508075688772},"61":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":25,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"57":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"287":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"134":{"tf":1.0},"291":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":8,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"239":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"146":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"291":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"285":{"tf":1.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"s":{"df":2,"docs":{"111":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"1":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"254":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"256":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"291":{"tf":1.4142135623730951},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"83":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"93":{"tf":3.0},"94":{"tf":2.0},"95":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"287":{"tf":2.23606797749979},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"266":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"157":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"226":{"tf":3.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":3.0},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"283":{"tf":2.23606797749979},"57":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"11":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"149":{"tf":1.0},"256":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"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":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":67,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"164":{"tf":1.0},"166":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":3.1622776601683795},"252":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":3.0},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"283":{"tf":1.0}}},"t":{"df":1,"docs":{"281":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"256":{"tf":1.0},"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"291":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"df":3,"docs":{"156":{"tf":1.0},"53":{"tf":4.358898943540674},"57":{"tf":3.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"198":{"tf":1.4142135623730951},"284":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"52":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"254":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951}}}}},"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":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.0},"274":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":3,"docs":{"62":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"255":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":40,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"150":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.4142135623730951},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}},"e":{"2":{"5":{"5":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"a":{"df":58,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"134":{"tf":2.0},"14":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":2.449489742783178},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"273":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":3.0},"303":{"tf":1.7320508075688772},"304":{"tf":2.0},"305":{"tf":2.449489742783178},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":15,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":3.3166247903554},"83":{"tf":4.358898943540674},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"281":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":3.4641016151377544}}}}}},"df":3,"docs":{"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"115":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"2":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"292":{"tf":2.6457513110645907},"293":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":2.0},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":2.449489742783178},"311":{"tf":1.7320508075688772}}}},"t":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":23,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"262":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":172,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"15":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"291":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"291":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"301":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"172":{"tf":1.4142135623730951}},"i":{"d":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951}},"s":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":2.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"9":{"1":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":41,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":3.7416573867739413},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"c":{"a":{"2":{"a":{"0":{"4":{"0":{"c":{"df":0,"docs":{},"e":{"9":{"5":{"df":0,"docs":{},"f":{"c":{"1":{"9":{"b":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"7":{"5":{"b":{"a":{"c":{"5":{"3":{"0":{"d":{"0":{"5":{"2":{"4":{"8":{"4":{"d":{"0":{"b":{"1":{"a":{"4":{"9":{"2":{"6":{"7":{"a":{"2":{"df":0,"docs":{},"e":{"b":{"0":{"7":{"a":{"7":{"a":{"1":{"b":{"0":{"0":{"c":{"3":{"8":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":2,"docs":{"162":{"tf":1.0},"281":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":3,"docs":{"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"69":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":4,"docs":{"162":{"tf":1.0},"277":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"166":{"tf":2.23606797749979},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"49":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"153":{"tf":1.4142135623730951},"292":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":2.6457513110645907},"305":{"tf":2.6457513110645907},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"8":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"125":{"tf":1.0}}},"2":{")":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":142,"docs":{"110":{"tf":1.0},"111":{"tf":3.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":3.0},"121":{"tf":2.449489742783178},"122":{"tf":3.1622776601683795},"123":{"tf":2.449489742783178},"124":{"tf":2.6457513110645907},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"163":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":1,"docs":{"131":{"tf":1.0}}},"b":{"df":1,"docs":{"131":{"tf":1.0}}},"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"158":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"164":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.0},"133":{"tf":2.0},"14":{"tf":1.0},"143":{"tf":3.0},"146":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"q":{"df":3,"docs":{"162":{"tf":1.0},"174":{"tf":1.4142135623730951},"198":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"162":{"tf":2.449489742783178},"174":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"272":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"291":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":53,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"281":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"162":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"77":{"tf":1.0},"78":{"tf":2.6457513110645907}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":2.449489742783178},"85":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":37,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"250":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"292":{"tf":1.0},"309":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":3,"docs":{"108":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"162":{"tf":1.0},"176":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"283":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"155":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":2.0}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":3.0},"57":{"tf":4.242640687119285},"61":{"tf":2.0}}},"w":{"df":1,"docs":{"166":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"122":{"tf":2.0}}},"2":{"df":1,"docs":{"122":{"tf":2.0}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}},"l":{"df":4,"docs":{"251":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"155":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":4,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0}}}},"x":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"284":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"251":{"tf":1.0},"282":{"tf":2.449489742783178}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.0}}}}},"n":{"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":3.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":40,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"226":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"o":{"(":{"a":{"df":5,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"82":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"1":{"tf":2.23606797749979},"150":{"tf":1.0},"268":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951}}}},"df":4,"docs":{"291":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"198":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":3.0},"260":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":15,"docs":{"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.449489742783178}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"df":14,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":2.23606797749979},"256":{"tf":1.0},"260":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":2.0},"1":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"248":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"121":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":11,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.7320508075688772},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"11":{"tf":2.0},"110":{"tf":2.449489742783178},"111":{"tf":2.0},"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"281":{"tf":2.0},"291":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"84":{"tf":2.23606797749979},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"262":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0}}}}}}},"g":{"a":{"df":23,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":2.6457513110645907},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":4.58257569495584},"56":{"tf":1.0},"57":{"tf":3.7416573867739413},"6":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":2.0},"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"145":{"tf":2.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"g":{"a":{"df":7,"docs":{"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"226":{"tf":1.0},"260":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}},"n":{"df":21,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"283":{"tf":1.4142135623730951}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":2,"docs":{"68":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":1,"docs":{"48":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}},"f":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"284":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"291":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"(":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"1":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"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":{"(":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"t":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"261":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}},"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":3.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"164":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"249":{"tf":1.4142135623730951},"287":{"tf":2.6457513110645907},"46":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":7,"docs":{"124":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":11,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"268":{"tf":2.0},"287":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"115":{"tf":1.0},"122":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":14,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"116":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"13":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"p":{"df":13,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":29,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.7320508075688772},"266":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"d":{"df":72,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"136":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"247":{"tf":2.23606797749979},"25":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":3.4641016151377544},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":3.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":3.4641016151377544},"270":{"tf":2.6457513110645907},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"7":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":4.358898943540674},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"115":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"284":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":44,"docs":{"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"230":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.0},"234":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":3.1622776601683795},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.23606797749979},"256":{"tf":3.605551275463989},"283":{"tf":2.6457513110645907},"284":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"i":{"df":36,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":4.47213595499958},"163":{"tf":2.449489742783178},"169":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"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":4,"docs":{"132":{"tf":2.23606797749979},"133":{"tf":1.7320508075688772},"288":{"tf":1.0},"291":{"tf":2.6457513110645907}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"251":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"256":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"163":{"tf":2.0},"26":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"50":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"1":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"df":2,"docs":{"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":2,"docs":{"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"198":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"67":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":2.23606797749979},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"7":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"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":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951}}}}}},"2":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":55,"docs":{"11":{"tf":2.8284271247461903},"12":{"tf":2.449489742783178},"13":{"tf":2.6457513110645907},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.23606797749979},"301":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":3.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"122":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":43,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.8284271247461903},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"166":{"tf":2.8284271247461903},"167":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"24":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"53":{"tf":4.47213595499958},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":38,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"124":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":3.7416573867739413},"163":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"158":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"292":{"tf":1.0},"310":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":25,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"163":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"a":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.0},"53":{"tf":3.7416573867739413},"57":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"155":{"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},"29":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"310":{"tf":1.0}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"200":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"157":{"tf":1.0},"264":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"129":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"m":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"162":{"tf":1.0},"220":{"tf":1.4142135623730951}}},"df":2,"docs":{"162":{"tf":1.0},"215":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"162":{"tf":1.0},"221":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"162":{"tf":1.0},"224":{"tf":1.4142135623730951}}},"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"z":{"b":{"df":2,"docs":{"162":{"tf":1.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"162":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"70":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.872983346207417},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":13,"docs":{"11":{"tf":1.0},"162":{"tf":3.3166247903554},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951}}}}}},"k":{"2":{"5":{"6":{"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"67":{"tf":1.4142135623730951}},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"2":{"5":{"6":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"y":{"df":32,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":2.23606797749979},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.6457513110645907},"309":{"tf":2.23606797749979},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"38":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"l":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"1":{"df":7,"docs":{"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"207":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"158":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"d":{"c":{"df":4,"docs":{"155":{"tf":1.0},"162":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"'":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":22,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.449489742783178},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.7320508075688772},"307":{"tf":2.23606797749979},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":3.4641016151377544},"67":{"tf":3.7416573867739413}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.449489742783178}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"162":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"200":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":24,"docs":{"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":2.0},"262":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"198":{"tf":1.0},"202":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"291":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"165":{"tf":1.0},"57":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"11":{"tf":2.0},"111":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.0},"164":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"162":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"2":{"(":{"0":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"198":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}},"d":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"136":{"tf":1.0},"162":{"tf":1.0},"258":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"d":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"291":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.4142135623730951},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"z":{"c":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"198":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"155":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"283":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"155":{"tf":1.0},"256":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"162":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772}}}}},"x":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":3,"docs":{"57":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"*":{"(":{"3":{"2":{"+":{"8":{"df":1,"docs":{"153":{"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":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"6":{"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"9":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"6":{"tf":3.605551275463989},"67":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"235":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"236":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"162":{"tf":1.0},"237":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"116":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"r":{"a":{"df":36,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}},"b":{",":{"1":{"6":{"]":{";":{"c":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"df":3,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"109":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0}}},"c":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"258":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"d":{"df":1,"docs":{"270":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"270":{"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":{},"v":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":61,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":5.477225575051661},"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"q":{"df":2,"docs":{"162":{"tf":1.0},"239":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":23,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"150":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"254":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.23606797749979},"67":{"tf":3.7416573867739413},"72":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":26,"docs":{"109":{"tf":1.7320508075688772},"149":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":3.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"44":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":2.449489742783178},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"149":{"tf":1.0},"262":{"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":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"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":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":7,"docs":{"126":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"283":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"86":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":2.449489742783178},"95":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"198":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"b":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":2.0}}}},"g":{"a":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"10":{"tf":2.23606797749979},"101":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"259":{"tf":2.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"250":{"tf":1.0}}}},"s":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"187":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":6,"docs":{"155":{"tf":1.4142135623730951},"198":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"181":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":7,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"162":{"tf":2.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":6,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"u":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"155":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"85":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"56":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"184":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"186":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":10,"docs":{"162":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":1,"docs":{"69":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}},"u":{"6":{"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}},"w":{"df":1,"docs":{"94":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"[":{"b":{"2":{"5":{"6":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"2":{"5":{"6":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"145":{"tf":1.0}}},"u":{"6":{"4":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"144":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":2.6457513110645907}},"e":{":":{":":{"df":0,"docs":{},"x":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"z":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":72,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"93":{"tf":3.7416573867739413},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"129":{"tf":1.0},"291":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"198":{"tf":1.0}},"e":{"d":{"df":11,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"158":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"3":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"187":{"tf":1.0},"84":{"tf":1.0}}}}},"w":{"df":9,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":2.0}}}},"df":3,"docs":{"12":{"tf":1.4142135623730951},"66":{"tf":4.0},"67":{"tf":4.47213595499958}}}},"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":13,"docs":{"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"292":{"tf":1.0},"309":{"tf":1.0},"40":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":2,"docs":{"263":{"tf":1.0},"84":{"tf":1.4142135623730951}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"188":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":136,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"w":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.0},"12":{"tf":2.6457513110645907},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":2.0},"70":{"tf":1.0},"83":{"tf":3.4641016151377544},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"d":{"d":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"200":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":125,"docs":{"150":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.6457513110645907},"201":{"tf":2.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"293":{"tf":1.0},"310":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"143":{"tf":1.0},"18":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"153":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"191":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"301":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"262":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"(":{"df":3,"docs":{"251":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"261":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":60,"docs":{"11":{"tf":2.449489742783178},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"270":{"tf":2.0},"284":{"tf":1.0},"291":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":2.23606797749979},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"9":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"270":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"287":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":64,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"301":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":30,"docs":{"147":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"d":{"df":19,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.0},"163":{"tf":1.7320508075688772}}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":115,"docs":{"151":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"1":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"283":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":7,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":36,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":39,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":8,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":38,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"k":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"259":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"a":{"df":3,"docs":{"285":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"150":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":2.0},"150":{"tf":2.449489742783178},"250":{"tf":1.0},"259":{"tf":1.0},"52":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"11":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":2.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"284":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"162":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772}},"h":{"df":3,"docs":{"162":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.0}}},"l":{"df":2,"docs":{"162":{"tf":1.0},"243":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"281":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"49":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"155":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":2.0},"55":{"tf":1.0}}}}}}}}}}},"df":26,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.4641016151377544},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":3.1622776601683795},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"291":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"309":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":4,"docs":{"12":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":1,"docs":{"122":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"53":{"tf":2.0},"57":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"291":{"tf":1.7320508075688772},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":2.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"11":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":4,"docs":{"12":{"tf":2.0},"3":{"tf":1.4142135623730951},"66":{"tf":3.0},"67":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"70":{"tf":1.0},"83":{"tf":3.3166247903554},"96":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"285":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"d":{"df":9,"docs":{"148":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":20,"docs":{"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"162":{"tf":1.0},"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"291":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"251":{"tf":1.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"a":{"df":110,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":2.0},"172":{"tf":2.23606797749979},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"175":{"tf":2.23606797749979},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"179":{"tf":2.449489742783178},"180":{"tf":2.23606797749979},"181":{"tf":2.23606797749979},"182":{"tf":2.0},"183":{"tf":2.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"213":{"tf":2.0},"215":{"tf":2.0},"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":2.23606797749979},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"226":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"229":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"244":{"tf":2.0},"245":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"250":{"tf":2.449489742783178},"251":{"tf":2.0},"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"260":{"tf":2.23606797749979},"261":{"tf":2.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":2.0},"269":{"tf":2.0},"270":{"tf":2.0},"272":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"281":{"tf":2.23606797749979},"282":{"tf":2.0},"283":{"tf":2.449489742783178},"284":{"tf":2.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"284":{"tf":1.0}}}},"b":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":4,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"7":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":94,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":2.0},"247":{"tf":2.0},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":3.1622776601683795},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":2.0},"257":{"tf":2.0},"258":{"tf":2.0},"259":{"tf":2.6457513110645907},"260":{"tf":3.0},"262":{"tf":1.7320508075688772},"263":{"tf":2.0},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":2.0},"267":{"tf":2.0},"268":{"tf":2.0},"269":{"tf":3.1622776601683795},"270":{"tf":2.23606797749979},"272":{"tf":2.0},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.0},"279":{"tf":2.0},"281":{"tf":1.7320508075688772},"284":{"tf":2.0},"83":{"tf":1.0}}},"c":{";":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"109":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"172":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.23606797749979},"180":{"tf":2.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"217":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"237":{"tf":3.0},"239":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":2.0},"253":{"tf":2.0},"256":{"tf":3.3166247903554},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"262":{"tf":2.8284271247461903},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"270":{"tf":3.1622776601683795},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"184":{"tf":1.0}}}}},"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"251":{"tf":2.0},"253":{"tf":2.8284271247461903},"257":{"tf":2.0},"258":{"tf":2.6457513110645907},"262":{"tf":3.0},"265":{"tf":2.6457513110645907},"267":{"tf":2.23606797749979},"270":{"tf":2.0},"273":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"281":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"166":{"tf":2.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"49":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"277":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"226":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"96":{"tf":2.8284271247461903},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"257":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"226":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"df":5,"docs":{"150":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"166":{"tf":1.0},"26":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"291":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":86,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"150":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":2.23606797749979},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":2.6457513110645907},"242":{"tf":2.6457513110645907},"243":{"tf":2.6457513110645907},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"255":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}}}},"y":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"46":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"162":{"tf":2.449489742783178},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.0}}},"df":13,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"300":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"150":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"284":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":59,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"155":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}},"t":{"d":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.4142135623730951}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":2.0},"260":{"tf":1.4142135623730951}},"l":{"df":3,"docs":{"150":{"tf":1.0},"226":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"104":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":35,"docs":{"15":{"tf":1.0},"150":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":2.449489742783178},"24":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":2.449489742783178},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":4.47213595499958},"54":{"tf":2.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"7":{"tf":1.0}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"105":{"tf":1.7320508075688772},"156":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":2.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"c":{"df":3,"docs":{"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":3.0},"145":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":2.449489742783178},"292":{"tf":1.4142135623730951},"293":{"tf":2.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.8284271247461903},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":2.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"67":{"tf":3.4641016151377544},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"198":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"67":{"tf":2.0},"73":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":4,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.4142135623730951}}}}}},"s":{"2":{"5":{"6":{"df":4,"docs":{"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.4142135623730951},"150":{"tf":1.0},"261":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}}}}},"b":{"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"244":{"tf":1.4142135623730951}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"291":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.0},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"96":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.7320508075688772},"26":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"263":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"97":{"tf":1.0}}}},"df":12,"docs":{"132":{"tf":1.0},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"c":{"df":1,"docs":{"68":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"120":{"tf":1.0},"132":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"2":{"5":{"1":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"k":{"1":{".":{"df":0,"docs":{},"n":{"/":{"/":{"2":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":2,"docs":{"275":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"287":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":2,"docs":{"153":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"11":{"tf":1.0},"126":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"d":{"df":8,"docs":{"162":{"tf":1.0},"166":{"tf":1.0},"262":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":7,"docs":{"26":{"tf":1.0},"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"56":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"_":{"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":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0}}}},"t":{"df":88,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"162":{"tf":2.449489742783178},"167":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":2.449489742783178},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.7320508075688772},"284":{"tf":1.4142135623730951},"29":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":2.0},"7":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"0":{"df":0,"docs":{},"x":{"4":{"6":{"5":{"5":{"4":{"5":{"4":{"c":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{"[":{"0":{":":{"3":{"2":{"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":{}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"1":{"0":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"111":{"tf":1.0},"136":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"200":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"200":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":2.0},"67":{"tf":2.6457513110645907}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"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":35,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.0},"162":{"tf":1.4142135623730951},"275":{"tf":2.23606797749979},"276":{"tf":2.23606797749979},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"57":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.7320508075688772}}}}}},"df":13,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"159":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"67":{"tf":1.0}},"f":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"163":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"x":{"df":4,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"153":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":24,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"162":{"tf":1.0},"192":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"193":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":3,"docs":{"162":{"tf":1.0},"262":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"306":{"tf":1.0}}},"1":{"df":1,"docs":{"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"308":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":9,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}},"1":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}},"2":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"29":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":13,"docs":{"150":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.0},"292":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":3.1622776601683795},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":15,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":2.0},"231":{"tf":2.0},"232":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0}},"e":{"c":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"156":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":12,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":3.4641016151377544},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"156":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"194":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"195":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"264":{"tf":1.4142135623730951}},"q":{"df":2,"docs":{"162":{"tf":1.0},"265":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"p":{"df":10,"docs":{"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":2.23606797749979}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"150":{"tf":2.0},"153":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"263":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0}}},"c":{"df":2,"docs":{"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":31,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":2.23606797749979},"164":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"29":{"tf":2.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"124":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"[":{"1":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"2":{"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":1,"docs":{"125":{"tf":1.0}}},"5":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":29,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"111":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":2.6457513110645907},"122":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"132":{"tf":2.23606797749979},"144":{"tf":3.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"7":{"tf":1.0},"82":{"tf":3.0},"87":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"162":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":3.7416573867739413},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"150":{"tf":1.0},"162":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"_":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"(":{"0":{"df":0,"docs":{},"u":{"3":{"2":{"df":10,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"0":{"2":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"3":{"2":{"df":4,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"307":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"n":{"df":1,"docs":{"291":{"tf":1.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.0},"123":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"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":{"291":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"291":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"120":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"245":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"162":{"tf":1.0},"266":{"tf":1.4142135623730951}},"q":{"df":2,"docs":{"162":{"tf":1.0},"267":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":112,"docs":{"163":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{",":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}},"_":{"1":{",":{".":{".":{".":{",":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"166":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}},"i":{"6":{"4":{"df":2,"docs":{"268":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"291":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"120":{"tf":2.0},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"291":{"tf":5.0},"292":{"tf":4.47213595499958},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":2.0},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":2.23606797749979},"311":{"tf":2.0},"4":{"tf":1.4142135623730951},"67":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"120":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":1.0},"44":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"=":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"+":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"242":{"tf":1.0},"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"256":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":5,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.0},"67":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"53":{"tf":5.291502622129181},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.23606797749979},"11":{"tf":3.1622776601683795},"114":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":2.23606797749979},"29":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"34":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":2.8284271247461903},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"57":{"tf":3.605551275463989},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":3.1622776601683795},"7":{"tf":3.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":3.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"162":{"tf":1.4142135623730951},"269":{"tf":2.23606797749979},"270":{"tf":2.23606797749979},"56":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"107":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":2.0},"16":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"162":{"tf":1.0},"269":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}},"df":38,"docs":{"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":2.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"310":{"tf":3.0},"311":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.8284271247461903},"67":{"tf":4.123105625617661},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"o":{"df":2,"docs":{"162":{"tf":1.0},"270":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":26,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"146":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":31,"docs":{"132":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"295":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}}},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"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":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"[":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"0":{"b":{"1":{"1":{"1":{"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"284":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"284":{"tf":1.0},"53":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"284":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":2.0},"24":{"tf":2.0},"25":{"tf":2.0},"34":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":1,"docs":{"111":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"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":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"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":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":3.4641016151377544},"115":{"tf":2.23606797749979},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":2.449489742783178},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"14":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.23606797749979},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":2.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},"226":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":2.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.7320508075688772},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":3.605551275463989},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":4.69041575982343},"83":{"tf":7.416198487095663},"85":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":3.0},"95":{"tf":2.6457513110645907},"96":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":8,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"93":{"tf":2.8284271247461903},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":3,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":8,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{",":{"1":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":2.449489742783178},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"310":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":16,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":2.6457513110645907},"13":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":36,"docs":{"10":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.23606797749979},"24":{"tf":2.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"260":{"tf":2.449489742783178},"261":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":4.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"53":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"167":{"tf":1.0},"198":{"tf":1.0}}}}},"r":{"df":2,"docs":{"287":{"tf":1.0},"291":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"292":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}},"g":{"a":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":4.0},"293":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":2.0},"296":{"tf":2.23606797749979},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":2.23606797749979},"301":{"tf":2.449489742783178},"302":{"tf":2.23606797749979},"303":{"tf":1.7320508075688772},"304":{"tf":2.0},"305":{"tf":2.449489742783178},"306":{"tf":1.7320508075688772},"307":{"tf":2.449489742783178},"308":{"tf":2.23606797749979},"309":{"tf":1.7320508075688772},"310":{"tf":2.6457513110645907},"311":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":5,"docs":{"11":{"tf":4.123105625617661},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":2.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":61,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":3,"docs":{"281":{"tf":1.0},"57":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":19,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}},"x":{"df":0,"docs":{},"o":{"df":15,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"155":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"0":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"1":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"2":{"df":1,"docs":{"257":{"tf":1.0}}},"3":{"df":1,"docs":{"257":{"tf":1.0}}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"226":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"d":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"14":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"61":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":86,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.6457513110645907},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":2.23606797749979},"230":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":5.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":2.6457513110645907},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"]":{"[":{"1":{"df":1,"docs":{"68":{"tf":1.0}}},"2":{"5":{"5":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.0},"123":{"tf":2.0},"133":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"df":5,"docs":{"283":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":4,"docs":{"281":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.23606797749979}},"e":{"c":{"!":{"[":{"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"134":{"tf":1.0},"144":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"115":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":17,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.6457513110645907},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":18,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":2.8284271247461903},"114":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"290":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"83":{"tf":2.0}}}}}}}},"i":{"a":{"df":2,"docs":{"11":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":61,"docs":{"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":22,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"226":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"281":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}},"w":{"^":{"df":0,"docs":{},"x":{"df":1,"docs":{"161":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"y":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"155":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"208":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":3,"docs":{"162":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"210":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0}}}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"67":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"150":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":16,"docs":{"11":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"234":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"209":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"199":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"205":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"203":{"tf":1.4142135623730951}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"201":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"151":{"tf":1.0},"287":{"tf":1.0},"72":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":2.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"49":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"160":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"200":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":1,"docs":{"202":{"tf":1.0}},"x":{"df":1,"docs":{"204":{"tf":1.0}}}}}}},"y":{"df":7,"docs":{"123":{"tf":1.7320508075688772},"163":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"z":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"10":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.4142135623730951}}},"df":4,"docs":{"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":6,"docs":{"297":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"123":{"tf":2.0}}},"1":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":71,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"133":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":3.872983346207417},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"x":{"0":{"0":{"*":{"*":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":6,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0}}},"2":{"df":2,"docs":{"120":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"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":{}},"5":{"1":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"283":{"tf":1.0}}},"2":{"df":1,"docs":{"283":{"tf":1.0}}},"3":{"df":1,"docs":{"283":{"tf":1.0}}},"4":{"df":1,"docs":{"283":{"tf":1.0}}},"5":{"df":1,"docs":{"283":{"tf":1.0}}},"6":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":114,"docs":{"108":{"tf":1.0},"150":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":1,"docs":{"284":{"tf":1.0}}}},"1":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0}}},"2":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}},"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"150":{"tf":1.0}}},"6":{"df":1,"docs":{"150":{"tf":1.0}}},"7":{"df":1,"docs":{"150":{"tf":1.0}}},"8":{"df":1,"docs":{"150":{"tf":1.0}}},"9":{"df":1,"docs":{"150":{"tf":1.0}}},"a":{"df":1,"docs":{"150":{"tf":1.0}}},"b":{"df":1,"docs":{"150":{"tf":1.0}}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"b":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"6":{"0":{"4":{"2":{"2":{"d":{"b":{"2":{"4":{"3":{"c":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"6":{"d":{"3":{"4":{"2":{"9":{"4":{"9":{"d":{"a":{"3":{"c":{"6":{"4":{"a":{"3":{"c":{"6":{"a":{"c":{"5":{"6":{"4":{"9":{"4":{"1":{"df":0,"docs":{},"f":{"8":{"4":{"b":{"6":{"df":0,"docs":{},"f":{"0":{"6":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"f":{"df":1,"docs":{"150":{"tf":1.0}}}},"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{".":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"7":{"df":0,"docs":{},"f":{"2":{"9":{"a":{"b":{"c":{"c":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}},"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":{"9":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"d":{"1":{"2":{"1":{"a":{"6":{"d":{"5":{"a":{"df":0,"docs":{},"f":{"c":{"8":{"1":{"3":{"5":{"8":{"2":{"1":{"a":{"c":{"b":{"3":{"9":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"6":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"5":{"9":{"0":{"9":{"1":{"9":{"2":{"6":{"6":{"d":{"6":{"2":{"0":{"b":{"df":0,"docs":{},"f":{"c":{"7":{"b":{"9":{"b":{"6":{"df":0,"docs":{},"f":{"2":{"4":{"d":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{".":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"284":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{".":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"0":{"1":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"6":{"c":{"6":{"c":{"6":{"df":0,"docs":{},"f":{"2":{"c":{"2":{"0":{"5":{"7":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"6":{"c":{"6":{"4":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"d":{"b":{"8":{"b":{"a":{"c":{"7":{"1":{"0":{"c":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"5":{"1":{"4":{"9":{"a":{"c":{"6":{"0":{"6":{"4":{"2":{"2":{"2":{"9":{"2":{"2":{"df":0,"docs":{},"e":{"a":{"a":{"2":{"2":{"6":{"5":{"2":{"6":{"b":{"0":{"d":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"7":{"8":{"7":{"1":{"df":0,"docs":{},"e":{"2":{"8":{"c":{"3":{"6":{"8":{"df":0,"docs":{},"f":{"6":{"a":{"df":0,"docs":{},"f":{"b":{"c":{"df":0,"docs":{},"f":{"d":{"6":{"0":{"a":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"6":{"df":0,"docs":{},"e":{"6":{"1":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"c":{"5":{"a":{"c":{"4":{"7":{"1":{"b":{"4":{"7":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"9":{"8":{"7":{"a":{"d":{"a":{"4":{"3":{"9":{"df":0,"docs":{},"f":{"c":{"0":{"8":{"5":{"c":{"df":0,"docs":{},"f":{"a":{"3":{"c":{"4":{"9":{"4":{"1":{"6":{"c":{"df":0,"docs":{},"f":{"2":{"b":{"5":{"0":{"4":{"a":{"c":{"5":{"0":{"1":{"5":{"1":{"df":0,"docs":{},"e":{"3":{"c":{"2":{"3":{"3":{"5":{"d":{"6":{"0":{"5":{"9":{"5":{"c":{"b":{"9":{"0":{"7":{"4":{"5":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"8":{"b":{"7":{"8":{"8":{"9":{"4":{"df":0,"docs":{},"e":{"4":{"9":{"3":{"c":{"9":{"8":{"a":{"1":{"9":{"6":{"a":{"a":{"5":{"1":{"b":{"4":{"3":{"2":{"b":{"6":{"7":{"4":{"df":0,"docs":{},"e":{"4":{"8":{"1":{"3":{"2":{"5":{"3":{"2":{"5":{"7":{"df":0,"docs":{},"e":{"d":{"9":{"3":{"3":{"1":{"0":{"5":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"d":{"6":{"8":{"1":{"3":{"b":{"3":{"a":{"a":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0}},"e":{"3":{"b":{"0":{"c":{"4":{"4":{"2":{"9":{"8":{"df":0,"docs":{},"f":{"c":{"1":{"c":{"1":{"4":{"9":{"a":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"f":{"4":{"c":{"8":{"9":{"9":{"6":{"df":0,"docs":{},"f":{"b":{"9":{"2":{"4":{"2":{"7":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"df":0,"docs":{},"e":{"4":{"6":{"4":{"9":{"b":{"9":{"3":{"4":{"c":{"a":{"4":{"9":{"5":{"9":{"9":{"1":{"b":{"7":{"8":{"5":{"2":{"b":{"8":{"5":{"5":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}}},"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":{"81":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{".":{"1":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"292":{"tf":1.0},"299":{"tf":1.7320508075688772}}},"8":{"df":0,"docs":{},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"292":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"1":{"df":1,"docs":{"8":{"tf":1.0}}},"2":{"8":{"9":{"6":{"6":{"7":{"8":{"1":{"2":{"8":{"3":{"1":{"3":{"0":{"6":{"8":{"7":{"8":{"0":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"208":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772}}},"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}},"5":{".":{".":{"2":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"df":0,"docs":{},"e":{"6":{"df":0,"docs":{},"f":{"4":{"4":{"c":{"1":{"d":{"6":{"2":{"9":{"1":{"c":{"d":{"df":0,"docs":{},"f":{"4":{"6":{"3":{"9":{"5":{"a":{"8":{"df":0,"docs":{},"e":{"5":{"7":{"3":{"2":{"7":{"6":{"a":{"4":{"df":0,"docs":{},"f":{"a":{"7":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"c":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"c":{"8":{"9":{"1":{"df":0,"docs":{},"e":{"0":{"9":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"2":{"d":{"1":{"b":{"0":{"a":{"0":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{".":{"4":{"0":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"3":{"2":{"2":{"8":{"9":{"8":{"4":{"3":{"6":{"6":{"4":{"5":{"1":{"8":{"9":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"150":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":2.0},"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"8":{"0":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"4":{"4":{"6":{"7":{"4":{"4":{"0":{"7":{"3":{"7":{"0":{"9":{"5":{"5":{"1":{"6":{"1":{"3":{"df":3,"docs":{"101":{"tf":1.0},"102":{"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":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"1":{"df":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"2":{"df":2,"docs":{"100":{"tf":1.0},"105":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.0},"163":{"tf":1.0}}},"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":77,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":2.0},"251":{"tf":1.0},"256":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"292":{"tf":2.0},"294":{"tf":1.4142135623730951},"300":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"*":{"*":{"2":{"6":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"2":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"/":{"0":{"7":{"/":{"1":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"266":{"tf":1.4142135623730951}}},"5":{".":{".":{"3":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"162":{"tf":3.0},"199":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"^":{"6":{"4":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"5":{"3":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"120":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.7320508075688772},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"e":{"3":{"8":{"df":0,"docs":{},"e":{"7":{"7":{"b":{"2":{"2":{"c":{"3":{"1":{"4":{"a":{"4":{"4":{"9":{"df":0,"docs":{},"e":{"9":{"1":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"d":{"9":{"2":{"a":{"4":{"3":{"8":{"2":{"6":{"a":{"c":{"6":{"a":{"a":{"4":{"0":{"3":{"a":{"df":0,"docs":{},"e":{"6":{"a":{"8":{"a":{"c":{"b":{"6":{"c":{"df":0,"docs":{},"f":{"5":{"8":{"2":{"3":{"9":{"df":0,"docs":{},"f":{"b":{"a":{"df":0,"docs":{},"f":{"5":{"d":{"df":4,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"2":{"]":{")":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"]":{"[":{"0":{"df":2,"docs":{"264":{"tf":1.0},"266":{"tf":1.0}}},"8":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":2.23606797749979},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"247":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"250":{"tf":3.0},"251":{"tf":3.7416573867739413},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":2.8284271247461903},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"262":{"tf":3.0},"263":{"tf":2.449489742783178},"264":{"tf":1.0},"265":{"tf":3.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.8284271247461903},"269":{"tf":3.605551275463989},"270":{"tf":3.4641016151377544},"272":{"tf":2.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"7":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"8":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"9":{"2":{"d":{"5":{"8":{"c":{"6":{"9":{"4":{"d":{"2":{"d":{"9":{"1":{"df":0,"docs":{},"f":{"3":{"0":{"2":{"5":{"df":0,"docs":{},"f":{"2":{"b":{"c":{"c":{"df":0,"docs":{},"f":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"f":{"2":{"a":{"1":{"0":{"5":{"9":{"3":{"6":{"df":0,"docs":{},"f":{"5":{"d":{"a":{"8":{"8":{"1":{"b":{"0":{"8":{"9":{"9":{"1":{"8":{"5":{"d":{"4":{"9":{"df":0,"docs":{},"f":{"2":{"6":{"4":{"5":{"2":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"d":{"d":{"5":{"c":{"1":{"7":{"6":{"8":{"d":{"d":{"7":{"8":{"6":{"9":{"6":{"6":{"3":{"d":{"c":{"2":{"df":0,"docs":{},"f":{"8":{"6":{"8":{"df":0,"docs":{},"e":{"a":{"8":{"a":{"8":{"c":{"df":0,"docs":{},"e":{"6":{"8":{"b":{"d":{"6":{"0":{"6":{"4":{"2":{"4":{"4":{"d":{"b":{"c":{"4":{"2":{"8":{"6":{"df":0,"docs":{},"e":{"2":{"c":{"9":{"2":{"1":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"9":{"6":{"2":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{".":{"1":{".":{"3":{"df":1,"docs":{"68":{"tf":1.0}}},"6":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"6":{"4":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"95":{"tf":1.0}}},";":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":7,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":42,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"291":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"c":{"3":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"6":{"9":{"df":0,"docs":{},"e":{"2":{"8":{"1":{"a":{"6":{"2":{"2":{"2":{"8":{"1":{"a":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"0":{"5":{"5":{"df":0,"docs":{},"f":{"8":{"0":{"9":{"8":{"c":{"4":{"0":{"b":{"c":{"5":{"6":{"6":{"1":{"1":{"8":{"c":{"b":{"b":{"4":{"8":{"c":{"a":{"5":{"df":0,"docs":{},"f":{"d":{"2":{"8":{"b":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"171":{"tf":1.0},"191":{"tf":1.0}}},"df":11,"docs":{"122":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"292":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"308":{"tf":2.0},"309":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"6":{"1":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"2":{"5":{"5":{"3":{"1":{"5":{"4":{"2":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"8":{"3":{"4":{"d":{"d":{"1":{"2":{"7":{"df":0,"docs":{},"e":{"7":{"7":{"1":{"1":{"0":{"1":{"a":{"c":{"1":{"0":{"1":{"4":{"1":{"1":{"1":{"7":{"1":{"8":{"4":{"5":{"1":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"9":{"9":{"6":{"d":{"9":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"0":{"c":{"6":{"6":{"a":{"5":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"240":{"tf":1.0},"242":{"tf":1.0}}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"83":{"tf":1.0}}}}},"df":28,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"275":{"tf":2.8284271247461903},"276":{"tf":2.8284271247461903},"277":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"4":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"6":{"5":{"6":{"c":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"7":{"9":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"7":{"c":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"a":{"c":{"d":{"1":{"2":{"8":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"b":{"5":{"df":0,"docs":{},"f":{"0":{"b":{"df":0,"docs":{},"f":{"2":{"b":{"d":{"df":0,"docs":{},"e":{"a":{"5":{"3":{"3":{"a":{"5":{"1":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"c":{"9":{"a":{"a":{"b":{"df":0,"docs":{},"e":{"9":{"2":{"3":{"6":{"d":{"3":{"3":{"5":{"9":{"8":{"9":{"df":0,"docs":{},"f":{"3":{"b":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"311":{"tf":1.4142135623730951},"69":{"tf":1.0},"8":{"tf":1.0}},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"*":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"6":{"df":0,"docs":{},"e":{"9":{"8":{"2":{"7":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"4":{"7":{"2":{"1":{"d":{"b":{"6":{"8":{"b":{"4":{"c":{"0":{"b":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"5":{"2":{"b":{"8":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"2":{"c":{"5":{"b":{"d":{"7":{"8":{"1":{"1":{"c":{"0":{"7":{"a":{"4":{"1":{"c":{"df":0,"docs":{},"e":{"d":{"8":{"8":{"2":{"c":{"7":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.0},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":2.0},"245":{"tf":2.449489742783178},"251":{"tf":2.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"9":{"df":2,"docs":{"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"_":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":2.0}}},"a":{"[":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{";":{"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"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.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":3.1622776601683795},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":2.23606797749979},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":3.0},"77":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":2.449489742783178},"169":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"53":{"tf":3.4641016151377544}},"i":{"df":2,"docs":{"162":{"tf":1.0},"169":{"tf":1.7320508075688772}},"t":{"df":14,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"164":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"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":{}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"13":{"tf":1.0},"150":{"tf":2.449489742783178},"166":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":5.385164807134504},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"111":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"159":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"300":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"291":{"tf":1.0},"72":{"tf":1.0}}}}}}},"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":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"291":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":15,"docs":{"110":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"228":{"tf":2.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"132":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":2,"docs":{"162":{"tf":1.0},"228":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":4,"docs":{"162":{"tf":1.0},"167":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"43":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":2.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":73,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"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},"145":{"tf":1.0},"146":{"tf":1.0},"287":{"tf":1.4142135623730951},"57":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":2.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},"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.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":3,"docs":{"57":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"305":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"g":{"1":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"112":{"tf":1.0}}},"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":30,"docs":{"111":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"198":{"tf":1.0},"281":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.8284271247461903},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"56":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"122":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":3.872983346207417},"89":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":34,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":2.23606797749979},"259":{"tf":2.23606797749979},"26":{"tf":1.0},"262":{"tf":2.0},"269":{"tf":2.23606797749979},"270":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.449489742783178},"53":{"tf":2.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"53":{"tf":4.69041575982343},"56":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"291":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"83":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.0},"3":{"tf":1.4142135623730951}}}}},"o":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"251":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"301":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":17,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"c":{")":{"%":{"d":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"+":{"c":{")":{"%":{"d":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"3":{"4":{"6":{"d":{"9":{"c":{"a":{"6":{"6":{"c":{"df":0,"docs":{},"e":{"c":{"a":{"6":{"1":{"9":{"5":{"1":{"a":{"2":{"7":{"d":{"b":{"a":{"2":{"9":{"7":{"7":{"b":{"2":{"a":{"8":{"2":{"b":{"8":{"a":{"a":{"8":{"6":{"0":{"0":{"6":{"7":{"0":{"6":{"0":{"4":{"df":0,"docs":{},"f":{"2":{"8":{"6":{"a":{"1":{"3":{"9":{"3":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"0":{"df":0,"docs":{},"f":{"4":{"4":{"df":0,"docs":{},"f":{"a":{"5":{"9":{"6":{"5":{"c":{"2":{"4":{"7":{"4":{"a":{"3":{"b":{"4":{"7":{"1":{"4":{"6":{"7":{"a":{"2":{"2":{"c":{"4":{"3":{"1":{"8":{"5":{"1":{"5":{"2":{"1":{"2":{"9":{"2":{"9":{"5":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"8":{"b":{"0":{"2":{"2":{"a":{"df":0,"docs":{},"e":{"5":{"0":{"b":{"5":{"0":{"9":{"0":{"3":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"1":{"6":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"(":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"3":{"2":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"(":{"b":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"162":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"224":{"tf":1.7320508075688772},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":19,"docs":{"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":2.6457513110645907},"270":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0}}},"m":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"u":{"6":{"4":{"df":1,"docs":{"82":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":3,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"291":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":33,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":3.0},"57":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544},"9":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":18,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"260":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"154":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"96":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"310":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"248":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"249":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"m":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":81,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.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},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"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.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":{}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":50,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.449489742783178},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"115":{"tf":2.8284271247461903},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":2.449489742783178},"162":{"tf":3.7416573867739413},"163":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"200":{"tf":2.8284271247461903},"201":{"tf":2.23606797749979},"202":{"tf":2.449489742783178},"203":{"tf":2.0},"204":{"tf":2.449489742783178},"205":{"tf":2.0},"206":{"tf":2.0},"207":{"tf":2.0},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"d":{"d":{"df":2,"docs":{"162":{"tf":1.0},"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"13":{"tf":2.23606797749979},"162":{"tf":2.0},"256":{"tf":2.23606797749979},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"273":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"73":{"tf":2.6457513110645907},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":3.0},"162":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":2.449489742783178},"252":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":2.0},"34":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.0},"61":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":3.3166247903554},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":13,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":2.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"256":{"tf":1.0}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"291":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"272":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":2.0},"162":{"tf":1.4142135623730951},"250":{"tf":2.449489742783178},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":36,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"25":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":2.23606797749979},"269":{"tf":2.0},"270":{"tf":2.0},"28":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"]":{"[":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":3.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":106,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":2.0},"244":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"3":{"2":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"[":{"3":{"2":{"df":2,"docs":{"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":49,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":2.449489742783178},"158":{"tf":3.7416573867739413},"160":{"tf":2.0},"162":{"tf":2.6457513110645907},"166":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"246":{"tf":1.0},"251":{"tf":3.7416573867739413},"256":{"tf":1.0},"260":{"tf":2.0},"281":{"tf":2.23606797749979},"283":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"e":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"283":{"tf":1.0}}},"df":4,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"44":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"123":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"291":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"253":{"tf":1.7320508075688772}}}},"df":10,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}}}},"f":{"df":2,"docs":{"162":{"tf":1.0},"231":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"162":{"tf":1.0},"229":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"230":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.7320508075688772}}}}},"g":{"a":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"226":{"tf":2.0},"251":{"tf":1.4142135623730951},"260":{"tf":2.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"283":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"256":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":37,"docs":{"160":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":53,"docs":{"162":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":2.449489742783178},"254":{"tf":2.0},"255":{"tf":1.7320508075688772},"256":{"tf":2.6457513110645907},"291":{"tf":1.0},"53":{"tf":1.4142135623730951},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":2,"docs":{"158":{"tf":1.0},"256":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"252":{"tf":2.0},"61":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"df":25,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"27":{"tf":1.0},"270":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"57":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"287":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"134":{"tf":1.0},"291":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":8,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"239":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"291":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"285":{"tf":1.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"s":{"df":2,"docs":{"111":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":28,"docs":{"1":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"254":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"256":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"291":{"tf":1.4142135623730951},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"83":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"93":{"tf":3.0},"94":{"tf":2.0},"95":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"287":{"tf":2.449489742783178},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"266":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"154":{"tf":2.449489742783178},"157":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"226":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":3.1622776601683795},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"283":{"tf":2.23606797749979},"57":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"11":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"149":{"tf":1.0},"256":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"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":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":67,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"164":{"tf":1.0},"166":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":2.23606797749979},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":3.3166247903554},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":3.1622776601683795},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"283":{"tf":1.0}}},"t":{"df":1,"docs":{"281":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"256":{"tf":1.0},"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"291":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"df":3,"docs":{"156":{"tf":1.0},"53":{"tf":4.358898943540674},"57":{"tf":3.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"198":{"tf":1.4142135623730951},"284":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"254":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951}}}}},"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":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":12,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.0},"274":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":3,"docs":{"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"255":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":40,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"150":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.4142135623730951},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}},"e":{"2":{"5":{"5":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"a":{"df":58,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"14":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":3.0},"303":{"tf":1.7320508075688772},"304":{"tf":2.23606797749979},"305":{"tf":2.6457513110645907},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":15,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":3.3166247903554},"83":{"tf":4.358898943540674},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"281":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":3.4641016151377544}}}}}},"df":3,"docs":{"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"115":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"2":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"292":{"tf":2.6457513110645907},"293":{"tf":1.0},"305":{"tf":2.0},"306":{"tf":2.23606797749979},"307":{"tf":2.23606797749979},"308":{"tf":2.23606797749979},"309":{"tf":2.0},"310":{"tf":2.6457513110645907},"311":{"tf":2.0}}}},"t":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":23,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"262":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":172,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"15":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"291":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"291":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"301":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"172":{"tf":1.7320508075688772}},"i":{"d":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"167":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"187":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":2.0}}},"df":2,"docs":{"162":{"tf":1.0},"173":{"tf":1.7320508075688772}},"s":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":2.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"9":{"1":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":41,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":3.7416573867739413},"86":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"c":{"a":{"2":{"a":{"0":{"4":{"0":{"c":{"df":0,"docs":{},"e":{"9":{"5":{"df":0,"docs":{},"f":{"c":{"1":{"9":{"b":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"7":{"5":{"b":{"a":{"c":{"5":{"3":{"0":{"d":{"0":{"5":{"2":{"4":{"8":{"4":{"d":{"0":{"b":{"1":{"a":{"4":{"9":{"2":{"6":{"7":{"a":{"2":{"df":0,"docs":{},"e":{"b":{"0":{"7":{"a":{"7":{"a":{"1":{"b":{"0":{"0":{"c":{"3":{"8":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":2,"docs":{"162":{"tf":1.0},"281":{"tf":2.0}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":3,"docs":{"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"275":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"69":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":4,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"166":{"tf":2.449489742783178},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"49":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"153":{"tf":1.4142135623730951},"292":{"tf":1.7320508075688772},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":2.8284271247461903},"305":{"tf":2.8284271247461903},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"8":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"125":{"tf":1.0}}},"2":{")":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":142,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":3.1622776601683795},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":3.1622776601683795},"121":{"tf":2.6457513110645907},"122":{"tf":3.3166247903554},"123":{"tf":2.6457513110645907},"124":{"tf":2.8284271247461903},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.6457513110645907},"163":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":1,"docs":{"131":{"tf":1.0}}},"b":{"df":1,"docs":{"131":{"tf":1.0}}},"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"158":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"164":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.1622776601683795},"133":{"tf":2.23606797749979},"14":{"tf":1.0},"143":{"tf":3.1622776601683795},"146":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"q":{"df":3,"docs":{"162":{"tf":1.0},"174":{"tf":1.7320508075688772},"198":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"162":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"24":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"272":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"291":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":53,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"281":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.23606797749979},"24":{"tf":1.0},"26":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"162":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":2.6457513110645907},"77":{"tf":1.0},"78":{"tf":2.6457513110645907}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":37,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"161":{"tf":2.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"250":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"292":{"tf":1.0},"309":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"t":{"df":3,"docs":{"108":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"162":{"tf":1.0},"176":{"tf":1.7320508075688772}},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":2.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":2.0},"283":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"283":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"155":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":2.0}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":3.0},"57":{"tf":4.358898943540674},"61":{"tf":2.0}}},"w":{"df":1,"docs":{"166":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"122":{"tf":2.0}}},"2":{"df":1,"docs":{"122":{"tf":2.0}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":2.449489742783178},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}},"l":{"df":4,"docs":{"251":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"155":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":4,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0}}}},"x":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.0},"284":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"251":{"tf":1.0},"282":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.4142135623730951}}}}},"n":{"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":3.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":40,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"226":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"o":{"(":{"a":{"df":5,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"82":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":60,"docs":{"1":{"tf":2.23606797749979},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"268":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.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}}}},"df":4,"docs":{"291":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"198":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"251":{"tf":3.0},"260":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":15,"docs":{"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.449489742783178}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"df":14,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":3.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"256":{"tf":1.0},"260":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":20,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"152":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"121":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":143,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"11":{"tf":2.0},"110":{"tf":2.8284271247461903},"111":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"281":{"tf":2.23606797749979},"291":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"84":{"tf":2.23606797749979},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"262":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0}}}}}}},"g":{"a":{"df":23,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":2.6457513110645907},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":4.58257569495584},"56":{"tf":1.0},"57":{"tf":3.7416573867739413},"6":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":2.0},"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"g":{"a":{"df":7,"docs":{"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"226":{"tf":1.0},"260":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}},"n":{"df":21,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"283":{"tf":1.7320508075688772}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":2,"docs":{"68":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":1,"docs":{"48":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"162":{"tf":1.0},"177":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"177":{"tf":1.7320508075688772},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}},"f":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"284":{"tf":1.7320508075688772}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"291":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"(":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"1":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"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":{"(":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"t":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"261":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}},"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":2.0},"25":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":3.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"164":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"249":{"tf":1.4142135623730951},"287":{"tf":2.8284271247461903},"46":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":2.6457513110645907},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":7,"docs":{"124":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":11,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"268":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"115":{"tf":1.0},"122":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":14,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"116":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"13":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"p":{"df":13,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":29,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.7320508075688772},"266":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"d":{"df":82,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.6457513110645907},"136":{"tf":2.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},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"247":{"tf":2.449489742783178},"25":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":3.4641016151377544},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":3.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":3.4641016151377544},"270":{"tf":2.6457513110645907},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"49":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"7":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":4.358898943540674},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"115":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":26,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":2.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},"6":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"284":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":44,"docs":{"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"230":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.0},"234":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":3.1622776601683795},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.23606797749979},"256":{"tf":3.605551275463989},"283":{"tf":2.6457513110645907},"284":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"i":{"df":36,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":4.47213595499958},"163":{"tf":2.449489742783178},"169":{"tf":2.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"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":4,"docs":{"132":{"tf":2.23606797749979},"133":{"tf":1.7320508075688772},"288":{"tf":1.0},"291":{"tf":2.6457513110645907}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"251":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"256":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"163":{"tf":2.0},"26":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"50":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"1":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"df":2,"docs":{"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":2,"docs":{"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"198":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"67":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":2.449489742783178},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":2.6457513110645907},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"7":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"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":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951}}}}}},"2":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":56,"docs":{"11":{"tf":2.8284271247461903},"12":{"tf":2.449489742783178},"13":{"tf":2.6457513110645907},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"23":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"301":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":3.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"122":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":141,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":3.1622776601683795},"163":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":3.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":2.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":2.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"53":{"tf":4.47213595499958},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":38,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":3.7416573867739413},"163":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"45":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"158":{"tf":1.0}},"f":{"a":{"c":{"df":69,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"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},"145":{"tf":1.0},"146":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"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":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"292":{"tf":1.0},"310":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":25,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"163":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"a":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"53":{"tf":3.7416573867739413},"57":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"155":{"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},"29":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"310":{"tf":1.0}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"189":{"tf":1.4142135623730951},"200":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"157":{"tf":1.0},"264":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"129":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"216":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"162":{"tf":1.0},"220":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"215":{"tf":1.7320508075688772}},"f":{"df":2,"docs":{"162":{"tf":1.0},"221":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"162":{"tf":1.0},"224":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.7320508075688772}},"f":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.7320508075688772}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"218":{"tf":1.7320508075688772}}}},"z":{"b":{"df":2,"docs":{"162":{"tf":1.0},"222":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"df":2,"docs":{"162":{"tf":1.0},"223":{"tf":1.7320508075688772}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"219":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"70":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":4.123105625617661},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":13,"docs":{"11":{"tf":1.0},"162":{"tf":3.3166247903554},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772}}}}}},"k":{"2":{"5":{"6":{"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"67":{"tf":1.4142135623730951}},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"2":{"5":{"6":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"y":{"df":32,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":2.23606797749979},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":2.23606797749979},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.6457513110645907},"309":{"tf":2.449489742783178},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"38":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"68":{"tf":2.23606797749979},"69":{"tf":2.0},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"l":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"1":{"df":7,"docs":{"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"207":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"158":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"233":{"tf":1.7320508075688772}}},"d":{"c":{"df":4,"docs":{"155":{"tf":1.0},"162":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"'":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":22,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.449489742783178},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.7320508075688772},"307":{"tf":2.23606797749979},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":3.4641016151377544},"67":{"tf":3.7416573867739413}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.449489742783178}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"162":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":24,"docs":{"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":2.0},"262":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"198":{"tf":1.0},"202":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"291":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"165":{"tf":1.0},"57":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"11":{"tf":2.0},"111":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.0},"164":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":3.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"162":{"tf":2.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"253":{"tf":1.0},"256":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"2":{"(":{"0":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"198":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}}},"d":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"103":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"136":{"tf":1.0},"162":{"tf":1.0},"258":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}}},"df":9,"docs":{"100":{"tf":2.0},"136":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":2.0},"8":{"tf":1.0},"83":{"tf":2.0},"95":{"tf":2.23606797749979},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951}}},"d":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"291":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.7320508075688772},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"234":{"tf":1.7320508075688772}}},"z":{"c":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"198":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"155":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"283":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"155":{"tf":1.0},"256":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"162":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":2.0}}}}},"x":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":3,"docs":{"57":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"*":{"(":{"3":{"2":{"+":{"8":{"df":1,"docs":{"153":{"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":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"6":{"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"9":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"6":{"tf":3.605551275463989},"67":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"235":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"236":{"tf":1.7320508075688772}}}},"p":{"df":2,"docs":{"162":{"tf":1.0},"237":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"238":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"116":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"r":{"a":{"df":36,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}},"b":{",":{"1":{"6":{"]":{";":{"c":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"df":3,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"109":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0}}},"c":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"258":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"d":{"df":1,"docs":{"270":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"270":{"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":{},"v":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":61,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"237":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":5.477225575051661},"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"q":{"df":2,"docs":{"162":{"tf":1.0},"239":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":44,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"150":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"254":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.449489742783178},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.449489742783178},"67":{"tf":3.872983346207417},"72":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":26,"docs":{"109":{"tf":1.7320508075688772},"149":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":3.1622776601683795},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":2.6457513110645907},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"149":{"tf":1.0},"262":{"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":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"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":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":7,"docs":{"126":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"283":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"86":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":2.449489742783178},"95":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"198":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"b":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":2.0}}}},"g":{"a":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"10":{"tf":2.23606797749979},"101":{"tf":2.0},"162":{"tf":1.4142135623730951},"259":{"tf":2.449489742783178},"53":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"250":{"tf":1.0}}}},"s":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"187":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"179":{"tf":1.7320508075688772}}}}},"o":{"d":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.7320508075688772},"68":{"tf":1.0}},"e":{"df":6,"docs":{"155":{"tf":1.4142135623730951},"198":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"181":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":7,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"162":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":6,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"u":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"155":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"85":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"183":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"183":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"184":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"186":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"256":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":10,"docs":{"162":{"tf":2.6457513110645907},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":1,"docs":{"69":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}},"u":{"6":{"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}},"w":{"df":1,"docs":{"94":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"[":{"b":{"2":{"5":{"6":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"2":{"5":{"6":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"145":{"tf":1.0}}},"u":{"6":{"4":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"144":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":2.6457513110645907}},"e":{":":{":":{"df":0,"docs":{},"x":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"z":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":72,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"93":{"tf":3.7416573867739413},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"129":{"tf":1.0},"291":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"198":{"tf":1.0}},"e":{"d":{"df":11,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"158":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"285":{"tf":2.23606797749979},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"3":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"187":{"tf":1.0},"84":{"tf":1.0}}}}},"w":{"df":9,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"259":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":2.0}}}},"df":3,"docs":{"12":{"tf":1.4142135623730951},"66":{"tf":4.0},"67":{"tf":4.47213595499958}}}},"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":13,"docs":{"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"292":{"tf":1.0},"309":{"tf":1.4142135623730951},"40":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"263":{"tf":1.0},"84":{"tf":1.4142135623730951}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"188":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":136,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"w":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.0},"12":{"tf":2.6457513110645907},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":2.0},"70":{"tf":1.0},"83":{"tf":3.4641016151377544},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"d":{"d":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"200":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":125,"docs":{"150":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.8284271247461903},"201":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"293":{"tf":1.0},"310":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"143":{"tf":1.0},"18":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"153":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"191":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"301":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":5,"docs":{"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"284":{"tf":1.0},"40":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"(":{"df":3,"docs":{"251":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"261":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":63,"docs":{"11":{"tf":2.449489742783178},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":2.23606797749979},"270":{"tf":2.23606797749979},"28":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":2.449489742783178},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":2.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"9":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"270":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"287":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":64,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"301":{"tf":1.7320508075688772}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":30,"docs":{"147":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"d":{"df":19,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.0},"163":{"tf":1.7320508075688772}}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":115,"docs":{"151":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.6457513110645907},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"1":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"283":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":7,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":36,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":39,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":8,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":38,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"k":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"259":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"a":{"df":4,"docs":{"285":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"150":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"124":{"tf":2.0},"150":{"tf":2.449489742783178},"250":{"tf":1.0},"259":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":14,"docs":{"11":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":2.0},"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"284":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"162":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"242":{"tf":2.0},"243":{"tf":2.0},"260":{"tf":1.7320508075688772}},"h":{"df":3,"docs":{"162":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":1.0}}},"l":{"df":2,"docs":{"162":{"tf":1.0},"243":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"281":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"49":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":2.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"155":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":2.0},"55":{"tf":1.0}}}}}}}}}}},"df":26,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.605551275463989},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":3.1622776601683795},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"291":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"309":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":4,"docs":{"12":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":1,"docs":{"122":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"53":{"tf":2.0},"57":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"291":{"tf":1.7320508075688772},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":2.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"11":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":2.0},"286":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"66":{"tf":3.0},"67":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"70":{"tf":1.0},"83":{"tf":3.3166247903554},"96":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":36,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"285":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"d":{"df":9,"docs":{"148":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":20,"docs":{"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"240":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"162":{"tf":1.0},"241":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"291":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":2.23606797749979},"69":{"tf":2.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"240":{"tf":2.0},"241":{"tf":2.0},"251":{"tf":1.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"a":{"df":110,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":2.0},"172":{"tf":2.23606797749979},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"175":{"tf":2.23606797749979},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"179":{"tf":2.449489742783178},"180":{"tf":2.23606797749979},"181":{"tf":2.23606797749979},"182":{"tf":2.0},"183":{"tf":2.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"213":{"tf":2.0},"215":{"tf":2.0},"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":2.23606797749979},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"226":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"229":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"244":{"tf":2.0},"245":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"250":{"tf":2.449489742783178},"251":{"tf":2.0},"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"260":{"tf":2.23606797749979},"261":{"tf":2.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":2.0},"269":{"tf":2.0},"270":{"tf":2.0},"272":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"281":{"tf":2.23606797749979},"282":{"tf":2.0},"283":{"tf":2.449489742783178},"284":{"tf":2.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"284":{"tf":1.0}}}},"b":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":4,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"7":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":94,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":2.0},"247":{"tf":2.0},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":3.1622776601683795},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":2.0},"257":{"tf":2.0},"258":{"tf":2.0},"259":{"tf":2.6457513110645907},"260":{"tf":3.0},"262":{"tf":1.7320508075688772},"263":{"tf":2.0},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":2.0},"267":{"tf":2.0},"268":{"tf":2.0},"269":{"tf":3.1622776601683795},"270":{"tf":2.23606797749979},"272":{"tf":2.0},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.0},"279":{"tf":2.0},"281":{"tf":1.7320508075688772},"284":{"tf":2.0},"83":{"tf":1.0}}},"c":{";":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"109":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"172":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.23606797749979},"180":{"tf":2.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"217":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"237":{"tf":3.0},"239":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":2.0},"253":{"tf":2.0},"256":{"tf":3.3166247903554},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"262":{"tf":2.8284271247461903},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"270":{"tf":3.1622776601683795},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"184":{"tf":1.0}}}}},"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"251":{"tf":2.0},"253":{"tf":2.8284271247461903},"257":{"tf":2.0},"258":{"tf":2.6457513110645907},"262":{"tf":3.0},"265":{"tf":2.6457513110645907},"267":{"tf":2.23606797749979},"270":{"tf":2.0},"273":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"281":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"166":{"tf":2.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":2.0},"265":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"49":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"277":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.23606797749979},"226":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"96":{"tf":3.1622776601683795},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"257":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"226":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"df":5,"docs":{"150":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"166":{"tf":1.0},"26":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"291":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":86,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"150":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":2.23606797749979},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.8284271247461903},"241":{"tf":2.8284271247461903},"242":{"tf":2.8284271247461903},"243":{"tf":2.8284271247461903},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"255":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}}}},"y":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"1":{"tf":1.4142135623730951},"46":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"162":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.0}}},"df":13,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"300":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"150":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"137":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"284":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":59,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"155":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}},"t":{"d":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.7320508075688772}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":2.23606797749979},"260":{"tf":1.4142135623730951}},"l":{"df":3,"docs":{"150":{"tf":1.0},"226":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"104":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":35,"docs":{"15":{"tf":1.0},"150":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":2.6457513110645907},"24":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":2.6457513110645907},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":4.47213595499958},"54":{"tf":2.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"7":{"tf":1.0}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"105":{"tf":2.0},"156":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"c":{"df":3,"docs":{"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"200":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":3.0},"145":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"254":{"tf":2.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":2.449489742783178},"292":{"tf":1.7320508075688772},"293":{"tf":2.23606797749979},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.8284271247461903},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":2.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"67":{"tf":3.4641016151377544},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"198":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":20,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":2.0},"73":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":4,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.7320508075688772}}}}}},"s":{"2":{"5":{"6":{"df":4,"docs":{"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.4142135623730951},"150":{"tf":1.0},"261":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}}}}},"b":{"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"244":{"tf":1.7320508075688772}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"291":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"96":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":2.0},"26":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"263":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"97":{"tf":1.0}}}},"df":12,"docs":{"132":{"tf":1.0},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"c":{"df":1,"docs":{"68":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"120":{"tf":1.0},"132":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"2":{"5":{"1":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"k":{"1":{".":{"df":0,"docs":{},"n":{"/":{"/":{"2":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":2,"docs":{"275":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"287":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":2,"docs":{"153":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"11":{"tf":1.0},"126":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"n":{"d":{"df":8,"docs":{"162":{"tf":1.0},"166":{"tf":1.0},"262":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":7,"docs":{"26":{"tf":1.0},"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"56":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"_":{"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":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0}}}},"t":{"df":163,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.23606797749979},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.23606797749979},"283":{"tf":2.0},"284":{"tf":1.7320508075688772},"29":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":2.0},"7":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"0":{"df":0,"docs":{},"x":{"4":{"6":{"5":{"5":{"4":{"5":{"4":{"c":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{"[":{"0":{":":{"3":{"2":{"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":{}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"1":{"0":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"111":{"tf":1.0},"136":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"200":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"200":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"200":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":2.0},"67":{"tf":2.6457513110645907}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"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":35,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"120":{"tf":1.0},"125":{"tf":1.0},"162":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"276":{"tf":2.449489742783178},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"57":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.7320508075688772}}}}}},"df":13,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"159":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"67":{"tf":1.0}},"f":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"163":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"x":{"df":4,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"153":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":24,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":2.0},"140":{"tf":1.7320508075688772},"291":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"162":{"tf":1.0},"192":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"193":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"263":{"tf":2.0},"264":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":3,"docs":{"162":{"tf":1.0},"262":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"306":{"tf":1.0}}},"1":{"df":1,"docs":{"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"308":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":9,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}},"1":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}},"2":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"29":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":31,"docs":{"150":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.23606797749979},"292":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.7320508075688772},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":3.3166247903554},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":15,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":2.0},"231":{"tf":2.0},"232":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0}},"e":{"c":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"156":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"2":{"tf":1.0},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"291":{"tf":3.4641016151377544},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"156":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"194":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"195":{"tf":1.7320508075688772}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"264":{"tf":1.7320508075688772}},"q":{"df":2,"docs":{"162":{"tf":1.0},"265":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"p":{"df":10,"docs":{"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":2.23606797749979}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"150":{"tf":2.0},"153":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"263":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0}}},"c":{"df":2,"docs":{"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":31,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":2.23606797749979},"164":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"29":{"tf":2.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"124":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"[":{"1":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"2":{"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":1,"docs":{"125":{"tf":1.0}}},"5":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":29,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"111":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":2.8284271247461903},"122":{"tf":1.0},"129":{"tf":2.23606797749979},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":2.0},"139":{"tf":2.0},"140":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":2.8284271247461903},"123":{"tf":1.0},"132":{"tf":2.449489742783178},"144":{"tf":3.1622776601683795},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"7":{"tf":1.0},"82":{"tf":3.0},"87":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"162":{"tf":1.0},"196":{"tf":1.7320508075688772},"200":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":3.7416573867739413},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"150":{"tf":1.0},"162":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"200":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"_":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"(":{"0":{"df":0,"docs":{},"u":{"3":{"2":{"df":10,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"0":{"2":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"3":{"2":{"df":4,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"307":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"n":{"df":1,"docs":{"291":{"tf":1.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.0},"123":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"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":{"291":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"291":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"120":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"245":{"tf":1.7320508075688772}},"w":{"df":2,"docs":{"162":{"tf":1.0},"266":{"tf":1.7320508075688772}},"q":{"df":2,"docs":{"162":{"tf":1.0},"267":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":112,"docs":{"163":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{",":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}},"_":{"1":{",":{".":{".":{".":{",":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"166":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}},"i":{"6":{"4":{"df":2,"docs":{"268":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"291":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"120":{"tf":2.0},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"288":{"tf":2.23606797749979},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":5.0990195135927845},"292":{"tf":4.69041575982343},"293":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":2.0},"298":{"tf":2.0},"299":{"tf":2.0},"300":{"tf":2.449489742783178},"301":{"tf":2.0},"302":{"tf":2.0},"303":{"tf":2.0},"304":{"tf":2.449489742783178},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.449489742783178},"308":{"tf":2.449489742783178},"309":{"tf":2.449489742783178},"310":{"tf":2.6457513110645907},"311":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"120":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"268":{"tf":2.0},"287":{"tf":1.0},"44":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"268":{"tf":2.0},"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"p":{"=":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"+":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"242":{"tf":1.0},"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"256":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":5,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.0},"67":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"53":{"tf":5.291502622129181},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":65,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.6457513110645907},"11":{"tf":3.4641016151377544},"114":{"tf":1.0},"12":{"tf":2.6457513110645907},"13":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"26":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":2.449489742783178},"29":{"tf":2.23606797749979},"30":{"tf":2.23606797749979},"31":{"tf":2.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.6457513110645907},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":2.0},"49":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":3.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":3.0},"57":{"tf":3.7416573867739413},"58":{"tf":2.0},"59":{"tf":1.7320508075688772},"6":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":3.4641016151377544},"7":{"tf":3.4641016151377544},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":3.1622776601683795},"8":{"tf":2.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"162":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"56":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"107":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":2.0},"16":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"162":{"tf":1.0},"269":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}},"df":41,"docs":{"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":2.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.23606797749979},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":3.1622776601683795},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":3.0},"67":{"tf":4.242640687119285},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"o":{"df":2,"docs":{"162":{"tf":1.0},"270":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":26,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"o":{"df":31,"docs":{"132":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"295":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}}},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"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":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"[":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"0":{"b":{"1":{"1":{"1":{"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"284":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"284":{"tf":1.0},"53":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"284":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":2.0},"24":{"tf":2.0},"25":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":1,"docs":{"111":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"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":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"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":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":3.4641016151377544},"115":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":2.0},"14":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":2.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},"226":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":2.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.7320508075688772},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":3.605551275463989},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":4.69041575982343},"83":{"tf":7.416198487095663},"85":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.6457513110645907},"96":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":8,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"93":{"tf":2.8284271247461903},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":3,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":8,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{",":{"1":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":2.449489742783178},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"310":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":16,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":2.6457513110645907},"13":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":36,"docs":{"10":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.23606797749979},"24":{"tf":2.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"260":{"tf":2.449489742783178},"261":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":4.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"53":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"167":{"tf":1.0},"198":{"tf":1.0}}}}},"r":{"df":2,"docs":{"287":{"tf":1.0},"291":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"292":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"150":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}},"g":{"a":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":4.0},"293":{"tf":1.0},"294":{"tf":2.0},"295":{"tf":2.23606797749979},"296":{"tf":2.449489742783178},"297":{"tf":2.8284271247461903},"298":{"tf":2.0},"299":{"tf":2.0},"300":{"tf":2.449489742783178},"301":{"tf":2.6457513110645907},"302":{"tf":2.449489742783178},"303":{"tf":2.0},"304":{"tf":2.23606797749979},"305":{"tf":2.6457513110645907},"306":{"tf":2.0},"307":{"tf":2.6457513110645907},"308":{"tf":2.449489742783178},"309":{"tf":1.7320508075688772},"310":{"tf":2.8284271247461903},"311":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":5,"docs":{"11":{"tf":4.123105625617661},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":2.23606797749979}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":61,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":3,"docs":{"281":{"tf":1.0},"57":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":19,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}},"x":{"df":0,"docs":{},"o":{"df":18,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"155":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"0":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"1":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"2":{"df":1,"docs":{"257":{"tf":1.0}}},"3":{"df":1,"docs":{"257":{"tf":1.0}}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"226":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"d":{"df":21,"docs":{"1":{"tf":1.4142135623730951},"14":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":2.449489742783178},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":86,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.6457513110645907},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":2.23606797749979},"230":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":5.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":2.6457513110645907},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"]":{"[":{"1":{"df":1,"docs":{"68":{"tf":1.0}}},"2":{"5":{"5":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.0},"123":{"tf":2.0},"133":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"df":5,"docs":{"283":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":4,"docs":{"281":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.23606797749979}},"e":{"c":{"!":{"[":{"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"134":{"tf":1.0},"144":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"115":{"tf":1.0},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":17,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.8284271247461903},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":18,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":2.8284271247461903},"114":{"tf":2.0},"126":{"tf":2.0},"290":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"81":{"tf":2.0},"83":{"tf":2.0}}}}}}}},"i":{"a":{"df":2,"docs":{"11":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":61,"docs":{"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":22,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"226":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"281":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0}}}},"w":{"^":{"df":0,"docs":{},"x":{"df":1,"docs":{"161":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"y":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"155":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"208":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":3,"docs":{"162":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"206":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"210":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0}}}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"67":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"150":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":16,"docs":{"11":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":2.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"40":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"209":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"199":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"205":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"207":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"203":{"tf":1.7320508075688772}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"211":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"201":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"151":{"tf":1.0},"287":{"tf":1.0},"72":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"49":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"160":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"200":{"tf":1.0},"212":{"tf":2.449489742783178},"213":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"213":{"tf":1.7320508075688772}}}}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":1,"docs":{"202":{"tf":1.0}},"x":{"df":1,"docs":{"204":{"tf":1.0}}}}}}},"y":{"df":7,"docs":{"123":{"tf":1.7320508075688772},"163":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"z":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"10":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":2.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}},"title":{"root":{"0":{"df":1,"docs":{"114":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.0}}},"df":2,"docs":{"298":{"tf":1.0},"308":{"tf":1.0}}},"2":{"8":{"df":7,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"73":{"tf":1.0}}},"2":{"5":{"6":{"df":9,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"279":{"tf":1.0},"295":{"tf":1.0},"307":{"tf":1.0}}},"3":{"2":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}},"df":1,"docs":{"296":{"tf":1.0}}},"5":{"df":2,"docs":{"297":{"tf":1.0},"308":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"159":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0}},"i":{"df":1,"docs":{"169":{"tf":1.0}},"t":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"167":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"72":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"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":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"247":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"247":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"135":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":14,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"d":{"d":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"272":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"250":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"233":{"tf":1.0},"244":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":1.4142135623730951},"281":{"tf":1.0},"99":{"tf":1.0}}}}},"b":{"df":1,"docs":{"252":{"tf":1.0}}},"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}},"e":{"df":1,"docs":{"229":{"tf":1.0}},"i":{"df":1,"docs":{"230":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"235":{"tf":1.0},"236":{"tf":1.0},"263":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"250":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"42":{"tf":1.0}}}},"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":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"287":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"154":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"246":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"237":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}},"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":2,"docs":{"274":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"255":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"134":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"d":{"df":5,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}},"s":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"281":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"1":{"9":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":2,"docs":{"277":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"110":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"88":{"tf":1.0}}}}},"q":{"df":1,"docs":{"174":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"174":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"75":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"161":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"309":{"tf":1.0}}}}},"p":{"df":1,"docs":{"175":{"tf":1.0}},"i":{"df":1,"docs":{"176":{"tf":1.0}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"256":{"tf":1.0},"281":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"151":{"tf":1.0},"282":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"5":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"2":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"281":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"283":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"177":{"tf":1.0}},"f":{"df":1,"docs":{"284":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":3,"docs":{"135":{"tf":1.0},"249":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"287":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"268":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}}}}},"i":{"d":{"df":12,"docs":{"135":{"tf":1.0},"247":{"tf":1.0},"252":{"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},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":19,"docs":{"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"153":{"tf":1.0},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"23":{"tf":1.0},"300":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":15,"docs":{"116":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"310":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"216":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"220":{"tf":1.0}}},"df":1,"docs":{"215":{"tf":1.0}},"f":{"df":1,"docs":{"221":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"224":{"tf":1.0}}},"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":1,"docs":{"225":{"tf":1.0}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"z":{"b":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"223":{"tf":1.0}}},"i":{"df":1,"docs":{"219":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"70":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}}},"k":{"2":{"5":{"6":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":4,"docs":{"301":{"tf":1.0},"309":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"233":{"tf":1.0}}},"d":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"193":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":4,"docs":{"100":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"95":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}}},"w":{"df":1,"docs":{"234":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"179":{"tf":1.0},"184":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":1,"docs":{"236":{"tf":1.0}}}},"p":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"227":{"tf":1.0},"228":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"239":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":5,"docs":{"254":{"tf":1.0},"289":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"283":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"259":{"tf":1.4142135623730951}}}},"s":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"179":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"180":{"tf":1.0}},"i":{"df":1,"docs":{"181":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"180":{"tf":1.0},"181":{"tf":1.0}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.4142135623730951},"183":{"tf":1.0}}},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":1,"docs":{"186":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}},"i":{"df":7,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"285":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"259":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":2,"docs":{"309":{"tf":1.0},"93":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"188":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":1,"docs":{"262":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"27":{"tf":1.0},"270":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"301":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"164":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{"305":{"tf":1.0}}}}}}}},"o":{"a":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}},"h":{"df":1,"docs":{"242":{"tf":1.0}}},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"h":{"df":1,"docs":{"240":{"tf":1.0}}},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"240":{"tf":1.0},"241":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"163":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"165":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"275":{"tf":1.0},"276":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":6,"docs":{"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"300":{"tf":1.0}}}},"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":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":1,"docs":{"226":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"261":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"254":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}},"s":{"2":{"5":{"6":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"244":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"56":{"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":1,"docs":{"108":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":1,"docs":{"263":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"2":{"5":{"6":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"262":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}}}},"t":{"df":7,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"282":{"tf":1.0}}}},"h":{"a":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"111":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"292":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"255":{"tf":1.0},"272":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"140":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"192":{"tf":1.0}},"i":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"262":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"289":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":1,"docs":{"195":{"tf":1.0}}}},"w":{"df":1,"docs":{"264":{"tf":1.0}},"q":{"df":1,"docs":{"265":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"244":{"tf":1.0},"245":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":1,"docs":{"196":{"tf":1.0}},"i":{"df":1,"docs":{"197":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}},"w":{"df":1,"docs":{"245":{"tf":1.0}},"w":{"df":1,"docs":{"266":{"tf":1.0}},"q":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"288":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"284":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"106":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"289":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"o":{"df":1,"docs":{"270":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"125":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"90":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"155":{"tf":1.0},"277":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"290":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"m":{"df":4,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"d":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"202":{"tf":1.0}}},"m":{"df":1,"docs":{"210":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"234":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"209":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}},"m":{"df":1,"docs":{"211":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"201":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"266":{"tf":1.0},"267":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.4142135623730951},"213":{"tf":1.0}},"i":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/master/searchindex.json b/master/searchindex.json index 9d3d2ea6..7214f202 100644 --- a/master/searchindex.json +++ b/master/searchindex.json @@ -1 +1 @@ -{"doc_urls":["index.html#fuel-specifications","index.html#protocol","index.html#fuelvm","index.html#network-specific","index.html#testing","tx-format/index.html#transaction-format","tx-format/consensus_parameters.html#consensus-parameters","tx-format/transaction.html#transaction","tx-format/transaction.html#transactionscript","tx-format/transaction.html#transactioncreate","tx-format/transaction.html#transactionmint","tx-format/transaction.html#transactionupgrade","tx-format/transaction.html#transactionupload","tx-format/transaction.html#transactionblob","tx-format/upgrade_purpose.html#upgradepurposetype","tx-format/upgrade_purpose.html#consensusparameters","tx-format/upgrade_purpose.html#statetransition","tx-format/policy.html#policy","tx-format/policy.html#tip","tx-format/policy.html#witnesslimit","tx-format/policy.html#maturity","tx-format/policy.html#expiration","tx-format/policy.html#maxfee","tx-format/input.html#input","tx-format/input.html#inputcoin","tx-format/input.html#inputcontract","tx-format/input.html#inputmessage","tx-format/output.html#output","tx-format/output.html#outputcoin","tx-format/output.html#outputcontract","tx-format/output.html#outputchange","tx-format/output.html#outputvariable","tx-format/output.html#outputcontractcreated","tx-format/witness.html#witness","tx-format/tx-pointer.html#txpointer","identifiers/index.html#identifiers","identifiers/asset.html#asset-id","identifiers/blob-id.html#blob-id","identifiers/contract-id.html#contract-id","identifiers/predicate-id.html#predicate-id","identifiers/transaction-id.html#transaction-id","identifiers/utxo-id.html#utxo-id","identifiers/utxo-id.html#coin-id","identifiers/utxo-id.html#message-id","identifiers/utxo-id.html#message-nonce","identifiers/utxo-id.html#fee-id","protocol/index.html#protocol","protocol/tx-validity.html#transaction-validity","protocol/tx-validity.html#transaction-life-cycle","protocol/tx-validity.html#access-lists","protocol/tx-validity.html#vm-precondition-validity-rules","protocol/tx-validity.html#base-sanity-checks","protocol/tx-validity.html#spending-utxos-and-created-contracts","protocol/tx-validity.html#sufficient-balance","protocol/tx-validity.html#valid-signatures","protocol/tx-validity.html#predicate-verification","protocol/tx-validity.html#script-execution","protocol/tx-validity.html#fees","protocol/tx-validity.html#vm-postcondition-validity-rules","protocol/tx-validity.html#correct-change","protocol/tx-validity.html#state-changes","protocol/tx-validity.html#coinbase-transaction","protocol/cryptographic-primitives.html#cryptographic-primitives","protocol/cryptographic-primitives.html#hashing","protocol/cryptographic-primitives.html#hashdigest","protocol/cryptographic-primitives.html#merkle-trees","protocol/cryptographic-primitives.html#binary-merkle-tree","protocol/cryptographic-primitives.html#sparse-merkle-tree","protocol/cryptographic-primitives.html#ecdsa-public-key-cryptography","protocol/cryptographic-primitives.html#eddsa-public-key-cryptography","protocol/storage-initialization.html#json-format-for-contract-storage-initializers","protocol/block-header.html#block-header","protocol/block-header.html#application-header","protocol/relayer.html#layer-1-relayerbridge-protocol","protocol/relayer.html#fuel-message-outbox","protocol/relayer.html#fuel-event-inbox","protocol/relayer.html#messages","protocol/relayer.html#transactions","protocol/relayer.html#ordering","abi/index.html#application-binary-interface-abi","abi/json-abi-format.html#json-abi-format","abi/json-abi-format.html#spec-version","abi/json-abi-format.html#notation","abi/json-abi-format.html#json-abi-spec","abi/json-abi-format.html#attributes-semantics","abi/json-abi-format.html#a-simple-example","abi/json-abi-format.html#json-abi-format-for-each-possible-metadata-type-declaration","abi/json-abi-format.html#struct","abi/json-abi-format.html#enum","abi/json-abi-format.html#array","abi/json-abi-format.html#tuple","abi/json-abi-format.html#generic-type-parameter","abi/json-abi-format.html#some-complex-examples","abi/json-abi-format.html#an-example-with-non-generic-custom-types","abi/json-abi-format.html#an-example-with-generic-types","abi/json-abi-format.html#an-example-with-logs","abi/receipts.html#receipts","abi/receipts.html#panic-receipt","abi/receipts.html#return-receipt","abi/receipts.html#call-receipt","abi/receipts.html#log-receipt","abi/receipts.html#mint-receipt","abi/receipts.html#burn-receipt","abi/receipts.html#logdata-receipt","abi/receipts.html#returndata-receipt","abi/receipts.html#revert-receipt","abi/receipts.html#transfer-receipt","abi/receipts.html#transferout-receipt","abi/receipts.html#scriptresult-receipt","abi/receipts.html#messageout-receipt","abi/fn-selector-encoding.html#function-selector-encoding","abi/fn-selector-encoding.html#function-signature","abi/fn-selector-encoding.html#a-complex-example","abi/argument-encoding.html#argument-encoding","abi/argument-encoding.html#version-0","abi/argument-encoding.html#types","abi/argument-encoding.html#unsigned-integers","abi/argument-encoding.html#boolean","abi/argument-encoding.html#b256","abi/argument-encoding.html#address","abi/argument-encoding.html#array","abi/argument-encoding.html#fixed-length-strings","abi/argument-encoding.html#structs","abi/argument-encoding.html#enums-sum-types","abi/argument-encoding.html#vectors","abi/argument-encoding.html#tuples","abi/argument-encoding.html#version-1","abi/argument-encoding.html#primitive-types","abi/argument-encoding.html#arrays","abi/argument-encoding.html#strings","abi/argument-encoding.html#slices","abi/argument-encoding.html#tuple","abi/argument-encoding.html#structs-v1","abi/argument-encoding.html#enums","abi/argument-encoding.html#data-structures","abi/hash-based-ids.html#hash-based-ids","abi/hash-based-ids.html#generation","abi/hash-based-ids.html#string-representation-of-types","abi/hash-based-ids.html#intrinsics","abi/hash-based-ids.html#string-arrays","abi/hash-based-ids.html#string-slices","abi/hash-based-ids.html#arrays","abi/hash-based-ids.html#tuples","abi/hash-based-ids.html#enums","abi/hash-based-ids.html#structs","abi/hash-based-ids.html#generic-type-parameter","abi/hash-based-ids.html#complex-examples-composition","fuel-vm/index.html#fuel-vm-specification","fuel-vm/index.html#introduction","fuel-vm/index.html#parameters","fuel-vm/index.html#semantics","fuel-vm/index.html#flags","fuel-vm/index.html#instruction-set","fuel-vm/index.html#vm-initialization","fuel-vm/index.html#contexts","fuel-vm/index.html#predicate-estimation-and-verification","fuel-vm/index.html#script-execution","fuel-vm/index.html#call","fuel-vm/index.html#call-frames","fuel-vm/index.html#access-rights","fuel-vm/index.html#ownership","fuel-vm/index.html#executability","fuel-vm/instruction-set.html#fuelvm-instruction-set","fuel-vm/instruction-set.html#reading-guide","fuel-vm/instruction-set.html#panics","fuel-vm/instruction-set.html#receipts","fuel-vm/instruction-set.html#effects","fuel-vm/instruction-set.html#arithmeticlogic-alu-instructions","fuel-vm/instruction-set.html#add-add","fuel-vm/instruction-set.html#addi-add-immediate","fuel-vm/instruction-set.html#and-and","fuel-vm/instruction-set.html#andi-and-immediate","fuel-vm/instruction-set.html#div-divide","fuel-vm/instruction-set.html#divi-divide-immediate","fuel-vm/instruction-set.html#eq-equals","fuel-vm/instruction-set.html#exp-exponentiate","fuel-vm/instruction-set.html#expi-exponentiate-immediate","fuel-vm/instruction-set.html#gt-greater-than","fuel-vm/instruction-set.html#lt-less-than","fuel-vm/instruction-set.html#mlog-math-logarithm","fuel-vm/instruction-set.html#mod-modulus","fuel-vm/instruction-set.html#modi-modulus-immediate","fuel-vm/instruction-set.html#move-move","fuel-vm/instruction-set.html#movi-move-immediate","fuel-vm/instruction-set.html#mroo-math-root","fuel-vm/instruction-set.html#mul-multiply","fuel-vm/instruction-set.html#muli-multiply-immediate","fuel-vm/instruction-set.html#mldv-fused-multiply-divide","fuel-vm/instruction-set.html#noop-no-operation","fuel-vm/instruction-set.html#not-invert","fuel-vm/instruction-set.html#or-or","fuel-vm/instruction-set.html#ori-or-immediate","fuel-vm/instruction-set.html#sll-shift-left-logical","fuel-vm/instruction-set.html#slli-shift-left-logical-immediate","fuel-vm/instruction-set.html#srl-shift-right-logical","fuel-vm/instruction-set.html#srli-shift-right-logical-immediate","fuel-vm/instruction-set.html#sub-subtract","fuel-vm/instruction-set.html#subi-subtract-immediate","fuel-vm/instruction-set.html#wdcm-128-bit-integer-comparison","fuel-vm/instruction-set.html#wqcm-256-bit-integer-comparison","fuel-vm/instruction-set.html#wdop-misc-128-bit-integer-operations","fuel-vm/instruction-set.html#wqop-misc-256-bit-integer-operations","fuel-vm/instruction-set.html#wdml-multiply-128-bit-integers","fuel-vm/instruction-set.html#wqml-multiply-256-bit-integers","fuel-vm/instruction-set.html#wddv-128-bit-integer-division","fuel-vm/instruction-set.html#wqdv-256-bit-integer-division","fuel-vm/instruction-set.html#wdmd-128-bit-integer-fused-multiply-divide","fuel-vm/instruction-set.html#wqmd-256-bit-integer-fused-multiply-divide","fuel-vm/instruction-set.html#wdam-modular-128-bit-integer-addition","fuel-vm/instruction-set.html#wqam-modular-256-bit-integer-addition","fuel-vm/instruction-set.html#wdmm-modular-128-bit-integer-multiplication","fuel-vm/instruction-set.html#wqmm-modular-256-bit-integer-multiplication","fuel-vm/instruction-set.html#xor-xor","fuel-vm/instruction-set.html#xori-xor-immediate","fuel-vm/instruction-set.html#control-flow-instructions","fuel-vm/instruction-set.html#jmp-jump","fuel-vm/instruction-set.html#ji-jump-immediate","fuel-vm/instruction-set.html#jne-jump-if-not-equal","fuel-vm/instruction-set.html#jnei-jump-if-not-equal-immediate","fuel-vm/instruction-set.html#jnzi-jump-if-not-zero-immediate","fuel-vm/instruction-set.html#jmpb-jump-relative-backwards","fuel-vm/instruction-set.html#jmpf-jump-relative-forwards","fuel-vm/instruction-set.html#jnzb-jump-if-not-zero-relative-backwards","fuel-vm/instruction-set.html#jnzf-jump-if-not-zero-relative-forwards","fuel-vm/instruction-set.html#jneb-jump-if-not-equal-relative-backwards","fuel-vm/instruction-set.html#jnef-jump-if-not-equal-relative-forwards","fuel-vm/instruction-set.html#ret-return-from-context","fuel-vm/instruction-set.html#memory-instructions","fuel-vm/instruction-set.html#aloc-allocate-memory","fuel-vm/instruction-set.html#cfe-extend-call-frame","fuel-vm/instruction-set.html#cfei-extend-call-frame-immediate","fuel-vm/instruction-set.html#cfs-shrink-call-frame","fuel-vm/instruction-set.html#cfsi-shrink-call-frame-immediate","fuel-vm/instruction-set.html#lb-load-byte","fuel-vm/instruction-set.html#lw-load-word","fuel-vm/instruction-set.html#mcl-memory-clear","fuel-vm/instruction-set.html#mcli-memory-clear-immediate","fuel-vm/instruction-set.html#mcp-memory-copy","fuel-vm/instruction-set.html#mcpi-memory-copy-immediate","fuel-vm/instruction-set.html#meq-memory-equality","fuel-vm/instruction-set.html#pshh-push-a-set-of-high-registers-to-stack","fuel-vm/instruction-set.html#pshl-push-a-set-of-low-registers-to-stack","fuel-vm/instruction-set.html#poph-pop-a-set-of-high-registers-from-stack","fuel-vm/instruction-set.html#popl-pop-a-set-of-low-registers-from-stack","fuel-vm/instruction-set.html#sb-store-byte","fuel-vm/instruction-set.html#sw-store-word","fuel-vm/instruction-set.html#contract-instructions","fuel-vm/instruction-set.html#bal-balance-of-contract-id","fuel-vm/instruction-set.html#bhei-block-height","fuel-vm/instruction-set.html#bhsh-block-hash","fuel-vm/instruction-set.html#burn-burn-existing-coins","fuel-vm/instruction-set.html#call-call-contract","fuel-vm/instruction-set.html#cb-coinbase-contract-id","fuel-vm/instruction-set.html#ccp-code-copy","fuel-vm/instruction-set.html#croo-code-merkle-root","fuel-vm/instruction-set.html#csiz-code-size","fuel-vm/instruction-set.html#ldc-load-code-from-an-external-contract-blob-or-memory","fuel-vm/instruction-set.html#log-log-event","fuel-vm/instruction-set.html#logd-log-data-event","fuel-vm/instruction-set.html#mint-mint-new-coins","fuel-vm/instruction-set.html#retd-return-from-context-with-data","fuel-vm/instruction-set.html#rvrt-revert","fuel-vm/instruction-set.html#smo-send-message-out","fuel-vm/instruction-set.html#scwq-state-clear-sequential-32-byte-slots","fuel-vm/instruction-set.html#srw-state-read-word","fuel-vm/instruction-set.html#srwq-state-read-sequential-32-byte-slots","fuel-vm/instruction-set.html#sww-state-write-word","fuel-vm/instruction-set.html#swwq-state-write-sequential-32-byte-slots","fuel-vm/instruction-set.html#time-timestamp-at-height","fuel-vm/instruction-set.html#tr-transfer-coins-to-contract","fuel-vm/instruction-set.html#tro-transfer-coins-to-output","fuel-vm/instruction-set.html#blob-instructions","fuel-vm/instruction-set.html#bsiz-blob-size","fuel-vm/instruction-set.html#bldd-load-data-from-a-blob","fuel-vm/instruction-set.html#cryptographic-instructions","fuel-vm/instruction-set.html#eck1-secp256k1-signature-recovery","fuel-vm/instruction-set.html#ecr1-secp256r1-signature-recovery","fuel-vm/instruction-set.html#ed19-eddsa-curve25519-verification","fuel-vm/instruction-set.html#k256-keccak-256","fuel-vm/instruction-set.html#s256-sha-2-256","fuel-vm/instruction-set.html#other-instructions","fuel-vm/instruction-set.html#ecal-call-external-function","fuel-vm/instruction-set.html#flag-set-flags","fuel-vm/instruction-set.html#gm-get-metadata","fuel-vm/instruction-set.html#gtf-get-transaction-fields","networks/index.html#networks","networks/poa.html#poa-network","networks/poa.html#consensus-header","tests/index.html#testing","tests/sparse-merkle-tree-tests.html#sparse-merkle-tree-test-specifications","tests/sparse-merkle-tree-tests.html#version","tests/sparse-merkle-tree-tests.html#abstract","tests/sparse-merkle-tree-tests.html#root-signature-tests","tests/sparse-merkle-tree-tests.html#test-empty-root","tests/sparse-merkle-tree-tests.html#test-update-1","tests/sparse-merkle-tree-tests.html#test-update-2","tests/sparse-merkle-tree-tests.html#test-update-3","tests/sparse-merkle-tree-tests.html#test-update-5","tests/sparse-merkle-tree-tests.html#test-update-10","tests/sparse-merkle-tree-tests.html#test-update-100","tests/sparse-merkle-tree-tests.html#test-update-with-repeated-inputs","tests/sparse-merkle-tree-tests.html#test-update-overwrite-key","tests/sparse-merkle-tree-tests.html#test-update-union","tests/sparse-merkle-tree-tests.html#test-update-sparse-union","tests/sparse-merkle-tree-tests.html#test-update-with-empty-data","tests/sparse-merkle-tree-tests.html#test-update-with-empty-data-performs-delete","tests/sparse-merkle-tree-tests.html#test-update-1-delete-1","tests/sparse-merkle-tree-tests.html#test-update-2-delete-1","tests/sparse-merkle-tree-tests.html#test-update-10-delete-5","tests/sparse-merkle-tree-tests.html#test-delete-non-existent-key","tests/sparse-merkle-tree-tests.html#test-interleaved-update-delete","tests/sparse-merkle-tree-tests.html#test-delete-sparse-union"],"index":{"documentStore":{"docInfo":{"0":{"body":24,"breadcrumbs":4,"title":2},"1":{"body":55,"breadcrumbs":3,"title":1},"10":{"body":78,"breadcrumbs":4,"title":1},"100":{"body":97,"breadcrumbs":7,"title":2},"101":{"body":71,"breadcrumbs":7,"title":2},"102":{"body":71,"breadcrumbs":7,"title":2},"103":{"body":121,"breadcrumbs":7,"title":2},"104":{"body":95,"breadcrumbs":7,"title":2},"105":{"body":58,"breadcrumbs":7,"title":2},"106":{"body":84,"breadcrumbs":7,"title":2},"107":{"body":83,"breadcrumbs":7,"title":2},"108":{"body":33,"breadcrumbs":7,"title":2},"109":{"body":98,"breadcrumbs":7,"title":2},"11":{"body":251,"breadcrumbs":4,"title":1},"110":{"body":50,"breadcrumbs":10,"title":3},"111":{"body":142,"breadcrumbs":9,"title":2},"112":{"body":41,"breadcrumbs":9,"title":2},"113":{"body":0,"breadcrumbs":8,"title":2},"114":{"body":17,"breadcrumbs":8,"title":2},"115":{"body":64,"breadcrumbs":7,"title":1},"116":{"body":79,"breadcrumbs":8,"title":2},"117":{"body":23,"breadcrumbs":7,"title":1},"118":{"body":21,"breadcrumbs":7,"title":1},"119":{"body":16,"breadcrumbs":7,"title":1},"12":{"body":205,"breadcrumbs":4,"title":1},"120":{"body":79,"breadcrumbs":7,"title":1},"121":{"body":49,"breadcrumbs":9,"title":3},"122":{"body":118,"breadcrumbs":7,"title":1},"123":{"body":146,"breadcrumbs":9,"title":3},"124":{"body":98,"breadcrumbs":7,"title":1},"125":{"body":52,"breadcrumbs":7,"title":1},"126":{"body":46,"breadcrumbs":8,"title":2},"127":{"body":26,"breadcrumbs":8,"title":2},"128":{"body":16,"breadcrumbs":7,"title":1},"129":{"body":38,"breadcrumbs":7,"title":1},"13":{"body":122,"breadcrumbs":4,"title":1},"130":{"body":39,"breadcrumbs":7,"title":1},"131":{"body":12,"breadcrumbs":7,"title":1},"132":{"body":42,"breadcrumbs":8,"title":2},"133":{"body":54,"breadcrumbs":7,"title":1},"134":{"body":29,"breadcrumbs":8,"title":2},"135":{"body":22,"breadcrumbs":10,"title":3},"136":{"body":27,"breadcrumbs":8,"title":1},"137":{"body":15,"breadcrumbs":10,"title":3},"138":{"body":14,"breadcrumbs":8,"title":1},"139":{"body":11,"breadcrumbs":9,"title":2},"14":{"body":27,"breadcrumbs":4,"title":1},"140":{"body":3,"breadcrumbs":9,"title":2},"141":{"body":9,"breadcrumbs":8,"title":1},"142":{"body":6,"breadcrumbs":8,"title":1},"143":{"body":33,"breadcrumbs":8,"title":1},"144":{"body":33,"breadcrumbs":8,"title":1},"145":{"body":17,"breadcrumbs":10,"title":3},"146":{"body":17,"breadcrumbs":10,"title":3},"147":{"body":18,"breadcrumbs":4,"title":3},"148":{"body":14,"breadcrumbs":2,"title":1},"149":{"body":22,"breadcrumbs":2,"title":1},"15":{"body":37,"breadcrumbs":4,"title":1},"150":{"body":224,"breadcrumbs":2,"title":1},"151":{"body":28,"breadcrumbs":2,"title":1},"152":{"body":8,"breadcrumbs":3,"title":2},"153":{"body":132,"breadcrumbs":3,"title":2},"154":{"body":36,"breadcrumbs":2,"title":1},"155":{"body":126,"breadcrumbs":4,"title":3},"156":{"body":62,"breadcrumbs":3,"title":2},"157":{"body":18,"breadcrumbs":2,"title":1},"158":{"body":147,"breadcrumbs":3,"title":2},"159":{"body":47,"breadcrumbs":3,"title":2},"16":{"body":11,"breadcrumbs":4,"title":1},"160":{"body":52,"breadcrumbs":2,"title":1},"161":{"body":20,"breadcrumbs":2,"title":1},"162":{"body":439,"breadcrumbs":6,"title":3},"163":{"body":89,"breadcrumbs":5,"title":2},"164":{"body":89,"breadcrumbs":4,"title":1},"165":{"body":17,"breadcrumbs":4,"title":1},"166":{"body":59,"breadcrumbs":4,"title":1},"167":{"body":52,"breadcrumbs":6,"title":3},"168":{"body":28,"breadcrumbs":5,"title":2},"169":{"body":28,"breadcrumbs":6,"title":3},"17":{"body":30,"breadcrumbs":4,"title":1},"170":{"body":25,"breadcrumbs":3,"title":0},"171":{"body":35,"breadcrumbs":5,"title":2},"172":{"body":34,"breadcrumbs":5,"title":2},"173":{"body":34,"breadcrumbs":6,"title":3},"174":{"body":26,"breadcrumbs":5,"title":2},"175":{"body":39,"breadcrumbs":5,"title":2},"176":{"body":39,"breadcrumbs":6,"title":3},"177":{"body":26,"breadcrumbs":5,"title":2},"178":{"body":26,"breadcrumbs":5,"title":2},"179":{"body":44,"breadcrumbs":6,"title":3},"18":{"body":14,"breadcrumbs":4,"title":1},"180":{"body":35,"breadcrumbs":5,"title":2},"181":{"body":35,"breadcrumbs":6,"title":3},"182":{"body":23,"breadcrumbs":5,"title":2},"183":{"body":22,"breadcrumbs":6,"title":3},"184":{"body":35,"breadcrumbs":6,"title":3},"185":{"body":28,"breadcrumbs":5,"title":2},"186":{"body":28,"breadcrumbs":6,"title":3},"187":{"body":63,"breadcrumbs":7,"title":4},"188":{"body":11,"breadcrumbs":5,"title":2},"189":{"body":20,"breadcrumbs":4,"title":1},"19":{"body":22,"breadcrumbs":4,"title":1},"190":{"body":25,"breadcrumbs":3,"title":0},"191":{"body":35,"breadcrumbs":5,"title":2},"192":{"body":28,"breadcrumbs":7,"title":4},"193":{"body":28,"breadcrumbs":8,"title":5},"194":{"body":28,"breadcrumbs":7,"title":4},"195":{"body":28,"breadcrumbs":8,"title":5},"196":{"body":34,"breadcrumbs":5,"title":2},"197":{"body":34,"breadcrumbs":6,"title":3},"198":{"body":137,"breadcrumbs":8,"title":5},"199":{"body":52,"breadcrumbs":8,"title":5},"2":{"body":13,"breadcrumbs":3,"title":1},"20":{"body":13,"breadcrumbs":4,"title":1},"200":{"body":125,"breadcrumbs":9,"title":6},"201":{"body":59,"breadcrumbs":9,"title":6},"202":{"body":84,"breadcrumbs":8,"title":5},"203":{"body":60,"breadcrumbs":8,"title":5},"204":{"body":82,"breadcrumbs":8,"title":5},"205":{"body":64,"breadcrumbs":8,"title":5},"206":{"body":80,"breadcrumbs":10,"title":7},"207":{"body":80,"breadcrumbs":10,"title":7},"208":{"body":60,"breadcrumbs":9,"title":6},"209":{"body":60,"breadcrumbs":9,"title":6},"21":{"body":12,"breadcrumbs":4,"title":1},"210":{"body":60,"breadcrumbs":9,"title":6},"211":{"body":60,"breadcrumbs":9,"title":6},"212":{"body":26,"breadcrumbs":5,"title":2},"213":{"body":26,"breadcrumbs":6,"title":3},"214":{"body":0,"breadcrumbs":6,"title":3},"215":{"body":22,"breadcrumbs":5,"title":2},"216":{"body":21,"breadcrumbs":6,"title":3},"217":{"body":36,"breadcrumbs":6,"title":3},"218":{"body":35,"breadcrumbs":7,"title":4},"219":{"body":33,"breadcrumbs":7,"title":4},"22":{"body":32,"breadcrumbs":4,"title":1},"220":{"body":27,"breadcrumbs":7,"title":4},"221":{"body":28,"breadcrumbs":7,"title":4},"222":{"body":33,"breadcrumbs":8,"title":5},"223":{"body":34,"breadcrumbs":8,"title":5},"224":{"body":35,"breadcrumbs":8,"title":5},"225":{"body":36,"breadcrumbs":8,"title":5},"226":{"body":136,"breadcrumbs":6,"title":3},"227":{"body":8,"breadcrumbs":5,"title":2},"228":{"body":27,"breadcrumbs":6,"title":3},"229":{"body":26,"breadcrumbs":7,"title":4},"23":{"body":27,"breadcrumbs":4,"title":1},"230":{"body":27,"breadcrumbs":8,"title":5},"231":{"body":26,"breadcrumbs":7,"title":4},"232":{"body":27,"breadcrumbs":8,"title":5},"233":{"body":31,"breadcrumbs":6,"title":3},"234":{"body":33,"breadcrumbs":6,"title":3},"235":{"body":29,"breadcrumbs":6,"title":3},"236":{"body":28,"breadcrumbs":7,"title":4},"237":{"body":43,"breadcrumbs":6,"title":3},"238":{"body":44,"breadcrumbs":7,"title":4},"239":{"body":35,"breadcrumbs":6,"title":3},"24":{"body":121,"breadcrumbs":4,"title":1},"240":{"body":56,"breadcrumbs":9,"title":6},"241":{"body":56,"breadcrumbs":9,"title":6},"242":{"body":66,"breadcrumbs":9,"title":6},"243":{"body":66,"breadcrumbs":9,"title":6},"244":{"body":39,"breadcrumbs":6,"title":3},"245":{"body":40,"breadcrumbs":6,"title":3},"246":{"body":12,"breadcrumbs":5,"title":2},"247":{"body":61,"breadcrumbs":7,"title":4},"248":{"body":18,"breadcrumbs":6,"title":3},"249":{"body":41,"breadcrumbs":6,"title":3},"25":{"body":75,"breadcrumbs":4,"title":1},"250":{"body":114,"breadcrumbs":7,"title":4},"251":{"body":276,"breadcrumbs":6,"title":3},"252":{"body":30,"breadcrumbs":7,"title":4},"253":{"body":75,"breadcrumbs":6,"title":3},"254":{"body":57,"breadcrumbs":7,"title":4},"255":{"body":39,"breadcrumbs":6,"title":3},"256":{"body":151,"breadcrumbs":10,"title":7},"257":{"body":70,"breadcrumbs":6,"title":3},"258":{"body":85,"breadcrumbs":7,"title":4},"259":{"body":112,"breadcrumbs":7,"title":4},"26":{"body":146,"breadcrumbs":4,"title":1},"260":{"body":156,"breadcrumbs":7,"title":4},"261":{"body":88,"breadcrumbs":5,"title":2},"262":{"body":166,"breadcrumbs":7,"title":4},"263":{"body":52,"breadcrumbs":10,"title":7},"264":{"body":56,"breadcrumbs":7,"title":4},"265":{"body":77,"breadcrumbs":10,"title":7},"266":{"body":70,"breadcrumbs":7,"title":4},"267":{"body":68,"breadcrumbs":10,"title":7},"268":{"body":34,"breadcrumbs":6,"title":3},"269":{"body":169,"breadcrumbs":7,"title":4},"27":{"body":33,"breadcrumbs":4,"title":1},"270":{"body":169,"breadcrumbs":7,"title":4},"271":{"body":8,"breadcrumbs":5,"title":2},"272":{"body":38,"breadcrumbs":6,"title":3},"273":{"body":53,"breadcrumbs":7,"title":4},"274":{"body":8,"breadcrumbs":5,"title":2},"275":{"body":92,"breadcrumbs":7,"title":4},"276":{"body":92,"breadcrumbs":7,"title":4},"277":{"body":71,"breadcrumbs":7,"title":4},"278":{"body":40,"breadcrumbs":6,"title":3},"279":{"body":41,"breadcrumbs":7,"title":4},"28":{"body":18,"breadcrumbs":4,"title":1},"280":{"body":8,"breadcrumbs":4,"title":1},"281":{"body":84,"breadcrumbs":7,"title":4},"282":{"body":18,"breadcrumbs":6,"title":3},"283":{"body":110,"breadcrumbs":5,"title":2},"284":{"body":320,"breadcrumbs":6,"title":3},"285":{"body":7,"breadcrumbs":2,"title":1},"286":{"body":0,"breadcrumbs":6,"title":2},"287":{"body":57,"breadcrumbs":6,"title":2},"288":{"body":10,"breadcrumbs":2,"title":1},"289":{"body":0,"breadcrumbs":9,"title":5},"29":{"body":73,"breadcrumbs":4,"title":1},"290":{"body":4,"breadcrumbs":5,"title":1},"291":{"body":185,"breadcrumbs":5,"title":1},"292":{"body":74,"breadcrumbs":7,"title":3},"293":{"body":30,"breadcrumbs":7,"title":3},"294":{"body":46,"breadcrumbs":7,"title":3},"295":{"body":61,"breadcrumbs":7,"title":3},"296":{"body":78,"breadcrumbs":7,"title":3},"297":{"body":109,"breadcrumbs":7,"title":3},"298":{"body":50,"breadcrumbs":7,"title":3},"299":{"body":50,"breadcrumbs":7,"title":3},"3":{"body":7,"breadcrumbs":4,"title":2},"30":{"body":71,"breadcrumbs":4,"title":1},"300":{"body":78,"breadcrumbs":8,"title":4},"301":{"body":76,"breadcrumbs":8,"title":4},"302":{"body":108,"breadcrumbs":7,"title":3},"303":{"body":62,"breadcrumbs":8,"title":4},"304":{"body":71,"breadcrumbs":8,"title":4},"305":{"body":100,"breadcrumbs":10,"title":6},"306":{"body":80,"breadcrumbs":9,"title":5},"307":{"body":92,"breadcrumbs":9,"title":5},"308":{"body":89,"breadcrumbs":9,"title":5},"309":{"body":72,"breadcrumbs":9,"title":5},"31":{"body":58,"breadcrumbs":4,"title":1},"310":{"body":166,"breadcrumbs":8,"title":4},"311":{"body":102,"breadcrumbs":8,"title":4},"32":{"body":13,"breadcrumbs":4,"title":1},"33":{"body":13,"breadcrumbs":4,"title":1},"34":{"body":22,"breadcrumbs":5,"title":1},"35":{"body":25,"breadcrumbs":3,"title":1},"36":{"body":14,"breadcrumbs":6,"title":2},"37":{"body":18,"breadcrumbs":6,"title":2},"38":{"body":44,"breadcrumbs":6,"title":2},"39":{"body":35,"breadcrumbs":6,"title":2},"4":{"body":9,"breadcrumbs":3,"title":1},"40":{"body":32,"breadcrumbs":6,"title":2},"41":{"body":0,"breadcrumbs":6,"title":2},"42":{"body":9,"breadcrumbs":6,"title":2},"43":{"body":57,"breadcrumbs":6,"title":2},"44":{"body":27,"breadcrumbs":6,"title":2},"45":{"body":21,"breadcrumbs":6,"title":2},"46":{"body":11,"breadcrumbs":2,"title":1},"47":{"body":32,"breadcrumbs":6,"title":2},"48":{"body":17,"breadcrumbs":7,"title":3},"49":{"body":116,"breadcrumbs":6,"title":2},"5":{"body":25,"breadcrumbs":4,"title":2},"50":{"body":60,"breadcrumbs":8,"title":4},"51":{"body":6,"breadcrumbs":7,"title":3},"52":{"body":46,"breadcrumbs":8,"title":4},"53":{"body":500,"breadcrumbs":6,"title":2},"54":{"body":41,"breadcrumbs":6,"title":2},"55":{"body":9,"breadcrumbs":6,"title":2},"56":{"body":112,"breadcrumbs":6,"title":2},"57":{"body":267,"breadcrumbs":5,"title":1},"58":{"body":22,"breadcrumbs":8,"title":4},"59":{"body":43,"breadcrumbs":6,"title":2},"6":{"body":113,"breadcrumbs":6,"title":2},"60":{"body":11,"breadcrumbs":6,"title":2},"61":{"body":81,"breadcrumbs":6,"title":2},"62":{"body":17,"breadcrumbs":5,"title":2},"63":{"body":12,"breadcrumbs":4,"title":1},"64":{"body":9,"breadcrumbs":4,"title":1},"65":{"body":18,"breadcrumbs":5,"title":2},"66":{"body":211,"breadcrumbs":6,"title":3},"67":{"body":426,"breadcrumbs":6,"title":3},"68":{"body":156,"breadcrumbs":7,"title":4},"69":{"body":92,"breadcrumbs":7,"title":4},"7":{"body":193,"breadcrumbs":4,"title":1},"70":{"body":64,"breadcrumbs":9,"title":5},"71":{"body":0,"breadcrumbs":6,"title":2},"72":{"body":98,"breadcrumbs":6,"title":2},"73":{"body":41,"breadcrumbs":9,"title":4},"74":{"body":9,"breadcrumbs":8,"title":3},"75":{"body":29,"breadcrumbs":8,"title":3},"76":{"body":51,"breadcrumbs":6,"title":1},"77":{"body":74,"breadcrumbs":6,"title":1},"78":{"body":55,"breadcrumbs":6,"title":1},"79":{"body":26,"breadcrumbs":8,"title":4},"8":{"body":152,"breadcrumbs":4,"title":1},"80":{"body":8,"breadcrumbs":10,"title":3},"81":{"body":20,"breadcrumbs":9,"title":2},"82":{"body":141,"breadcrumbs":8,"title":1},"83":{"body":512,"breadcrumbs":10,"title":3},"84":{"body":51,"breadcrumbs":9,"title":2},"85":{"body":67,"breadcrumbs":9,"title":2},"86":{"body":10,"breadcrumbs":15,"title":8},"87":{"body":31,"breadcrumbs":8,"title":1},"88":{"body":31,"breadcrumbs":8,"title":1},"89":{"body":25,"breadcrumbs":8,"title":1},"9":{"body":128,"breadcrumbs":4,"title":1},"90":{"body":28,"breadcrumbs":8,"title":1},"91":{"body":14,"breadcrumbs":10,"title":3},"92":{"body":0,"breadcrumbs":9,"title":2},"93":{"body":158,"breadcrumbs":12,"title":5},"94":{"body":103,"breadcrumbs":10,"title":3},"95":{"body":101,"breadcrumbs":9,"title":2},"96":{"body":91,"breadcrumbs":6,"title":1},"97":{"body":88,"breadcrumbs":7,"title":2},"98":{"body":58,"breadcrumbs":7,"title":2},"99":{"body":134,"breadcrumbs":7,"title":2}},"docs":{"0":{"body":"Fuel: A Secure Decentralized Generalized Massively Scalable Transaction Ledger This book specifies the Fuel protocol, including the Fuel Virtual Machine (short: FuelVM), a blazingly fast verifiable blockchain virtual machine.","breadcrumbs":"Fuel Specifications » Fuel Specifications","id":"0","title":"Fuel Specifications"},"1":{"body":"Transaction Format - The Fuel transaction format. Computing Identifiers - Computing unique IDs for transactions, contracts and UTXOs. Transaction Validity - Defines transaction validity rules. Cryptographic Primitives - Cryptographic primitives used in Fuel. Application Binary Interface (ABI) - Low-level details on interfacing with Fuel bytecode. Storage Slot Initialization - JSON format for contract storage slot initialization. Block Header Format - The Fuel block header format. Relayer/Bridge - The Fuel relayer/bridge protocol.","breadcrumbs":"Fuel Specifications » Protocol","id":"1","title":"Protocol"},"10":{"body":"The transaction is created by the block producer and is not signed. Since it is not usable outside of block creation or execution, all fields must be fully set upon creation without any zeroing. This means that the transaction ID must also include the correct txPointer value, not zeroed out. name type description txPointer TXPointer The location of the Mint transaction in the block. inputContract InputContract The contract UTXO that assets are minted to. outputContract OutputContract The contract UTXO that assets are being minted to. mintAmount uint64 The amount of funds minted. mintAssetId byte[32] The asset IDs corresponding to the minted amount. gasPrice uint64 The gas price to be used in calculating all fees for transactions on block Transaction is invalid if: txPointer is zero or doesn't match the block. outputContract.inputIndex is not zero","breadcrumbs":"Transaction Format » Transaction » TransactionMint","id":"10","title":"TransactionMint"},"100":{"body":"type: Log. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ra: Decimal string representation of a 64-bit unsigned integer; value of register $rA. rb: Decimal string representation of a 64-bit unsigned integer; value of register $rB. rc: Decimal string representation of a 64-bit unsigned integer; value of register $rC. rd: Decimal string representation of a 64-bit unsigned integer; value of register $rD. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Log\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ra\": \"1844674407370\", \"rb\": \"1844674407371\", \"rc\": \"1844674407372\", \"rd\": \"1844674407373\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Log Receipt","id":"100","title":"Log Receipt"},"101":{"body":"type: Mint. sub_id: Hexadecimal string representation of the 256-bit (32-byte) asset sub identifier ID; derived from register $rB. contract_id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Mint\", \"sub_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"contract_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Mint Receipt","id":"101","title":"Mint Receipt"},"102":{"body":"type: Burn. sub_id: Hexadecimal string representation of the 256-bit (32-byte) asset sub identifier ID; derived from register $rB. contract_id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Burn\", \"sub_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"contract_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Burn Receipt","id":"102","title":"Burn Receipt"},"103":{"body":"type: LogData. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ra: Decimal string representation of a 64-bit unsigned integer; value of register $rA rb: Decimal string representation of a 64-bit unsigned integer; value of register $rB ptr: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rC. len: Decimal string representation of a 64-bit unsigned integer; value of register $rD. digest: Hexadecimal string representation of the 256-bit (32-byte) hash of MEM[$rC, $rD]. data: Hexadecimal string representation of the value of the memory range MEM[$rC, $rD]. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"LogData\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ra\": \"1844674407370\", \"rb\": \"1844674407371\", \"ptr\": \"0x1ad7f29abcc\", \"len\": \"66544\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"pc\": \"0xffffffffffffffff\", \"data\": \"0xa7c5ac471b47\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » LogData Receipt","id":"103","title":"LogData Receipt"},"104":{"body":"type: ReturnData. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ptr: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rA. len: Decimal string representation of a 64-bit unsigned integer; value of register $rB. digest: Hexadecimal string representation of 256-bit (32-byte), hash of MEM[$rA, $rB]. data: Hexadecimal string representation of the value of the memory range MEM[$rA, $rB]. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"ReturnData\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ptr\": \"0x1ad7f29abcc\", \"len\": \"1844\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"pc\": \"0xffffffffffffffff\", \"data\": \"0xa7c5ac471b47\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » ReturnData Receipt","id":"104","title":"ReturnData Receipt"},"105":{"body":"type: Revert. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Revert\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"1844674407372\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Revert Receipt","id":"105","title":"Revert Receipt"},"106":{"body":"type: Transfer. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. to: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the recipient contract. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Transfer\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Transfer Receipt","id":"106","title":"Transfer Receipt"},"107":{"body":"type: TransferOut. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. to: Hexadecimal string representation of the 256-bit (32-byte) address to transfer coins to. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"TransferOut\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » TransferOut Receipt","id":"107","title":"TransferOut Receipt"},"108":{"body":"type: ScriptResult. result: Hexadecimal string representation of a 64-bit unsigned integer; 0 if script exited successfully, any otherwise. gas_used: Decimal string representation of a 64-bit unsigned integer; amount of gas consumed by the script. { \"type\": \"ScriptResult\", \"result\": \"0x00\", \"gas_used\": \"400\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » ScriptResult Receipt","id":"108","title":"ScriptResult Receipt"},"109":{"body":"type: MessageOut. sender: Hexadecimal string representation of the 256-bit (32-byte) address of the message sender: MEM[$fp, 32]. recipient: Hexadecimal string representation of the 256-bit (32-byte) address of the message recipient: MEM[$rA, 32]. amount: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rD. nonce: Hexadecimal string representation of the 256-bit (32-byte) message nonce as described here . len: Decimal string representation of a 16-bit unsigned integer; value of register $rC. digest: Hexadecimal string representation of 256-bit (32-byte), hash of MEM[$rB, $rC]. data: Hexadecimal string representation of the value of the memory range MEM[$rB, $rC]. { \"type\": \"MessageOut\", \"sender\": \"0x38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff05139150017c9e\", \"recipient\": \"0x4710162c2e3a95a6faff05139150017c9e38e5e280432d546fae345d6ce6d8fe\", \"amount\": \"0xe6d8fe4710162c2e\", \"nonce\": \"0x47101017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"len\": \"65535\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"data\": \"0xa7c5ac471b47\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » MessageOut Receipt","id":"109","title":"MessageOut Receipt"},"11":{"body":"The Upgrade transaction allows upgrading either consensus parameters or state transition function used by the network to produce future blocks. The Upgrade Purpose type defines the purpose of the upgrade. The Upgrade transaction is chargeable, and the sender should pay for it. Transaction inputs should contain only base assets. Only the privileged address from ConsensusParameters can upgrade the network. The privileged address can be either a real account or a predicate. When the upgrade type is UpgradePurposeType.ConsensusParameters serialized consensus parameters are available in the witnesses and the Upgrade transaction is self-contained because it has all the required information. When the upgrade type is UpgradePurposeType.StateTransition, the bytecodeRoot field contains the Merkle root of the new bytecode of the state transition function. The bytecode should already be available on the blockchain at the upgrade point; otherwise, the upgrade will fail. The bytecode can be part of the genesis block or can be uploaded via the TransactionUpload transaction. The block header contains information about which versions of consensus parameters and state transition function are used to produce a block, and the Upgrade transaction defines behavior corresponding to the version. When the block executes the Upgrade transaction, it defines new behavior for either BlockHeader.consensusParametersVersion + 1 or BlockHeader.stateTransitionBytecodeVersion + 1(it depends on the purpose of the upgrade). When the Upgrade transaction is included in the block, it doesn't affect the current block execution. Since behavior is now defined, the inclusion of the Upgrade transaction allows the production of the next block with a new version. The block producer can still continue to use the previous version and start using a new version later unless the state transition function forbids it. The behavior is set once per version. It is forbidden to override the behavior of the network. Each behavior should have its own version. The version should grow monotonically without jumps. The BlockHeader.consensusParametersVersion and BlockHeader.stateTransitionBytecodeVersion are independent and can grow at different speeds. name type description upgradePurpose UpgradePurpose The purpose of the upgrade. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id No input where InputType.Message.owner == PRIVILEGED_ADDRESS or InputType.Coint.owner == PRIVILEGED_ADDRESS The UpgradePurpose is invalid","breadcrumbs":"Transaction Format » Transaction » TransactionUpgrade","id":"11","title":"TransactionUpgrade"},"110":{"body":"To select which function you want to call, first, this function must be in an ABI struct of a Sway program. For instance: abi MyContract { fn foo(a: u64); fn bar(a: InputStruct );\n} { fn baz(a: ()) { }\n} The function selector is the first 4 bytes of the SHA-256 hash function of the signature of the Sway function being called. Then, these 4 bytes are right-aligned to 8 bytes, left-padded with zeroes. Note : The word size for the FuelVM is 8 bytes.","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » Function Selector Encoding","id":"110","title":"Function Selector Encoding"},"111":{"body":"The signature is composed of the function name with the parenthesized list of comma-separated parameter types without spaces. All strings encoded with UTF-8. For custom types such as enum and struct, there is a prefix added to the parenthesized list (see below). Generic struct and enum types also accept a list of comma-separated type arguments in between angle brackets right after the prefix. For instance, to compute the selector for the following function: fn entry_one(arg: u64); we should pass \"entry_one(u64)\" to the sha256() hashing algorithm. The full digest would be: 0x0c36cb9cb766ff60422db243c4fff06d342949da3c64a3c6ac564941f84b6f06 Then we would get only the first 4 bytes of this digest and left-pad it to 8 bytes: 0x000000000c36cb9c The table below summarizes how each function argument type is encoded Type Encoding bool bool u8 u8 u16 u16 u32 u32 u64 u64 b256 b256 struct s<,,...>(,,...) where , , ... are the encoded types of the struct fields and , , ... are the encoded type arguments enum e<>,,...>(,,...) where , , ... are the encoded types of the enum variants and , , ... are the encoded type arguments str[] str[] array a[;] where is the encoded element type of the array and is its length tuple (,,...) where , , ... are the encoded types of the tuple fields Note: Non-generic structs and enums do not require angle brackets.","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » Function Signature","id":"111","title":"Function Signature"},"112":{"body":"enum MyEnum { Foo: u64, Bar: bool,\n}\nstruct MyStruct { bim: T, bam: MyEnum,\n} struct MyOtherStruct { bom: u64,\n} fn complex_function( arg1: MyStruct<[b256; 3], u8>, arg2: [MyStruct; 4], arg3: (str[5], bool), arg4: MyOtherStruct,\n); is encoded as: abi MyContract { complex_function(s(a[b256;3],e(u64,bool)),a[s(u64,e(u64,bool));4],(str[5],bool),s(u64))\n} which is then hashed into: 51fdfdadc37ff569e281a622281af7ec055f8098c40bc566118cbb48ca5fd28b and then the encoded function selector is: 0x0000000051fdfdad","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » A Complex Example","id":"112","title":"A Complex Example"},"113":{"body":"","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Argument Encoding","id":"113","title":"Argument Encoding"},"114":{"body":":warning: This version is being deprecated for Version 1 (see below). When crafting transaction script data, you must encode the arguments you wish to pass to the script.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Version 0","id":"114","title":"Version 0"},"115":{"body":"These are the available types that can be encoded in the ABI: Unsigned integers: u8, 8 bits. u16, 16 bits. u32, 32 bits. u64, 64 bits. u128, 128 bits. u256, 256 bits. Boolean: bool, either 0 or 1 encoded identically to u8. B256: b256, arbitrary 256-bits value. Address : address, a 256-bit (32-byte) address. Fixed size string Array Enums (sum types) Structs Vectors Tuples These types are encoded in-place. Here's how to encode them. We define enc(X) the encoding of the type X.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Types","id":"115","title":"Types"},"116":{"body":"u where M is either 8, 16, 32, 64, 128 or 256 bits. enc(X) is the big-endian (i.e. right-aligned) representation of X left-padded with zero-bytes. In the case of M being 8, 16, 32 or 64, total length must be 8 bytes. If M is 128, total length must be 16 bytes. If M is 256, total length must be 32 bytes. Note: since all integer values are unsigned, there is no need to preserve the sign when extending/padding; padding with only zeroes is sufficient._ Example: Encoding 42 yields: 0x000000000000002a, which is the hexadecimal representation of the decimal number 42, right-aligned to 8 bytes. Encoding u128::MAX - 1 yields: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE, it's right-aligned to 16 bytes","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Unsigned Integers","id":"116","title":"Unsigned Integers"},"117":{"body":"enc(X) is 0 if X is false or 1 if X is true, left-padded with zero-bytes. Total length must be 8 bytes. Similar to the u8 encoding. Example: Encoding true yields: 0x0000000000000001","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Boolean","id":"117","title":"Boolean"},"118":{"body":"b256 is a fixed size bit array of length 256. Used for 256-bit hash digests and other 256-bit types. It is encoded as-is. Example: Encoding 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745 yields: 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » B256","id":"118","title":"B256"},"119":{"body":"A 256-bit (32-byte) address, encoded in the same way as a b256 argument: encoded as-is. Example: Encoding 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745 yields: 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Address","id":"119","title":"Address"},"12":{"body":"The Upload transaction allows the huge bytecode to be divided into subsections and uploaded slowly to the chain. The Binary Merkle root built on top of subsections is an identifier of the bytecode. Each transaction uploads a subsection of the code and must contain proof of connection to the root. All subsections should be uploaded sequentially, which allows the concatenation of previously uploaded subsections with new subsection. The bytecode is considered final when the last subsection is uploaded, and future Upload transactions with the same root fields should be rejected. When the bytecode is completed it can be used to upgrade the network. The size of each subsection can be arbitrary; the only limit is the maximum number of subsections allowed by the network. The combination of the transaction gas limit and the number of subsections limits the final maximum size of the bytecode. name type description root byte[32] The root of the Merkle tree is created over the bytecode. witnessIndex uint16 The witness index of the subsection of the bytecode. subsectionIndex uint16 The index of the subsection of the bytecode. subsectionsNumber uint16 The total number of subsections on which bytecode was divided. proofSetCount uint16 Number of Merkle nodes in the proof. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. proofSet byte[32][] The proof set of Merkle nodes to verify the connection of the subsection to the root. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id witnessIndex >= tx.witnessesCount subsectionIndex >= subsectionsNumber subsectionsNumber > MAX_BYTECODE_SUBSECTIONS The Binary Merkle tree root calculated from (witnesses[witnessIndex], subsectionIndex, subsectionsNumber, proofSet) is not equal to the root. Root calculation is affected by all fields, so modification of one of them invalidates the proof.","breadcrumbs":"Transaction Format » Transaction » TransactionUpload","id":"12","title":"TransactionUpload"},"120":{"body":"An array of a certain type T, [T; n], where n is the length of the array. Arrays in Sway have a fixed-length which is known at compile time. This means the ABI encoding for arrays also happens in-place, with no need to account for dynamic sizing. The encoding for the array contains, in order, the encoding of each element in [T; n], recursively following the encoding for the type T. For instance, consider the function signature my_func(bool, [u64; 2]) with the values (true, [1, 2]). The encoding will be: 0x0000000000000001, the true bool encoded in-place. 0x0000000000000001, First element of the parameter [u64; 2], 1, encoded as a u64. 0x0000000000000002, Second element of the parameter [u64; 2], 2, encoded as a u64. The resulting encoded ABI will be: 0x000000000000000100000000000000010000000000000002","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Array","id":"120","title":"Array"},"121":{"body":"Strings have fixed length and are encoded in-place. str[n], where n is the fixed-size of the string. Rather than padding the string, the encoding of the elements of the string is tightly packed. And unlike the other type encodings, the string encoding is left-aligned. Note that all strings are encoded in UTF-8. Example: Encoding \"Hello, World\" as a str[12] yields : 0x48656c6c6f2c20576f726c6400000000 Note that we're padding with zeroes in order to keep it right-aligned to 8 bytes (FuelVM's word size).","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Fixed-length Strings","id":"121","title":"Fixed-length Strings"},"122":{"body":"Encoding ABIs that contain custom types, such as structs, is similar to encoding a set of primitive types. The encoding will proceed in the order that the inner types of a custom type are declared and recursively just like encoding any other type. This way you can encode structs with primitive types or structs with more complex types in them such as other structs, arrays, strings, and enums. Here's an example: struct InputStruct { field_1: bool, field_2: u8,\n} abi MyContract { fn foo(a: u64); fn bar(a: InputStruct);\n} { fn baz(a: ()) { }\n} Calling bar with InputStruct { field_1: true, field_2: 5 } yields: 0x\n0000000000000001 // `true` encoded as a bool\n0000000000000005 // `5` encoded as u8 A more complex scenario: struct InputStruct { field_1: bool, field_2: [u8; 2], // An array of u8, with length 2.\n} abi MyContract { fn foo(a: u64); fn bar(a: InputStruct);\n} { fn baz(a: ()) { }\n} Calling bar with InputStruct { field_1: true, field_2: [1, 2] } yields: 0x\n0000000000000001 // `true` encoded as a bool\n0000000000000001 // `1` encoded as u8\n0000000000000002 // `2` encoded as u8","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Structs","id":"122","title":"Structs"},"123":{"body":"ABI calls containing enums (sum types) are encoded similarly to structs: encode the discriminant first, then recursively encode the type of the enum variant being passed to the function being called. enum MySumType\n{ X: u32, Y: bool,\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::X(42) yields: 0x\n0000000000000000 // The discriminant of the chosen enum, in this case `0`.\n000000000000002a // `42` encoded as u64 If the sum type has variants of different sizes, then left padding is required. enum MySumType\n{ X: b256, Y: u32,\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::Y(42) yields: 0x\n0000000000000001 // The discriminant of the chosen enum, in this case `1`.\n0000000000000000 // Left padding\n0000000000000000 // Left padding\n0000000000000000 // Left padding\n000000000000002a // `42` encoded as u64 Note that three words of padding are required because the largest variant of MySumType is 4 words wide. If all the variants of a sum type are of type (), or unit, then only the discriminant needs to be encoded. enum MySumType\n{ X: (), Y: (), Z: (),\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::Z yields: 0x\n0000000000000002 // The discriminant of the chosen enum, in this case `2`.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Enums (sum types)","id":"123","title":"Enums (sum types)"},"124":{"body":"ABI calls containing vectors are encoded in the following way: First, figure out the the length l of the vector. Its length will also be its capacity. Encode the content of the vector according to the spec of its type, e.g. for a Vec, encode each bool element according to the bool specs. This gives out data that is stored on the heap, and we encode only the pointer to this data abi MyContract { fn foo(a: Vec);\n} { fn foo(a: Vec) {};\n} Calling foo with vec![1u32, 2u32, 3u32, 4u32]: length is 4, capacity is 4 data: [0x0000000000000001, 0x0000000000000002, 0x0000000000000003, 0x0000000000000004], stored at pointer address 0x000000000000beef Note: to understand how the u32 are encoded, see the section about encoding integers. 0x\n000000000000beef // pointer address\n0000000000000004 // length = 4\n0000000000000004 // capacity = 4 At the pointer address, then the vector's content are encoded as such: 0x\n0000000000000001 // 1u32\n0000000000000002 // 2u32\n0000000000000003 // 3u32\n0000000000000004 // 4u32","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Vectors","id":"124","title":"Vectors"},"125":{"body":"ABI calls containing tuples are encoded as such: If X is a tuple with the type signature (T_1, T_2, ..., T_n), with T_1,...,T_n being any type except for vector, then enc(X) is encoded as the concatenation of enc(T_1), enc(T_2),enc (T_3), ..., enc(T_n). abi MyContract { fn foo(a: (u64, str[3], bool));\n} { fn foo(a: (u64, str[4], bool)) {};\n} Calling foo with (1u64, \"fuel\", true) : 0x\n0000000000000001 // 1u64\n6675656c00000000 // \"fuel\" encoded as per the specs\n0000000000000001 // true","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Tuples","id":"125","title":"Tuples"},"126":{"body":"This version was created to replace the older version 0 described above, and follows three philosophical tenets: being self-sufficient: it must be possible to completely decode the original data only using the encoded bytes and the original type (there are no references to data outside the encoded bytes); no overhead: only the bare minimum bytes are necessary to do the encoding. No metadata, headers, etc...; no relation with runtime memory layout: no padding, no alignment, etc...","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Version 1","id":"126","title":"Version 1"},"127":{"body":"Primitive types will be encoded using the exact number of bits they need: u8: 1 byte; u16: 2 bytes; u32: 4 bytes; u64: 8 bytes; u256: 32 bytes; b256: 32 bytes;","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Primitive Types","id":"127","title":"Primitive Types"},"128":{"body":"Arrays are encoded without any padding or alignment, with one item after the other. [T; 1] is encoded [encode(T)]; [T; 2] is encoded [encode(T), encode(T)]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Arrays","id":"128","title":"Arrays"},"129":{"body":"String arrays are encoded just like arrays, without any overhead. str[1] = 1 byte str[2] = 2 bytes str[n] = n bytes String slices do contain their length as u64, and the string itself is encoded packed without alignment or padding. \"abc\" = [0, 0, 0, 0, 0, 0, 0, 3, \"a\", \"b\", \"c\"]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Strings","id":"129","title":"Strings"},"13":{"body":"The Blob inserts a simple binary blob in the chain. It's raw immutable data that can be cheaply loaded by the VM and used as instructions or just data. Unlike Create, it doesn't hold any state or balances. Blobs are content-addressed, i.e. the they are uniquely identified by hash of the data field. Programs running on the VM can load an already-posted blob just by the hash, without having to specify it in contract inputs. name type description id byte[32] Blob id, i.e. hash of the data. witnessIndex uint16 The witness index of the data. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id witnessIndex >= tx.witnessesCount sha256(witnesses[witnessIndex]) != id","breadcrumbs":"Transaction Format » Transaction » TransactionBlob","id":"13","title":"TransactionBlob"},"130":{"body":"raw_slice, also being dynamic, contains their length as u64 and is treated as a \"slice of bytes\". Each byte is encoded as u8 (1 byte) and is packed without alignment and padding. For example, a slice of three bytes like [0u8, 1u8, 2u8] will be encoded as bytes [0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 2]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Slices","id":"130","title":"Slices"},"131":{"body":"Tuples are encoded just like arrays, without any overhead like padding and alignment: (A, B, C) = [encode(A), encode(B), encode(C)]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Tuple","id":"131","title":"Tuple"},"132":{"body":"Structs can be encoded in two ways: first, with the automatic implementation; second, with the custom implementation. Auto implementation follows the same rules as tuples. So we can imagine that struct S { a: A, b: B, c: C\n} is encoded the same way as the tuple (A, B, C). Custom implementation allows the developer to choose how a struct is encoded. A struct has auto-implemented encoding if no custom was found.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Structs (v1)","id":"132","title":"Structs (v1)"},"133":{"body":"Enums can also be encoded with the automatic or the custom implementation. The auto implementation first encoded the variant with a u64 number starting from zero as the first variant and increments this value for each variant, following declaration order. enum E { VARIANT_A: A, // <- variant 0 VARIANT_B: B, // <- variant 1 VARIANT_C: C // <- variant 2 } will be encoded as [encode(variant), encode(value)]. The variant data will be encoded right after the variant tag, without any alignment or padding. An enum has auto-implemented encoding if no custom was found.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Enums","id":"133","title":"Enums"},"134":{"body":"Some common data structures also have well-defined encoding: Vec will be encoded as [encode(length), ] Bytes will be encoded as [encode(length), ] String will be encoded as [encode (length), ] All of them first contain the length and then their data right after, without any padding or alignment.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Data Structures","id":"134","title":"Data Structures"},"135":{"body":"Hash based ids are deterministically generated from associated types and are used in the JSON ABI for type IDs and for logId. This document specifies how the hash based IDS are generated for type IDs and for logId.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Hash based IDs","id":"135","title":"Hash based IDs"},"136":{"body":"Hash based ids for type IDs are generated from the sha256 of a string that represents the type. For logIds we use the first 8 bytes of the sha256 of a string that represents the type, this is because the LOG and LOGD opcodes use a 64bit value as log id.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Generation","id":"136","title":"Generation"},"137":{"body":"For describing the string representation of type we will use the notation {abi_str(T)} that should be replaced by the respective ABI string representation of the respective type T.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String representation of types","id":"137","title":"String representation of types"},"138":{"body":"u8 => \"u8\" u16 => \"u16\" u32 => \"u32\" u64 => \"u64\" u256 => \"u256\" b256 => \"b256\" bool => \"bool\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Intrinsics","id":"138","title":"Intrinsics"},"139":{"body":"String array of size 1 => \"str[1]\" String array of size 2 => \"str[2]\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String arrays","id":"139","title":"String arrays"},"14":{"body":"enum UpgradePurposeType : uint8 { ConsensusParameters = 0, StateTransition = 1,\n} name type description type UpgradePurposeType Type of upgrade purpose. data One of ConsensusParameters , StateTransition Upgrade purposes. Transaction is invalid if: type is not valid UpgradePurposeType value`","breadcrumbs":"Transaction Format » UpgradePurpose » UpgradePurposeType","id":"14","title":"UpgradePurposeType"},"140":{"body":"String slice => \"str\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String slices","id":"140","title":"String slices"},"141":{"body":"[T; 1] => \"[{abi_str(T)}; 1]\" [T; 2] => \"[{abi_str(T)}; 2]\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Arrays","id":"141","title":"Arrays"},"142":{"body":"() => \"()\" (T1) => \"({abi_str(T1)})\" (T1,T2) => \"({abi_str(T1)}, {abi_str(T2)})\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Tuples","id":"142","title":"Tuples"},"143":{"body":"Option enum with type parameter T => \"enum std::option::Option<{abi_str(T)}>\" Enum without type parameters named MyEnum => \"enum MyEnum\" Enum with type parameter T1 named MyEnum => \"enum MyEnum<{abi_str(T1)}>\" Enum with type parameters T1, T2 named MyEnum in my_module => \"enum my_module::MyEnum<{abi_str(T1)},{abi_str(T2)}>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Enums","id":"143","title":"Enums"},"144":{"body":"Vec struct with type parameter T => \"struct std::vec::Vec<{abi_str(T)}>\" Struct without type parameters named MyStruct => \"struct MyStruct\" Struct with type parameter T1 named MyStruct => \"struct MyStruct<{abi_str(T1)}>\" Struct with type parameters T1, T2 named MyStruct in my_module => \"struct my_module::MyStruct<{abi_str(T1)},{abi_str(T2)}>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Structs","id":"144","title":"Structs"},"145":{"body":"Generic type parameter T if root type => \"generic T\" Generic type parameter T if not root type => \"T\" as in \"struct MyStruct\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Generic Type Parameter","id":"145","title":"Generic Type Parameter"},"146":{"body":"Tuple of array and u64 => \"([u64,1]; u64)\" Array of Option=> \"[enum std::option::Option; 3]\" Struct with tuple type parameter => \"struct my_module::MyStruct<(u64, u64)>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Complex examples composition","id":"146","title":"Complex examples composition"},"147":{"body":"Introduction Parameters Semantics Flags Instruction Set VM Initialization Contexts Predicate Estimation and Verification Script Execution Call Call Frames Ownership","breadcrumbs":"FuelVM » Fuel VM Specification","id":"147","title":"Fuel VM Specification"},"148":{"body":"This document provides the specification for the Fuel Virtual Machine (FuelVM). The specification covers the types, instruction set, and execution semantics.","breadcrumbs":"FuelVM » Introduction","id":"148","title":"Introduction"},"149":{"body":"name type value note CONTRACT_MAX_SIZE uint64 Maximum contract size, in bytes. VM_MAX_RAM uint64 2**26 64 MiB. MESSAGE_MAX_DATA_SIZE uint64 Maximum size of message data, in bytes.","breadcrumbs":"FuelVM » Parameters","id":"149","title":"Parameters"},"15":{"body":"name type description witnessIndex uint16 Index of witness that contains a serialized(with postcard ) consensus parameters. checksum byte[32] The hash of the serialized consensus parameters. Given helper deserialize_consensus_parameters() that deserializes the consensus parameters from a witness by using postcard algorithm. Transaction is invalid if: witnessIndex >= tx.witnessesCount checksum != sha256(tx.data.witnesses[witnessIndex]) deserialize_consensus_parameters(tx.data.witnesses[witnessIndex]) returns an error.","breadcrumbs":"Transaction Format » UpgradePurpose » ConsensusParameters","id":"15","title":"ConsensusParameters"},"150":{"body":"FuelVM instructions are exactly 32 bits (4 bytes) wide and comprise of a combination of: Opcode: 8 bits Register/special register (see below) identifier: 6 bits Immediate value: 12, 18, or 24 bits, depending on operation Of the 64 registers (6-bit register address space), the first 16 are reserved: value register name description 0x00 $zero zero Contains zero (0), for convenience. 0x01 $one one Contains one (1), for convenience. 0x02 $of overflow Contains overflow/underflow of addition, subtraction, and multiplication. 0x03 $pc program counter The program counter. Memory address of the current instruction. 0x04 $ssp stack start pointer Memory address of bottom of current writable stack area. 0x05 $sp stack pointer Memory address on top of current writable stack area (points to free memory). 0x06 $fp frame pointer Memory address of beginning of current call frame. 0x07 $hp heap pointer Memory address below the current bottom of the heap (points to used/OOB memory). 0x08 $err error Error codes for particular operations. 0x09 $ggas global gas Remaining gas globally. 0x0A $cgas context gas Remaining gas in the context. 0x0B $bal balance Received balance for this context. 0x0C $is instructions start Pointer to the start of the currently-executing code. 0x0D $ret return value Return value or pointer. 0x0E $retl return length Return value length in bytes. 0x0F $flag flags Flags register. Integers are represented in big-endian format, and all operations are unsigned. Boolean false is 0 and Boolean true is 1. Registers are 64 bits (8 bytes) wide. Words are the same width as registers. Persistent state (i.e. storage) is a key-value store with 32-byte keys and 32-byte values. Each contract has its own persistent state that is independent of other contracts. This is committed to in a Sparse Binary Merkle Tree.","breadcrumbs":"FuelVM » Semantics","id":"150","title":"Semantics"},"151":{"body":"value name description 0x01 F_UNSAFEMATH If set, undefined arithmetic zeroes target and sets $err without panic. 0x02 F_WRAPPING If set, overflowing arithmetic wraps around and sets $of without panic. All other flags are reserved, any must be set to zero.","breadcrumbs":"FuelVM » Flags","id":"151","title":"Flags"},"152":{"body":"A complete instruction set of the Fuel VM is documented in the following page .","breadcrumbs":"FuelVM » Instruction Set","id":"152","title":"Instruction Set"},"153":{"body":"Every time the VM runs, a single monolithic memory of size VM_MAX_RAM bytes is allocated, indexed by individual byte. A stack and heap memory model is used, allowing for dynamic memory allocation in higher-level languages. The stack begins at 0 and grows upward. The heap begins at VM_MAX_RAM and grows downward. To initialize the VM, the following is pushed on the stack sequentially: Transaction hash (byte[32], word-aligned), computed as defined here . Base asset ID (byte[32], word-aligned) MAX_INPUTS pairs of (asset_id: byte[32], balance: uint64), of: For predicate estimation and verification , zeroes. For script execution , the free balance for each asset ID seen in the transaction's inputs, ordered in ascending order. If there are fewer than MAX_INPUTS asset IDs, the pair has a value of zero. Transaction length, in bytes (uint64, word-aligned). The transaction, serialized . Then the following registers are initialized (without explicit initialization, all registers are initialized to zero): $ssp = 32 + 32 + MAX_INPUTS*(32+8) + size(tx)): the writable stack area starts immediately after the serialized transaction in memory (see above). $sp = $ssp: writable stack area is empty to start. $hp = VM_MAX_RAM: the heap area begins at the top and is empty to start.","breadcrumbs":"FuelVM » VM Initialization","id":"153","title":"VM Initialization"},"154":{"body":"There are 4 contexts in the FuelVM: predicate estimation and verification , scripts , and calls . A context is an isolated execution environment with defined memory ownership and can be external or internal : External: predicate and script. $fp will be zero. Internal: call. $fp will be non-zero. Returning from a context behaves differently depending on whether the context is external or internal.","breadcrumbs":"FuelVM » Contexts","id":"154","title":"Contexts"},"155":{"body":"There are two ways to run predicates on the VM: Estimation: runs the predicate and updates the amount of gas used Verification: runs the predicate and verifies the amount of gas used matches the input For any input of type InputType.Coin or InputType.Message , a non-zero predicateLength field means the UTXO being spent is a P2SH rather than a P2PKH output. For each such input in the transaction, the VM is initialized , then: $pc and $is are set to the start of the input's predicate field. $ggas and $cgas are set to MAX_GAS_PER_PREDICATE for estimation, and predicateGasUsed for verification. Predicate execution will fail if gas is exhausted during execution. During predicate mode, hitting any contract instruction (except ldc with non-contract target) causes predicate verification to halt, returning Boolean false. A predicate that halts without returning Boolean true would not pass verification, making the entire transaction invalid. Note that predicate return value is monotonic with respect to time (i.e. if a predicate evaluates to true then it will always evaluate to true in the future). After successful execution, the run mode is determines the final step: Estimation: predicateGasUsed is set to MAX_GAS_PER_PREDICATE - $ggas. Verification: if $ggas is non-zero, predicate verification fails.","breadcrumbs":"FuelVM » Predicate Estimation and Verification","id":"155","title":"Predicate Estimation and Verification"},"156":{"body":"If script bytecode is present, transaction validation requires execution. The VM is initialized , then: $pc and $is are set to the start of the transaction's script bytecode. $ggas and $cgas are set to tx.scriptGasLimit. Following initialization, execution begins. For each instruction, its gas cost gc is first computed. If gc > $cgas, deduct $cgas from $ggas and $cgas (i.e. spend all of $cgas and no more), then revert immediately without actually executing the instruction. Otherwise, deduct gc from $ggas and $cgas. After the script has been executed, tx.receiptsRoot is updated to contain the Merkle root of the receipts, as described in the TransactionScript spec .","breadcrumbs":"FuelVM » Script Execution","id":"156","title":"Script Execution"},"157":{"body":"Call context is entered via CALL instruction . It's also called internal context , or contract context . Call context is used to access state of a contract.","breadcrumbs":"FuelVM » Call","id":"157","title":"Call"},"158":{"body":"Cross-contract calls push a call frame onto the stack, similar to a stack frame used in regular languages for function calls (which may be used by a high-level language that targets the FuelVM). The distinction is as follows: Stack frames: store metadata across trusted internal (i.e. intra-contract) function calls. Not supported natively by the FuelVM, but may be used as an abstraction at a higher layer. Call frames: store metadata across untrusted external (i.e. inter-contract) calls. Supported natively by the FuelVM. Call frames are needed to ensure that the called contract cannot mutate the running state of the current executing contract. They segment access rights for memory: the currently-executing contracts may only write to their own call frame and their own heap. A call frame consists of the following, word-aligned: bytes type value description Unwritable area begins. 32 byte[32] to Contract ID for this call. 32 byte[32] asset_id asset ID of forwarded coins. 8*64 byte[8][64] regs Saved registers from previous context. 8 uint64 codesize Code size in bytes, padded to the next word boundary. 8 byte[8] param1 First parameter. 8 byte[8] param2 Second parameter. 1* byte[] code Zero-padded to 8-byte alignment, but individual instructions are not aligned. Unwritable area ends. * Call frame's stack.","breadcrumbs":"FuelVM » Call Frames","id":"158","title":"Call Frames"},"159":{"body":"Only memory that has been allocated is accessible. In other words, memory between highest-ever $sp value and current $hp is inaccessible. Attempting to read or write memory that has not been allocated will result in VM panic. Similarly reads or writes that cross from the stack to the heap will panic. Note that stack remains readable even after stack frame has been shrunk. However, if the heap is afterwards expanded to cover that area, the crossing read prohibition still remains, while all memory is accessible.","breadcrumbs":"FuelVM » Access rights","id":"159","title":"Access rights"},"16":{"body":"name type description bytecodeRoot byte[32] The root of the new bytecode of the state transition function.","breadcrumbs":"Transaction Format » UpgradePurpose » StateTransition","id":"16","title":"StateTransition"},"160":{"body":"Whenever memory is written to (i.e. with SB or SW ), or write access is granted (i.e. with CALL ), ownership must be checked. If the context is external, the owned memory range is: [$ssp, $sp): the writable stack area. [$hp, VM_MAX_RAM): the heap area allocated by this script or predicate. If the context is internal, the owned memory range for a call frame is: [$ssp, $sp): the writable stack area of the call frame. [$hp, $fp->$hp): the heap area allocated by this call frame.","breadcrumbs":"FuelVM » Ownership","id":"160","title":"Ownership"},"161":{"body":"Memory is only executable in range [$is, $ssp). Attempting to execute instructions outside these boundaries will cause a panic. This area never overlaps with writable memory, essentially providing W^X protection.","breadcrumbs":"FuelVM » Executability","id":"161","title":"Executability"},"162":{"body":"Reading Guide Arithmetic/Logic (ALU) Instructions ADD: Add ADDI: Add immediate AND: AND ANDI: AND immediate DIV: Divide DIVI: Divide immediate EQ: Equals EXP: Exponentiate EXPI: Exponentiate immediate GT: Greater than LT: Less than MLOG: Math logarithm MOD: Modulus MODI: Modulus immediate MOVE: Move MOVI: Move immediate MROO: Math root MUL: Multiply MULI: Multiply immediate MLDV: Fused multiply-divide NOOP: No operation NOT: Invert OR: OR ORI: OR immediate SLL: Shift left logical SLLI: Shift left logical immediate SRL: Shift right logical SRLI: Shift right logical immediate SUB: Subtract SUBI: Subtract immediate SUBI: Subtract immediate WDCM: 128-bit integer comparison WQCM: 256-bit integer comparison WDOP: Misc 128-bit integer operations WQOP: Misc 256-bit integer operations WDML: Multiply 128-bit integers WQML: Multiply 256-bit integers WDDV: 128-bit integer division WQDV: 256-bit integer division WDMD: 128-bit integer fused multiply-divide WQMD: 256-bit integer fused multiply-divide WDAM: Modular 128-bit integer addition WQAM: Modular 256-bit integer addition WDMM: Modular 128-bit integer multiplication WQMM: Modular 256-bit integer multiplication XOR: XOR XORI: XOR immediate Control Flow Instructions JMP: Jump JI: Jump immediate JNE: Jump if not equal JNEI: Jump if not equal immediate JNZI: Jump if not zero immediate JMPB: Jump relative backwards JMPF: Jump relative forwards JNZB: Jump if not zero relative backwards JNZF: Jump if not zero relative forwards JNEB: Jump if not equal relative backwards JNEF: Jump if not equal relative forwards RET: Return from context Memory Instructions ALOC: Allocate memory CFE: Extend call frame CFEI: Extend call frame immediate CFS: Shrink call frame CFSI: Shrink call frame immediate LB: Load byte LW: Load word MCL: Memory clear MCLI: Memory clear immediate MCP: Memory copy MCPI: Memory copy immediate MEQ: Memory equality POPH: Pop a set of high registers from stack POPL: Pop a set of low registers from stack PSHH: Push a set of high registers to stack PSHL: Push a set of low registers to stack SB: Store byte SW: Store word Contract Instructions BAL: Balance of contract ID BHEI: Block height BHSH: Block hash BURN: Burn existing coins CALL: Call contract CB: Coinbase contract id CCP: Code copy CROO: Code Merkle root CSIZ: Code size LDC: Load code from an external contract, blob or memory LOG: Log event LOGD: Log data event MINT: Mint new coins RETD: Return from context with data RVRT: Revert SMO: Send message to output SCWQ: State clear sequential 32 byte slots SRW: State read word SRWQ: State read sequential 32 byte slots SWW: State write word SWWQ: State write sequential 32 byte slots TIME: Timestamp at height TR: Transfer coins to contract TRO: Transfer coins to output Blob Instructions BSIZ: Blob size BLDD: Load data from a blob Cryptographic Instructions ECK1: Secp251k1 signature recovery ECR1: Secp256r1 signature recovery ED19: EdDSA curve25519 verification K256: keccak-256 S256: SHA-2-256 Other Instructions ECAL: Call external function FLAG: Set flags GM: Get metadata GTF: Get transaction fields","breadcrumbs":"FuelVM » Instruction Set » FuelVM Instruction Set","id":"162","title":"FuelVM Instruction Set"},"163":{"body":"This page provides a description of all instructions for the FuelVM. Encoding is read as a sequence of one 8-bit value (the opcode identifier) followed by four 6-bit values (the register identifiers or immediate value). A single i indicates a 6-bit immediate value, i i indicates a 12-bit immediate value, i i i indicates an 18-bit immediate value, and i i i i indicates a 24-bit immediate value. All immediate values are interpreted as big-endian unsigned integers. If the instruction would be shorter than the full 32 bits, the remaining part is reserved and must be zero. The syntax MEM[x, y] used in this page means the memory range starting at byte x, of length y bytes. The syntax STATE[x, y] used in this page means the sequence of storage slots starting at key x and spanning y bytes.","breadcrumbs":"FuelVM » Instruction Set » Reading Guide","id":"163","title":"Reading Guide"},"164":{"body":"Some instructions may panic , i.e. enter an unrecoverable state. Additionally, attempting to execute an instruction not in this list causes a panic and consumes no gas. Instructions with reserved part having a non-zero value will likewise panic. How a panic is handled depends on context : In a predicate context, cease VM execution and return false. In other contexts, revert (described below). On a non-predicate panic, append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Panic id byte[32] Contract ID of current context if in an internal context, zero otherwise. pc uint64 Value of register $pc. is uint64 Value of register $is. then append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 1 gas_used uint64 Gas consumed by the script.","breadcrumbs":"FuelVM » Instruction Set » Panics","id":"164","title":"Panics"},"165":{"body":"The number of receipts is limited to 216, with the last two reserved to panic and script result receipts. Trying to add any other receipts after 216-2 will panic.","breadcrumbs":"FuelVM » Instruction Set » Receipts","id":"165","title":"Receipts"},"166":{"body":"A few instructions are annotated with the effects they produce, the table below explains each effect: effect name description Storage read Instruction reads from storage slots Storage write Instruction writes to storage slots External call External contract call instruction Balance tree read Instruction reads from the balance tree Balance tree write Instruction writes to the balance tree Output message Instruction sends a message to a recipient address If an instruction is not annotated with an effect, it means it does not produce any of the aforementioned affects.","breadcrumbs":"FuelVM » Instruction Set » Effects","id":"166","title":"Effects"},"167":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation. Normally, if the result of an ALU operation is mathematically undefined (e.g. dividing by zero), the VM panics. However, if the F_UNSAFEMATH flag is set, $err is set to true and execution continues. If an operation would overflow, so that the result doesn't fit into the target field, the VM will panic. Results below zero are also considered overflows. If the F_WRAPPING flag is set, instead $of is set to true or the overflowing part of the result, depending on the operation.","breadcrumbs":"FuelVM » Instruction Set » Arithmetic/Logic (ALU) Instructions","id":"167","title":"Arithmetic/Logic (ALU) Instructions"},"168":{"body":"Description Adds two registers. Operation $rA = $rB + $rC; Syntax add $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ADD: Add","id":"168","title":"ADD: Add"},"169":{"body":"Description Adds a register and an immediate value. Operation $rA = $rB + imm; Syntax addi $rA, $rB, immediate Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ADDI: Add immediate","id":"169","title":"ADDI: Add immediate"},"17":{"body":"// index using powers of 2 for efficient bitmasking\nenum PolicyType : uint32 { Tip = 1, WitnessLimit = 2, Maturity = 4, MaxFee = 8, Expiration = 16,\n} name type description data One of Tip , WitnessLimit , Maturity or Expiration Policy data.","breadcrumbs":"Transaction Format » Policy » Policy","id":"17","title":"Policy"},"170":{"body":"Description Bitwise ANDs two registers. Operation $rA = $rB & $rC; Syntax and $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » AND: AND","id":"170","title":"AND: AND"},"171":{"body":"Description Bitwise ANDs a register and an immediate value. Operation $rA = $rB & imm; Syntax andi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register imm is extended to 64 bits, with the high 52 bits set to 0. $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » ANDI: AND immediate","id":"171","title":"ANDI: AND immediate"},"172":{"body":"Description Divides two registers. Operation $rA = $rB // $rC; Syntax div $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, $rA is cleared and $err is set to true. Otherwise, $err is cleared. $of is cleared.","breadcrumbs":"FuelVM » Instruction Set » DIV: Divide","id":"172","title":"DIV: Divide"},"173":{"body":"Description Divides a register and an immediate value. Operation $rA = $rB // imm; Syntax divi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If imm == 0, $rA is cleared and $err is set to true. Otherwise, $err is cleared. $of is cleared.","breadcrumbs":"FuelVM » Instruction Set » DIVI: Divide immediate","id":"173","title":"DIVI: Divide immediate"},"174":{"body":"Description Compares two registers for equality. Operation $rA = $rB == $rC; Syntax eq $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » EQ: Equals","id":"174","title":"EQ: Equals"},"175":{"body":"Description Raises one register to the power of another. Operation $rA = $rB ** $rC; Syntax exp $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If the result cannot fit in 8 bytes, $of is set to 1 and $rA is instead set to 0, otherwise $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » EXP: Exponentiate","id":"175","title":"EXP: Exponentiate"},"176":{"body":"Description Raises one register to the power of an immediate value. Operation $rA = $rB ** imm; Syntax expi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If the result cannot fit in 8 bytes, $of is set to 1 and $rA is instead set to 0, otherwise $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » EXPI: Exponentiate immediate","id":"176","title":"EXPI: Exponentiate immediate"},"177":{"body":"Description Compares two registers for greater-than. Operation $rA = $rB > $rC; Syntax gt $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » GT: Greater than","id":"177","title":"GT: Greater than"},"178":{"body":"Description Compares two registers for less-than. Operation $rA = $rB < $rC; Syntax lt $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » LT: Less than","id":"178","title":"LT: Less than"},"179":{"body":"Description The (integer) logarithm base $rC of $rB. Operation $rA = math.floor(math.log($rB, $rC)); Syntax mlog $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rB == 0, both $rA and $of are cleared and $err is set to true. If $rC <= 1, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MLOG: Math logarithm","id":"179","title":"MLOG: Math logarithm"},"18":{"body":"name type description tip uint64 Additional, optional fee in BASE_ASSET to incentivize block producer to include transaction","breadcrumbs":"Transaction Format » Policy » Tip","id":"18","title":"Tip"},"180":{"body":"Description Modulo remainder of two registers. Operation $rA = $rB % $rC; Syntax mod $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOD: Modulus","id":"180","title":"MOD: Modulus"},"181":{"body":"Description Modulo remainder of a register and an immediate value. Operation $rA = $rB % imm; Syntax modi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If imm == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MODI: Modulus immediate","id":"181","title":"MODI: Modulus immediate"},"182":{"body":"Description Copy from one register to another. Operation $rA = $rB; Syntax move $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOVE: Move","id":"182","title":"MOVE: Move"},"183":{"body":"Description Copy an immediate value into a register. Operation $rA = imm; Syntax movi $rA, imm Encoding 0x00 rA i i i Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOVI: Move immediate","id":"183","title":"MOVI: Move immediate"},"184":{"body":"Description The (integer) $rCth root of $rB. Operation $rA = math.floor(math.root($rB, $rC)); Syntax mroo $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MROO: Math root","id":"184","title":"MROO: Math root"},"185":{"body":"Description Multiplies two registers. Operation $rA = $rB * $rC; Syntax mul $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MUL: Multiply","id":"185","title":"MUL: Multiply"},"186":{"body":"Description Multiplies a register and an immediate value. Operation $rA = $rB * imm; Syntax mul $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MULI: Multiply immediate","id":"186","title":"MULI: Multiply immediate"},"187":{"body":"Description Multiplies two registers with arbitrary precision, then divides by a third register. Operation a = (b * c) / d; Syntax mldv $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 64 instead. If the divisor ($rD) is zero, then instead the value is divided by 1 << 64. This returns the higher half of the 128-bit multiplication result. This operation never overflows. If the result of after the division doesn't fit into a register, $of is assigned the overflow of the operation. Otherwise, $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MLDV: Fused multiply-divide","id":"187","title":"MLDV: Fused multiply-divide"},"188":{"body":"Description Performs no operation. Operation Syntax noop Encoding 0x00 - - - - Notes $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » NOOP: No operation","id":"188","title":"NOOP: No operation"},"189":{"body":"Description Bitwise NOT a register. Operation $rA = ~$rB; Syntax not $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » NOT: Invert","id":"189","title":"NOT: Invert"},"19":{"body":"name type description witnessLimit uint64 The maximum amount of witness data allowed for the transaction Given helper len() that returns the number of bytes of a field. Transaction is invalid if: len(tx.witnesses) > witnessLimit","breadcrumbs":"Transaction Format » Policy » WitnessLimit","id":"19","title":"WitnessLimit"},"190":{"body":"Description Bitwise ORs two registers. Operation $rA = $rB \\| $rC; Syntax or $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » OR: OR","id":"190","title":"OR: OR"},"191":{"body":"Description Bitwise ORs a register and an immediate value. Operation $rA = $rB \\| imm; Syntax ori $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register imm is extended to 64 bits, with the high 52 bits set to 0. $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » ORI: OR immediate","id":"191","title":"ORI: OR immediate"},"192":{"body":"Description Left shifts a register by a register. Operation $rA = $rB << $rC; Syntax sll $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SLL: Shift left logical","id":"192","title":"SLL: Shift left logical"},"193":{"body":"Description Left shifts a register by an immediate value. Operation $rA = $rB << imm; Syntax slli $rA, $rB, imm Encoding 0x00 rA rB i i Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SLLI: Shift left logical immediate","id":"193","title":"SLLI: Shift left logical immediate"},"194":{"body":"Description Right shifts a register by a register. Operation $rA = $rB >> $rC; Syntax srl $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SRL: Shift right logical","id":"194","title":"SRL: Shift right logical"},"195":{"body":"Description Right shifts a register by an immediate value. Operation $rA = $rB >> imm; Syntax srli $rA, $rB, imm Encoding 0x00 rA rB i i Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SRLI: Shift right logical immediate","id":"195","title":"SRLI: Shift right logical immediate"},"196":{"body":"Description Subtracts two registers. Operation $rA = $rB - $rC; Syntax sub $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the underflow of the operation, as though $of is the high byte of a 128-bit register. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » SUB: Subtract","id":"196","title":"SUB: Subtract"},"197":{"body":"Description Subtracts a register and an immediate value. Operation $rA = $rB - imm; Syntax subi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the underflow of the operation, as though $of is the high byte of a 128-bit register. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » SUBI: Subtract immediate","id":"197","title":"SUBI: Subtract immediate"},"198":{"body":"Description Compare or examine two 128-bit integers using selected mode Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;$rA = cmp_op(b,c); Syntax wdcm $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ...XXX mode Compare mode selection .XX... reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not Then the actual operation that's performed: mode Name Description 0 eq Equality (==) 1 ne Inequality (!=) 2 lt Less than (<) 3 gt Greater than (>) 4 lte Less than or equals (<=) 5 gte Greater than or equals (>=) 6 lzc Leading zero count the lhs argument (lzcnt). Discards rhs. 7 - Reserved and must not be used The leading zero count can be used to compute rounded-down log2 of a number using the following formula TOTAL_BITS - 1 - lzc(n). Note that log2(0) is undefined, and will lead to integer overflow with this method. Clears $of and $err. Panic if: A reserved compare mode is given $rA is a reserved register $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDCM: 128-bit integer comparison","id":"198","title":"WDCM: 128-bit integer comparison"},"199":{"body":"Description Compare or examine two 256-bit integers using selected mode Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;$rA = cmp_op(b,c); Syntax wqcm $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDCM. Clears $of and $err. Panic if: A reserved compare mode is given $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQCM: 256-bit integer comparison","id":"199","title":"WQCM: 256-bit integer comparison"},"2":{"body":"Overview - Describes the FuelVM at a high level, from its architecture to how it is initialized. Instruction Set - Defines the FuelVM instruction set.","breadcrumbs":"Fuel Specifications » FuelVM","id":"2","title":"FuelVM"},"20":{"body":"name type description maturity uint32 Block until which the transaction cannot be included. Transaction is invalid if: blockheight() < maturity","breadcrumbs":"Transaction Format » Policy » Maturity","id":"20","title":"Maturity"},"200":{"body":"Description Perform an ALU operation on two 128-bit integers Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;mem[$rA,16] = op(b,c); Syntax wdop $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ...XXX op Operation selection, see below .XX... reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not Then the actual operation that's performed: op Name Description 0 add Add 1 sub Subtract 2 not Invert bits (discards rhs) 3 or Bitwise or 4 xor Bitwise exclusive or 5 and Bitwise and 6 shl Shift left (logical) 7 shr Shift right (logical) Operations behave $of and $err similarly to their 64-bit counterparts, except that $of is set to 1 instead of the overflowing part. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDOP: Misc 128-bit integer operations","id":"200","title":"WDOP: Misc 128-bit integer operations"},"201":{"body":"Description Perform an ALU operation on two 256-bit integers Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;mem[$rA,32] = op(b,c); Syntax wqop $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDOP. Operations behave $of and $err similarly to their 64-bit counterparts. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQOP: Misc 256-bit integer operations","id":"201","title":"WQOP: Misc 256-bit integer operations"},"202":{"body":"Description Perform integer multiplication operation on two 128-bit integers. Operation b=indirect0?mem[$rB,16]:$rB;c=indirect1?mem[$rC,16]:$rC;mem[$rA,16]=b*c; Syntax wdml $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ..XXXX reserved Reserved and must be zero .X.... indirect0 Is lhs operand ($rB) indirect or not X..... indirect1 Is rhs operand ($rC) indirect or not $of is set to 1 in case of overflow, and cleared otherwise. $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check indirect0 == 1 and $rB + 16 overflows or > VM_MAX_RAM indirect1 == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDML: Multiply 128-bit integers","id":"202","title":"WDML: Multiply 128-bit integers"},"203":{"body":"Description Perform integer multiplication operation on two 256-bit integers. Operation b=indirect0?mem[$rB,32]:$rB;c=indirect1?mem[$rC,32]:$rC;mem[$rA,32]=b*c; Syntax wqml $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDML. $of is set to 1 in case of overflow, and cleared otherwise. $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check indirect0 == 1 and $rB + 32 overflows or > VM_MAX_RAM indirect1 == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQML: Multiply 256-bit integers","id":"203","title":"WQML: Multiply 256-bit integers"},"204":{"body":"Description Divide a 128-bit integer by another. Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;mem[$rA,16] = b / c; Syntax wddv $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description .XXXXX reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDDV: 128-bit integer division","id":"204","title":"WDDV: 128-bit integer division"},"205":{"body":"Description Divide a 256-bit integer by another. Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;mem[$rA,32] = b / c; Syntax wqdv $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDDV. $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQDV: 256-bit integer division","id":"205","title":"WQDV: 256-bit integer division"},"206":{"body":"Description Combined multiply-divide of 128-bit integers with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16]=(b * c) / d; Syntax wdmd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 128 instead. If the divisor MEM[$rA, 16] is zero, then instead the value is divided by 1 << 128. This returns the higher half of the 256-bit multiplication result. If the result of after the division is larger than operand size, $of is set to one. Otherwise, $of is cleared. $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDMD: 128-bit integer fused multiply-divide","id":"206","title":"WDMD: 128-bit integer fused multiply-divide"},"207":{"body":"Description Combined multiply-divide of 256-bit integers with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32]=(b * c) / d; Syntax wqmd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 256 instead. If the divisor MEM[$rA, 32] is zero, then instead the value is divided by 1 << 256. This returns the higher half of the 512-bit multiplication result. If the result of after the division is larger than operand size, $of is set to one. Otherwise, $of is cleared. $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQMD: 256-bit integer fused multiply-divide","id":"207","title":"WQMD: 256-bit integer fused multiply-divide"},"208":{"body":"Description Add two 128-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16] = (b+c)%d; Syntax wdam $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDAM: Modular 128-bit integer addition","id":"208","title":"WDAM: Modular 128-bit integer addition"},"209":{"body":"Description Add two 256-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32] = (b+c)%d; Syntax wqam $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQAM: Modular 256-bit integer addition","id":"209","title":"WQAM: Modular 256-bit integer addition"},"21":{"body":"name type description expiration uint32 Block after which the transaction cannot be included. Transaction is invalid if: blockheight() > expiration","breadcrumbs":"Transaction Format » Policy » Expiration","id":"21","title":"Expiration"},"210":{"body":"Description Multiply two 128-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16] = (b*c)%d; Syntax wdmm $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDMM: Modular 128-bit integer multiplication","id":"210","title":"WDMM: Modular 128-bit integer multiplication"},"211":{"body":"Description Multiply two 256-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32] = (b*c)%d; Syntax wqmm $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQMM: Modular 256-bit integer multiplication","id":"211","title":"WQMM: Modular 256-bit integer multiplication"},"212":{"body":"Description Bitwise XORs two registers. Operation $rA = $rB ^ $rC; Syntax xor $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » XOR: XOR","id":"212","title":"XOR: XOR"},"213":{"body":"Description Bitwise XORs a register and an immediate value. Operation $rA = $rB ^ imm; Syntax xori $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » XORI: XOR immediate","id":"213","title":"XORI: XOR immediate"},"214":{"body":"","breadcrumbs":"FuelVM » Instruction Set » Control Flow Instructions","id":"214","title":"Control Flow Instructions"},"215":{"body":"Description Jumps to the code instruction offset by a register. Operation $pc = $is + $rA * 4; Syntax jmp $rA Encoding 0x00 rA - - - Notes Panic if: $is + $rA * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JMP: Jump","id":"215","title":"JMP: Jump"},"216":{"body":"Description Jumps to the code instruction offset by imm. Operation $pc = $is + imm * 4; Syntax ji imm Encoding 0x00 i i i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JI: Jump immediate","id":"216","title":"JI: Jump immediate"},"217":{"body":"Description Jump to the code instruction offset by a register if $rA is not equal to $rB. Operation if $rA != $rB:$pc = $is + $rC * 4;else:$pc += 4; Syntax jne $rA $rB $rC Encoding 0x00 rA rB rC - Notes Panic if: $is + $rC * 4 > VM_MAX_RAM - 1 and the jump would be performed (i.e. $rA != $rB)","breadcrumbs":"FuelVM » Instruction Set » JNE: Jump if not equal","id":"217","title":"JNE: Jump if not equal"},"218":{"body":"Description Jump to the code instruction offset by imm if $rA is not equal to $rB. Operation if $rA != $rB:$pc = $is + imm * 4;else:$pc += 4; Syntax jnei $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1 and the jump would be performed (i.e. $rA != $rB)","breadcrumbs":"FuelVM » Instruction Set » JNEI: Jump if not equal immediate","id":"218","title":"JNEI: Jump if not equal immediate"},"219":{"body":"Description Jump to the code instruction offset by imm if $rA is not equal to $zero. Operation if $rA != $zero:$pc = $is + imm * 4;else:$pc += 4; Syntax jnzi $rA imm Encoding 0x00 rA i i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1and the jump would be performed (i.e. $rA != $zero)","breadcrumbs":"FuelVM » Instruction Set » JNZI: Jump if not zero immediate","id":"219","title":"JNZI: Jump if not zero immediate"},"22":{"body":"name type description max_fee uint64 Required policy to specify the maximum fee payable by this transaction using BASE_ASSET. This is used to check transactions before the actual gas_price is known. Transaction is invalid if: max_fee > sum_inputs(tx, BASE_ASSET_ID) - sum_outputs(tx, BASE_ASSET_ID) max_fee < max_fee(tx, BASE_ASSET_ID, gas_price)","breadcrumbs":"Transaction Format » Policy » MaxFee","id":"22","title":"MaxFee"},"220":{"body":"Description Jump $rA + imm instructions backwards. Operation $pc -= ($rA + imm + 1) * 4; Syntax jmpb $rA imm Encoding 0x00 rA i i i Notes Panic if: $pc - ($rA + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JMPB: Jump relative backwards","id":"220","title":"JMPB: Jump relative backwards"},"221":{"body":"Description Jump $rA + imm instructions forwards Operation $pc += ($rA + imm + 1) * 4; Syntax jmpf $rA imm Encoding 0x00 rA i i i Notes Panic if: $pc + ($rA + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JMPF: Jump relative forwards","id":"221","title":"JMPF: Jump relative forwards"},"222":{"body":"Description Jump $rB + imm instructions backwards if $rA != $zero. Operation if $rA != $zero:$pc -= ($rB + imm + 1) * 4;else:$pc += 4; Syntax jnzb $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $pc - ($rB + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JNZB: Jump if not zero relative backwards","id":"222","title":"JNZB: Jump if not zero relative backwards"},"223":{"body":"Description Jump $rB + imm instructions forwards if $rA != $zero. Operation if $rA != $zero:$pc += ($rB + imm + 1) * 4;else:$pc += 4; Syntax jnzf $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $pc + ($rB + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JNZF: Jump if not zero relative forwards","id":"223","title":"JNZF: Jump if not zero relative forwards"},"224":{"body":"Description Jump $rC + imm instructions backwards if $rA != $rB. Operation if $rA != $rB:$pc -= ($rC + imm + 1) * 4;else:$pc += 4; Syntax jneb $rA $rB $rC imm Encoding 0x00 rA rB rC i Notes Panic if: $pc - ($rC + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JNEB: Jump if not equal relative backwards","id":"224","title":"JNEB: Jump if not equal relative backwards"},"225":{"body":"Description Jump $rC + imm instructions forwards if $rA != $rB. Operation if $rA != $rB:$pc += ($rC + imm + 1) * 4;else:$pc += 4; Syntax jnef $rA $rB $rC imm Encoding 0x00 rA rB rC i Notes Panic if: $pc + ($rC + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JNEF: Jump if not equal relative forwards","id":"225","title":"JNEF: Jump if not equal relative forwards"},"226":{"body":"Description Returns from context with value $rA. Operation return($rA); Syntax ret $rA Encoding 0x00 rA - - - Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Return id byte[32] Contract ID of current context if in an internal context, zero otherwise. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is. If current context is external, append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 0 gas_used uint64 Gas consumed by the script. If current context is external, cease VM execution and return $rA. Returns from contract call, popping the call frame. Before popping perform the following operations. Return the unused forwarded gas to the caller: $cgas = $cgas + $fp->$cgas (add remaining context gas from previous context to current remaining context gas) Set the return value: $ret = $rA $retl = 0 Then pop the call frame and restore all registers except $ggas, $cgas, $ret, $retl and $hp. Afterwards, set the following registers: $pc = $pc + 4 (advance program counter from where we called)","breadcrumbs":"FuelVM » Instruction Set » RET: Return from context","id":"226","title":"RET: Return from context"},"227":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Memory Instructions","id":"227","title":"Memory Instructions"},"228":{"body":"Description Allocate a number of bytes from the heap. Operation $hp = $hp - $rA; Syntax aloc $rA Encoding 0x00 rA - - - Notes Newly allocated memory is zeroed. Panic if: $hp - $rA underflows $hp - $rA < $sp","breadcrumbs":"FuelVM » Instruction Set » ALOC: Allocate memory","id":"228","title":"ALOC: Allocate memory"},"229":{"body":"Description Extend the current call frame's stack. Operation $sp = $sp + $rA Syntax cfe $rA Encoding 0x00 rA - - - Notes Does not initialize memory. Panic if: $sp + $rA overflows $sp + $rA > $hp","breadcrumbs":"FuelVM » Instruction Set » CFE: Extend call frame","id":"229","title":"CFE: Extend call frame"},"23":{"body":"enum InputType : uint8 { Coin = 0, Contract = 1, Message = 2,\n} name type description type InputType Type of input. data One of InputCoin , InputContract , or InputMessage Input data. Transaction is invalid if: type > InputType.Message","breadcrumbs":"Transaction Format » Input » Input","id":"23","title":"Input"},"230":{"body":"Description Extend the current call frame's stack by an immediate value. Operation $sp = $sp + imm Syntax cfei imm Encoding 0x00 i i i i Notes Does not initialize memory. Panic if: $sp + imm overflows $sp + imm > $hp","breadcrumbs":"FuelVM » Instruction Set » CFEI: Extend call frame immediate","id":"230","title":"CFEI: Extend call frame immediate"},"231":{"body":"Description Shrink the current call frame's stack. Operation $sp = $sp - $rA Syntax cfs $rA Encoding 0x00 $rA - - - Notes Does not clear memory. Panic if: $sp - $rA underflows $sp - $rA < $ssp","breadcrumbs":"FuelVM » Instruction Set » CFS: Shrink call frame","id":"231","title":"CFS: Shrink call frame"},"232":{"body":"Description Shrink the current call frame's stack by an immediate value. Operation $sp = $sp - imm Syntax cfsi imm Encoding 0x00 i i i i Notes Does not clear memory. Panic if: $sp - imm underflows $sp - imm < $ssp","breadcrumbs":"FuelVM » Instruction Set » CFSI: Shrink call frame immediate","id":"232","title":"CFSI: Shrink call frame immediate"},"233":{"body":"Description A byte is loaded from the specified address offset by imm. Operation $rA = MEM[$rB + imm, 1]; Syntax lb $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $rB + imm + 1 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LB: Load byte","id":"233","title":"LB: Load byte"},"234":{"body":"Description A word is loaded from the specified address offset by imm. Operation $rA = MEM[$rB + (imm * 8), 8]; Syntax lw $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $rB + (imm * 8) + 8 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LW: Load word","id":"234","title":"LW: Load word"},"235":{"body":"Description Clear bytes in memory. Operation MEM[$rA, $rB] = 0; Syntax mcl $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + $rB overflows or > VM_MAX_RAM The memory range MEM[$rA, $rB] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCL: Memory clear","id":"235","title":"MCL: Memory clear"},"236":{"body":"Description Clear bytes in memory. Operation MEM[$rA, imm] = 0; Syntax mcli $rA, imm Encoding 0x00 rA i i i Notes Panic if: $rA + imm overflows or > VM_MAX_RAM The memory range MEM[$rA, imm] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCLI: Memory clear immediate","id":"236","title":"MCLI: Memory clear immediate"},"237":{"body":"Description Copy bytes in memory. Operation MEM[$rA, $rC] = MEM[$rB, $rC]; Syntax mcp $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + $rC overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory ranges MEM[$rA, $rC] and MEM[$rB, $rC] overlap The memory range MEM[$rA, $rC] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCP: Memory copy","id":"237","title":"MCP: Memory copy"},"238":{"body":"Description Copy bytes in memory. Operation MEM[$rA, imm] = MEM[$rB, imm]; Syntax mcpi $rA, $rB, imm Encoding 0x00 rA rB imm imm Notes Panic if: $rA + imm overflows or > VM_MAX_RAM $rB + imm overflows or > VM_MAX_RAM The memory ranges MEM[$rA, imm] and MEM[$rB, imm] overlap The memory range MEM[$rA, imm] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCPI: Memory copy immediate","id":"238","title":"MCPI: Memory copy immediate"},"239":{"body":"Description Compare bytes in memory. Operation $rA = MEM[$rB, $rD] == MEM[$rC, $rD]; Syntax meq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Panic if: $rA is a reserved register $rB + $rD overflows or > VM_MAX_RAM $rC + $rD overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » MEQ: Memory equality","id":"239","title":"MEQ: Memory equality"},"24":{"body":"name type description txID byte[32] Hash of transaction. outputIndex uint16 Index of transaction output. owner byte[32] Owning address or predicate root. amount uint64 Amount of coins. asset_id byte[32] Asset ID of the coins. txPointer TXPointer Points to the TX whose output is being spent. witnessIndex uint16 Index of witness that authorizes spending the coin. predicateGasUsed uint64 Gas used by predicate. predicateLength uint64 Length of predicate, in instructions. predicateDataLength uint64 Length of predicate input data, in bytes. predicate byte[] Predicate bytecode. predicateData byte[] Predicate input data (parameters). Given helper len() that returns the number of bytes of a field. Transaction is invalid if: witnessIndex >= tx.witnessesCount predicateLength > MAX_PREDICATE_LENGTH predicateDataLength > MAX_PREDICATE_DATA_LENGTH If predicateLength > 0; the computed predicate root (see below) is not equal owner predicateLength * 4 != len(predicate) predicateDataLength != len(predicateData) predicateGasUsed > MAX_GAS_PER_PREDICATE Note: when signing a transaction, txPointer and predicateGasUsed are set to zero. Note: when verifying and estimating a predicate or executing a script, txPointer and predicateGasUsed are initialized to zero. The predicate root is computed here .","breadcrumbs":"Transaction Format » Input » InputCoin","id":"24","title":"InputCoin"},"240":{"body":"Description Push a set of registers from range 40..64 to the stack in order. Operation tmp=$sp;$sp+=popcnt(imm)*8;MEM[tmp,$sp]=registers[40..64].mask(imm) Syntax pshh imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pushes the register 61 followed by register 62. Panic if: $sp + popcnt(imm)*8 overflows $sp + popcnt(imm)*8 > $hp","breadcrumbs":"FuelVM » Instruction Set » PSHH: Push a set of high registers to stack","id":"240","title":"PSHH: Push a set of high registers to stack"},"241":{"body":"Description Push a set of registers from range 16..40 to the stack in order. Operation tmp=$sp;$sp+=popcnt(imm)*8;MEM[tmp,$sp]=registers[16..40].mask(imm) Syntax pshl imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pushes the register 37 followed by register 38. Panic if: $sp + popcnt(imm)*8 overflows $sp + popcnt(imm)*8 > $hp","breadcrumbs":"FuelVM » Instruction Set » PSHL: Push a set of low registers to stack","id":"241","title":"PSHL: Push a set of low registers to stack"},"242":{"body":"Description Pop to a set of registers from range 40..64 from the stack. Operation tmp=$sp-popcnt(imm)*8;registers[40..64].mask(imm)=MEM[tmp,$sp]$sp-=tmp; Syntax poph imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pops the register 62 followed by register 61. Note that the order is reverse from PSHH, so that PSHH a; POPH a returns to the original state. Panic if: $sp - popcnt(imm)*8 overflows $sp - popcnt(imm)*8 < $ssp","breadcrumbs":"FuelVM » Instruction Set » POPH: Pop a set of high registers from stack","id":"242","title":"POPH: Pop a set of high registers from stack"},"243":{"body":"Description Pop to a set of registers from range 16..40 from the stack. Operation tmp=$sp-popcnt(imm)*8;registers[16..40].mask(imm)=MEM[tmp,$sp]$sp-=tmp; Syntax poph imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pops the register 38 followed by register 37. Note that the order is reverse from PSHL, so that PSHL a; POPL a returns to the original state. Panic if: $sp - popcnt(imm)*8 overflows $sp - popcnt(imm)*8 < $ssp","breadcrumbs":"FuelVM » Instruction Set » POPL: Pop a set of low registers from stack","id":"243","title":"POPL: Pop a set of low registers from stack"},"244":{"body":"Description The least significant byte of $rB is stored at the address $rA offset by imm. Operation MEM[$rA + imm, 1] = $rB[7, 1]; Syntax sb $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA + imm + 1 overflows or > VM_MAX_RAM The memory range MEM[$rA + imm, 1] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » SB: Store byte","id":"244","title":"SB: Store byte"},"245":{"body":"Description The value of $rB is stored at the address $rA offset by imm. Operation MEM[$rA + (imm * 8), 8] = $rB; Syntax sw $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA + (imm * 8) + 8 overflows or > VM_MAX_RAM The memory range MEM[$rA + (imm * 8), 8] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » SW: Store word","id":"245","title":"SW: Store word"},"246":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation, except for CALL , RETD and RVRT .","breadcrumbs":"FuelVM » Instruction Set » Contract Instructions","id":"246","title":"Contract Instructions"},"247":{"body":"Description Set $rA to the balance of asset ID at $rB for contract with ID at $rC. Operation $rA = balance(MEM[$rB, 32], MEM[$rC, 32]); Syntax bal $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Balance tree read Notes Where helper balance(asset_id: byte[32], contract_id: byte[32]) -> uint64 returns the current balance of asset_id of contract with ID contract_id. Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rC, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » BAL: Balance of contract ID","id":"247","title":"BAL: Balance of contract ID"},"248":{"body":"Description Get Fuel block height. Operation $rA = blockheight(); Syntax bhei $rA Encoding 0x00 rA - - - Notes Panic if: $rA is a reserved register","breadcrumbs":"FuelVM » Instruction Set » BHEI: Block height","id":"248","title":"BHEI: Block height"},"249":{"body":"Description Get block header hash. Operation MEM[$rA, 32] = blockhash($rB); Syntax bhsh $rA $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check Block header hashes for blocks with height greater than or equal to current block height are zero (0x00**32).","breadcrumbs":"FuelVM » Instruction Set » BHSH: Block hash","id":"249","title":"BHSH: Block hash"},"25":{"body":"name type description txID byte[32] Hash of transaction. outputIndex uint16 Index of transaction output. balanceRoot byte[32] Root of amount of coins owned by contract before transaction execution. stateRoot byte[32] State root of contract before transaction execution. txPointer TXPointer Points to the TX whose output is being spent. contractID byte[32] Contract ID. Transaction is invalid if: there is not exactly one output of type OutputType.Contract with inputIndex equal to this input's index Note: when signing a transaction, txID, outputIndex, balanceRoot, stateRoot, and txPointer are set to zero. Note: when verifying a predicate or executing a script, txID, outputIndex, balanceRoot, stateRoot, and txPointer are initialized to zero.","breadcrumbs":"Transaction Format » Input » InputContract","id":"25","title":"InputContract"},"250":{"body":"Description Burn $rA coins of the $rB ID from the current contract. Operation burn($rA, $rB); Syntax burn $rA $rB Encoding 0x00 rA rB - - Notes $rB is a pointer to a 32 byte ID in memory. The asset ID is constructed using the asset ID construction method. Panic if: $rB + 32 overflows or > VM_MAX_RAM Balance of asset ID from constructAssetID(MEM[$fp, 32], MEM[$rB, 32]) of output with contract ID MEM[$fp, 32] minus $rA underflows $fp == 0 (in the script context) For output with contract ID MEM[$fp, 32], decrease balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB, 32]) by $rA. This modifies the balanceRoot field of the appropriate output. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Burn sub_id byte[32] Asset sub identifier MEM[$rB, $rB + 32]. contract_id byte[32] Contract ID of the current context. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » BURN: Burn existing coins","id":"250","title":"BURN: Burn existing coins"},"251":{"body":"Description Call contract. Operation Syntax call $rA $rB $rC $rD Encoding 0x00 rA rB rC rD Effects External call Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rA, 32] is not in tx.inputs Reading past MEM[VM_MAX_RAM - 1] In an external context, if $rB > MEM[balanceOfStart(MEM[$rC, 32]), 8] In an internal context, if $rB is greater than the balance of asset ID MEM[$rC, 32] of output with contract ID MEM[$fp, 32] Register $rA is a memory address from which the following fields are set (word-aligned): bytes type value description 32 byte[32] to Contract ID to call. 8 byte[8] param1 First parameter. 8 byte[8] param2 Second parameter. $rB is the amount of coins to forward. $rC points to the 32-byte asset ID of the coins to forward. $rD is the amount of gas to forward. If it is set to an amount greater than the available gas, all available gas is forwarded. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Call from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Contract ID of called contract. amount uint64 Amount of coins to forward, i.e. $rB. asset_id byte[32] Asset ID of coins to forward, i.e. MEM[$rC, 32]. gas uint64 Gas to forward, i.e. min($rD, $cgas). param1 uint64 First parameter. param2 uint64 Second parameter. pc uint64 Value of register $pc. is uint64 Value of register $is. For output with contract ID MEM[$rA, 32], increase balance of asset ID MEM[$rC, 32] by $rB. In an external context, decrease MEM[balanceOfStart(MEM[$rC, 32]), 8] by $rB. In an internal context, decrease asset ID MEM[$rC, 32] balance of output with contract ID MEM[$fp, 32] by $rB. A call frame is pushed at $sp. In addition to filling in the values of the call frame, the following registers are set: $fp = $sp (on top of the previous call frame is the beginning of this call frame) Set $ssp and $sp to the start of the writable stack area of the call frame. Set $pc and $is to the starting address of the code. $flag set to zero. $bal = $rB (forward coins) $cgas = $rD or all available gas (forward gas) This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » CALL: Call contract","id":"251","title":"CALL: Call contract"},"252":{"body":"Description Get the coinbase contract id associated with the block proposer. Operation MEM[$rA, 32] = coinbase(); Syntax cb $rA Encoding 0x00 rA - - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » CB: Coinbase contract id","id":"252","title":"CB: Coinbase contract id"},"253":{"body":"Description Copy $rD bytes of code starting at $rC for contract with ID equal to the 32 bytes in memory starting at $rB into memory starting at $rA. Operation MEM[$rA, $rD] = code($rB, $rC, $rD); Syntax ccp $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes If $rD is greater than the code size, zero bytes are filled in. This is used only for reading and inspecting code of other contracts. Use LDC to load code for executing. Panic if: $rA + $rD overflows or > VM_MAX_RAM $rB + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, $rD] does not pass ownership check Contract with ID MEM[$rB, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » CCP: Code copy","id":"253","title":"CCP: Code copy"},"254":{"body":"Description Set the 32 bytes in memory starting at $rA to the code root for contract with ID equal to the 32 bytes in memory starting at $rB. Operation MEM[$rA, 32] = coderoot(MEM[$rB, 32]); Syntax croo $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check Contract with ID MEM[$rB, 32] is not in tx.inputs Code root computation is defined here .","breadcrumbs":"FuelVM » Instruction Set » CROO: Code Merkle root","id":"254","title":"CROO: Code Merkle root"},"255":{"body":"Description Set $rA to the size of the code for contract with ID equal to the 32 bytes in memory starting at $rB. Operation $rA = codesize(MEM[$rB, 32]); Syntax csiz $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rB, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » CSIZ: Code size","id":"255","title":"CSIZ: Code size"},"256":{"body":"Description Copy $rC bytes of code at offset $rB from object identified with $rA into memory starting at $ssp. Object type is in imm. Operation code = match imm { 0 => contract_code(mem[$rA,32]), 1 => blob_payload(mem[$rA,32]), 2 => mem[$ra, ..] }; MEM[$ssp, $rC] = code[$rB, $rC]; Syntax ldc $rA, $rB, $rC, imm Encoding 0x00 rA rB rC imm Notes If $rC is greater than the code size, zero bytes are filled in. Final length is always padded to word boundary. Object type from imm determines the source for loading as follows: imm Object type 0 Contract code 1 Blob payload 2 VM memory other reserved Panic if: $ssp + $rC overflows or > VM_MAX_RAM imm <= 1 and $rA + 32 overflows or > VM_MAX_RAM $ssp + $rC >= $hp imm == 0 and $rC > CONTRACT_MAX_SIZE imm == 0 and contract with ID MEM[$rA, 32] is not in tx.inputs imm == 0 and context is a predicate imm == 1 and blob with ID MEM[$rA, 32] is not found in the chain state imm == 2 and $rA + $rB + $rC overflows or > VM_MAX_RAM imm >= 3 (reserved value) Increment $fp->codesize, $ssp by $rC padded to word alignment. Then set $sp to $ssp. This instruction can be used to concatenate the code of multiple contracts or blobs together. It can only be used when the stack area of the call frame is zero-sized.","breadcrumbs":"FuelVM » Instruction Set » LDC: Load code from an external contract, blob or memory","id":"256","title":"LDC: Load code from an external contract, blob or memory"},"257":{"body":"Description Log an event. This is a no-op. Operation log($rA, $rB, $rC, $rD); Syntax log $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Log id byte[32] Contract ID of current context if in an internal context, zero otherwise. val0 uint64 Value of register $rA. val1 uint64 Value of register $rB. val2 uint64 Value of register $rC. val3 uint64 Value of register $rD. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » LOG: Log event","id":"257","title":"LOG: Log event"},"258":{"body":"Description Log an event. This is a no-op. Operation logd($rA, $rB, $rC, $rD); Syntax logd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.LogData id byte[32] Contract ID of current context if in an internal context, zero otherwise. val0 uint64 Value of register $rA. val1 uint64 Value of register $rB. ptr uint64 Value of register $rC. len uint64 Value of register $rD. digest byte[32] Hash of MEM[$rC, $rD]. pc uint64 Value of register $pc. is uint64 Value of register $is. Logs the memory range MEM[$rC, $rD]. Panics if: $rC + $rD overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LOGD: Log data event","id":"258","title":"LOGD: Log data event"},"259":{"body":"Description Mint $rA coins of the $rB ID from the current contract. Operation mint($rA, $rB); Syntax mint $rA $rB Encoding 0x00 rA rB - - Notes $rB is a pointer to a 32 byte ID in memory The asset ID will be constructed using the asset ID construction method. Panic if: $rB + 32 overflows or > VM_MAX_RAM Balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB]) of output with contract ID MEM[$fp, 32] plus $rA overflows $fp == 0 (in the script context) For output with contract ID MEM[$fp, 32], increase balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB]) by $rA. This modifies the balanceRoot field of the appropriate output. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Mint sub_id byte[32] Asset sub identifier MEM[$rB, $rB + 32]. contract_id byte[32] Contract ID of the current context. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » MINT: Mint new coins","id":"259","title":"MINT: Mint new coins"},"26":{"body":"name type description sender byte[32] The address of the message sender. recipient byte[32] The address or predicate root of the message recipient. amount uint64 Amount of base asset coins sent with message. nonce byte[32] The message nonce. witnessIndex uint16 Index of witness that authorizes spending the coin. predicateGasUsed uint64 Gas used by predicate execution. dataLength uint64 Length of message data, in bytes. predicateLength uint64 Length of predicate, in instructions. predicateDataLength uint64 Length of predicate input data, in bytes. data byte[] The message data. predicate byte[] Predicate bytecode. predicateData byte[] Predicate input data (parameters). Given helper len() that returns the number of bytes of a field. Transaction is invalid if: witnessIndex >= tx.witnessesCount dataLength > MAX_MESSAGE_DATA_LENGTH predicateLength > MAX_PREDICATE_LENGTH predicateDataLength > MAX_PREDICATE_DATA_LENGTH If predicateLength > 0; the computed predicate root (see below) is not equal recipient dataLength != len(data) predicateLength * 4 != len(predicate) predicateDataLength != len(predicateData) predicateGasUsed > MAX_GAS_PER_PREDICATE The predicate root is computed here . Note: InputMessages with data length greater than zero are not considered spent until they are included in a transaction of type TransactionType.Script with a ScriptResult receipt where result is equal to 0 indicating a successful script exit Note: when signing a transaction, predicateGasUsed is set to zero. Note: when verifying and estimating a predicate, predicateGasUsed is initialized to zero.","breadcrumbs":"Transaction Format » Input » InputMessage","id":"26","title":"InputMessage"},"260":{"body":"Description Returns from context with value MEM[$rA, $rB]. Operation returndata($rA, $rB); Syntax retd $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + $rB overflows or > VM_MAX_RAM Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.ReturnData id byte[32] Contract ID of current context if in an internal context, zero otherwise. ptr uint64 Value of register $rA. len uint64 Value of register $rB. digest byte[32] Hash of MEM[$rA, $rB]. pc uint64 Value of register $pc. is uint64 Value of register $is. If current context is a script, append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 0 gas_used uint64 Gas consumed by the script. If current context is external, cease VM execution and return MEM[$rA, $rB]. Returns from contract call, popping the call frame. Before popping, perform the following operations. Return the unused forwarded gas to the caller: $cgas = $cgas + $fp->$cgas (add remaining context gas from previous context to current remaining context gas) Set the return value: $ret = $rA $retl = $rB Then pop the call frame and restore all registers except $ggas, $cgas, $ret, $retl and $hp. Afterwards, set the following registers: $pc = $pc + 4 (advance program counter from where we called)","breadcrumbs":"FuelVM » Instruction Set » RETD: Return from context with data","id":"260","title":"RETD: Return from context with data"},"261":{"body":"Description Halt execution, reverting state changes and returning value in $rA. Operation revert($rA); Syntax rvrt $rA Encoding 0x00 rA - - - Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Revert id byte[32] Contract ID of current context if in an internal context, zero otherwise. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is. Then append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 1 gas_used uint64 Gas consumed by the script. Cease VM execution and revert script effects. After a revert: All OutputContract outputs will have the same balanceRoot and stateRoot as on initialization. All OutputVariable outputs will have to, amount, and asset_id of zero.","breadcrumbs":"FuelVM » Instruction Set » RVRT: Revert","id":"261","title":"RVRT: Revert"},"262":{"body":"Description Send a message to recipient address MEM[$rA, 32] from the MEM[$fp, 32] sender with message data MEM[$rB, $rC] and the $rD amount of base asset coins. Operation outputmessage(MEM[$fp, 32], MEM[$rA, 32], MEM[$rB, $rC], $rD); Syntax smo $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Output message Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM $rC > MESSAGE_MAX_DATA_SIZE In an external context, if $rD > MEM[balanceOfStart(0), 8] In an internal context, if $rD is greater than the balance of asset ID 0 of output with contract ID MEM[$fp, 32] Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.MessageOut sender byte[32] The address of the message sender: MEM[$fp, 32]. recipient byte[32] The address of the message recipient: MEM[$rA, 32]. amount uint64 Amount of base asset coins sent with message: $rD. nonce byte[32] The message nonce as described here . len uint64 Length of message data, in bytes: $rC. digest byte[32] Hash of MEM[$rB, $rC]. In an external context, decrease MEM[balanceOfStart(0), 8] by $rD. In an internal context, decrease asset ID 0 balance of output with contract ID MEM[$fp, 32] by $rD. This modifies the balanceRoot field of the appropriate contract that had its' funds deducted.","breadcrumbs":"FuelVM » Instruction Set » SMO: Send message out","id":"262","title":"SMO: Send message out"},"263":{"body":"Description A sequential series of 32 bytes is cleared from the current contract's state. Operation STATE[MEM[$rA, 32], 32 * $rC] = None; Syntax scwq $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) Register $rB will be set to false if any storage slot in the requested range was already unset (default) and true if all the slots were set.","breadcrumbs":"FuelVM » Instruction Set » SCWQ: State clear sequential 32 byte slots","id":"263","title":"SCWQ: State clear sequential 32 byte slots"},"264":{"body":"Description A word is read from the current contract's state. Operation $rA = STATE[MEM[$rC, 32]][0, 8]; Syntax srw $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Storage read Notes Returns zero if the state element does not exist. Panic if: $rA is a reserved register $rB is a reserved register $rC + 32 overflows or > VM_MAX_RAM $fp == 0 (in the script context) Register $rB will be set to false if the requested slot is unset (default) and true if it's set.","breadcrumbs":"FuelVM » Instruction Set » SRW: State read word","id":"264","title":"SRW: State read word"},"265":{"body":"Description A sequential series of 32 bytes is read from the current contract's state. Operation MEM[$rA, 32 * rD] = STATE[MEM[$rC, 32], 32 * rD]; Syntax srwq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Storage read Notes Returns zero if the state element does not exist. Panic if: $rA + 32 * rD overflows or > VM_MAX_RAM $rC + 32 * rD overflows or > VM_MAX_RAM $rB is a reserved register The memory range MEM[$rA, 32 * rD] does not pass ownership check $fp == 0 (in the script context) Register $rB will be set to false if any storage slot in the requested range is unset (default) and true if all the slots are set.","breadcrumbs":"FuelVM » Instruction Set » SRWQ: State read sequential 32 byte slots","id":"265","title":"SRWQ: State read sequential 32 byte slots"},"266":{"body":"Description A word is written to the current contract's state. Operation STATE[MEM[$rA, 32]][0, 8] = $rC;STATE[MEM[$rA, 32]][8, 24] = 0; Syntax sww $rA $rB $rC Encoding 0x00 rA rB rC - Effects Storage write Notes Additional gas is charged when a new storage slot is created. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) The last 24 bytes of STATE[MEM[$rA, 32]] are set to 0. Register $rB will be set to the number of new slots written, i.e. 1 if the slot was previously unset, and 0 if it already contained a value.","breadcrumbs":"FuelVM » Instruction Set » SWW: State write word","id":"266","title":"SWW: State write word"},"267":{"body":"Description A sequential series of 32 bytes is written to the current contract's state. Operation STATE[MEM[$rA, 32], 32 * $rD] = MEM[$rC, 32 * $rD]; Syntax swwq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Storage write Notes Additional gas is charged when for each new storage slot created. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 * $rD overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) Register $rB will be set to the number of storage slots that were previously unset, and were set by this operation.","breadcrumbs":"FuelVM » Instruction Set » SWWQ: State write sequential 32 byte slots","id":"267","title":"SWWQ: State write sequential 32 byte slots"},"268":{"body":"Description Get timestamp of block at given height. Operation $rA = time($rB); Syntax time $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB is greater than the current block height. Gets the timestamp of the block at height $rB. Time is in TAI64 format.","breadcrumbs":"FuelVM » Instruction Set » TIME: Timestamp at height","id":"268","title":"TIME: Timestamp at height"},"269":{"body":"Description Transfer $rB coins with asset ID at $rC to contract with ID at $rA. Operation transfer(MEM[$rA, 32], $rB, MEM[$rC, 32]); Syntax tr $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Balance tree read, balance tree write Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rA, 32] is not in tx.inputs In an external context, if $rB > MEM[balanceOfStart(MEM[$rC, 32]), 8] In an internal context, if $rB is greater than the balance of asset ID MEM[$rC, 32] of output with contract ID MEM[$fp, 32] $rB == 0 Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Transfer from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Contract ID of contract to transfer coins to. amount uint64 Amount of coins transferred. asset_id byte[32] asset ID of coins transferred. pc uint64 Value of register $pc. is uint64 Value of register $is. For output with contract ID MEM[$rA, 32], increase balance of asset ID MEM[$rC, 32] by $rB. In an external context, decrease MEM[balanceOfStart(MEM[$rC, 32]), 8] by $rB. In an internal context, decrease asset ID MEM[$rC, 32] balance of output with contract ID MEM[$fp, 32] by $rB. This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » TR: Transfer coins to contract","id":"269","title":"TR: Transfer coins to contract"},"27":{"body":"enum OutputType : uint8 { Coin = 0, Contract = 1, Change = 2, Variable = 3, ContractCreated = 4,\n} name type description type OutputType Type of output. data One of OutputCoin , OutputContract , OutputChange , OutputVariable , or OutputContractCreated . Output data. Transaction is invalid if: type > OutputType.ContractCreated","breadcrumbs":"Transaction Format » Output » Output","id":"27","title":"Output"},"270":{"body":"Description Transfer $rC coins with asset ID at $rD to address at $rA, with output $rB. Operation transferout(MEM[$rA, 32], $rB, $rC, MEM[$rD, 32]); Syntax tro $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Balance tree read, balance tree write Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM $rB > tx.outputsCount In an external context, if $rC > MEM[balanceOfStart(MEM[$rD, 32]), 8] In an internal context, if $rC is greater than the balance of asset ID MEM[$rD, 32] of output with contract ID MEM[$fp, 32] $rC == 0 tx.outputs[$rB].type != OutputType.Variable tx.outputs[$rB].amount != 0 Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.TransferOut from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Address to transfer coins to. amount uint64 Amount of coins transferred. asset_id byte[32] asset ID of coins transferred. pc uint64 Value of register $pc. is uint64 Value of register $is. In an external context, decrease MEM[balanceOfStart(MEM[$rD, 32]), 8] by $rC. In an internal context, decrease asset ID MEM[$rD, 32] balance of output with contract ID MEM[$fp, 32] by $rC. Then set: tx.outputs[$rB].to = MEM[$rA, 32] tx.outputs[$rB].amount = $rC tx.outputs[$rB].asset_id = MEM[$rD, 32] This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » TRO: Transfer coins to output","id":"270","title":"TRO: Transfer coins to output"},"271":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Blob Instructions","id":"271","title":"Blob Instructions"},"272":{"body":"Description Set $rA to the size of the blob with ID equal to the 32 bytes in memory starting at $rB. Operation $rA = len(blob(MEM[$rB, 32])); Syntax bsiz $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM Blob ID MEM[$rB, 32] is not found","breadcrumbs":"FuelVM » Instruction Set » BSIZ: Blob size","id":"272","title":"BSIZ: Blob size"},"273":{"body":"|-------------|-------------------------------------------------------------------------------------------------------------| | Description | Load 32-byte blob id at $rB, and copy $rD bytes starting from $rC into $sA. | | Operation | MEM[$rA, $rD] = blob(MEM[$rB, 32])[$rC, $rD]; | | Syntax | bldd $rA, $rB, rC, $rD | | Encoding | 0x00 rA rB rC rD | | Notes | If $rC > blob size, zero bytes are filled in. | Panic if: $rA + $rD overflows or > VM_MAX_RAM or > $hp $rB + 32 overflows or > VM_MAX_RAM Blob ID MEM[$rB, 32] is not found","breadcrumbs":"FuelVM » Instruction Set » BLDD: Load data from a blob","id":"273","title":"BLDD: Load data from a blob"},"274":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Cryptographic Instructions","id":"274","title":"Cryptographic Instructions"},"275":{"body":"Description The 64-byte public key (x, y) recovered from 64-byte signature starting at $rB on 32-byte message hash starting at $rC. Operation MEM[$rA, 64] = ecrecover_k1(MEM[$rB, 64], MEM[$rC, 32]); Syntax eck1 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Takes message hash as an input. You can use S256 to hash the message if needed. Panic if: $rA + 64 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 64] does not pass ownership check Signatures and signature verification are specified here . If the signature cannot be verified, MEM[$rA, 64] is set to 0 and $err is set to 1, otherwise $err is cleared. To get the address from the public key, hash the public key with SHA-2-256 .","breadcrumbs":"FuelVM » Instruction Set » ECK1: Secp256k1 signature recovery","id":"275","title":"ECK1: Secp256k1 signature recovery"},"276":{"body":"Description The 64-byte public key (x, y) recovered from 64-byte signature starting at $rB on 32-byte message hash starting at $rC. Operation MEM[$rA, 64] = ecrecover_r1(MEM[$rB, 64], MEM[$rC, 32]); Syntax ecr1 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Takes message hash as an input. You can use S256 to hash the message if needed. Panic if: $rA + 64 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 64] does not pass ownership check Signatures and signature verification are specified here . If the signature cannot be verified, MEM[$rA, 64] is set to 0 and $err is set to 1, otherwise $err is cleared. To get the address from the public key, hash the public key with SHA-2-256 .","breadcrumbs":"FuelVM » Instruction Set » ECR1: Secp256r1 signature recovery","id":"276","title":"ECR1: Secp256r1 signature recovery"},"277":{"body":"Description Verification 64-byte signature at $rB with 32-byte public key at $rA for a message starting at $rC with length $rD. Operation ed19verify(MEM[$rA, 32], MEM[$rB, 64], MEM[$rC, $rD]); Syntax ed19 $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Takes message instead of hash. For backwards compatibility reasons, if $rD == 0, it will be treated as 32. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + $rD overflows or > VM_MAX_RAM Verification are specified here . If there is an error in verification, $err is set to 1, otherwise $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ED19: EdDSA curve25519 verification","id":"277","title":"ED19: EdDSA curve25519 verification"},"278":{"body":"Description The keccak-256 hash of $rC bytes starting at $rB. Operation MEM[$rA, 32] = keccak256(MEM[$rB, $rC]); Syntax k256 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » K256: keccak-256","id":"278","title":"K256: keccak-256"},"279":{"body":"Description The SHA-2-256 hash of $rC bytes starting at $rB. Operation MEM[$rA, 32] = sha256(MEM[$rB, $rC]); Syntax s256 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » S256: SHA-2-256","id":"279","title":"S256: SHA-2-256"},"28":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins.","breadcrumbs":"Transaction Format » Output » OutputCoin","id":"28","title":"OutputCoin"},"280":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Other Instructions","id":"280","title":"Other Instructions"},"281":{"body":"Description Call an external function that has full access to the VM state. Operation external(&mut vm, $rA, $rB, $rC, $rD) Syntax ecal $rA $rB $rC $rD Encoding 0x00 rA rB rC rD Notes Does nothing by default, but the VM user can define this to do anything. This function provides an escape hatch from the VM, similar to ecall instruction of RISC-V. The suggested convention is to use $rA for \"system call number\", i.e. identifying the procedure to call, but all arguments can be used freely. The operation can modify the VM state freely, including writing to registers and memory. Again, the suggested convention is to use $rA for the return value and $err for any possible errors. However, these conventions can be ignored when necessary. Panic if: The external function panics.","breadcrumbs":"FuelVM » Instruction Set » ECAL: Call external function","id":"281","title":"ECAL: Call external function"},"282":{"body":"Description Set $flag to $rA. Operation $flag = $rA; Syntax flag $rA Encoding 0x00 rA - - - Notes Panic if: Any reserved flags are set","breadcrumbs":"FuelVM » Instruction Set » FLAG: Set flags","id":"282","title":"FLAG: Set flags"},"283":{"body":"Description Get metadata from memory. Operation Varies (see below). Syntax gm $rA, imm Encoding 0x00 rA imm imm imm Notes Read metadata from memory. A convenience instruction to avoid manually extracting metadata. name value description GM_IS_CALLER_EXTERNAL 0x00001 Get if caller is external. GM_GET_CALLER 0x00002 Get caller's contract ID. GM_GET_VERIFYING_PREDICATE 0x00003 Get index of current predicate. GM_GET_CHAIN_ID 0x00004 Get the value of CHAIN_ID GM_TX_START 0x00005 Transaction start memory address GM_BASE_ASSET_ID 0x00006 Base asset ID If imm == GM_IS_CALLER_EXTERNAL: Panic if: $fp == 0 (in an external context) Set $rA to true if parent is an external context, false otherwise. If imm == GM_GET_CALLER: Panic if: $fp == 0 (in an external context) $fp->$fp == 0 (if parent context is external) Set $rA to $fp->$fp (i.e. $rA will point to the previous call frame's contract ID). If imm == GM_GET_VERIFYING_PREDICATE: Panic if: not in a predicate context Set $rA to the index of the currently-verifying predicate.","breadcrumbs":"FuelVM » Instruction Set » GM: Get metadata","id":"283","title":"GM: Get metadata"},"284":{"body":"Description Get transaction fields. Operation Varies (see below). Syntax gtf $rA, $rB, imm Encoding 0x00 rA rB i i Notes Get fields from the transaction . name imm set $rA to GTF_TYPE 0x001 tx.type GTF_SCRIPT_GAS_LIMIT 0x002 tx.scriptGasLimit GTF_SCRIPT_SCRIPT_LENGTH 0x003 tx.scriptLength GTF_SCRIPT_SCRIPT_DATA_LENGTH 0x004 tx.scriptDataLength GTF_SCRIPT_INPUTS_COUNT 0x005 tx.inputsCount GTF_SCRIPT_OUTPUTS_COUNT 0x006 tx.outputsCount GTF_SCRIPT_WITNESSES_COUNT 0x007 tx.witnessesCount GTF_SCRIPT_SCRIPT 0x009 Memory address of tx.script GTF_SCRIPT_SCRIPT_DATA 0x00A Memory address of tx.scriptData GTF_SCRIPT_INPUT_AT_INDEX 0x00B Memory address of tx.inputs[$rB] GTF_SCRIPT_OUTPUT_AT_INDEX 0x00C Memory address of t.outputs[$rB] GTF_SCRIPT_WITNESS_AT_INDEX 0x00D Memory address of tx.witnesses[$rB] GTF_TX_LENGTH 0x00E Length of raw transaction types in memory GTF_CREATE_BYTECODE_WITNESS_INDEX 0x101 tx.bytecodeWitnessIndex GTF_CREATE_STORAGE_SLOTS_COUNT 0x102 tx.storageSlotsCount GTF_CREATE_INPUTS_COUNT 0x103 tx.inputsCount GTF_CREATE_OUTPUTS_COUNT 0x104 tx.outputsCount GTF_CREATE_WITNESSES_COUNT 0x105 tx.witnessesCount GTF_CREATE_SALT 0x106 Memory address of tx.salt GTF_CREATE_STORAGE_SLOT_AT_INDEX 0x107 Memory address of tx.storageSlots[$rB] GTF_CREATE_INPUT_AT_INDEX 0x108 Memory address of tx.inputs[$rB] GTF_CREATE_OUTPUT_AT_INDEX 0x109 Memory address of t.outputs[$rB] GTF_CREATE_WITNESS_AT_INDEX 0x10A Memory address of tx.witnesses[$rB] GTF_INPUT_TYPE 0x200 tx.inputs[$rB].type GTF_INPUT_COIN_TX_ID 0x201 Memory address of tx.inputs[$rB].txID GTF_INPUT_COIN_OUTPUT_INDEX 0x202 tx.inputs[$rB].outputIndex GTF_INPUT_COIN_OWNER 0x203 Memory address of tx.inputs[$rB].owner GTF_INPUT_COIN_AMOUNT 0x204 tx.inputs[$rB].amount GTF_INPUT_COIN_ASSET_ID 0x205 Memory address of tx.inputs[$rB].asset_id GTF_INPUT_COIN_WITNESS_INDEX 0x207 tx.inputs[$rB].witnessIndex GTF_INPUT_COIN_PREDICATE_LENGTH 0x209 tx.inputs[$rB].predicateLength GTF_INPUT_COIN_PREDICATE_DATA_LENGTH 0x20A tx.inputs[$rB].predicateDataLength GTF_INPUT_COIN_PREDICATE 0x20B Memory address of tx.inputs[$rB].predicate GTF_INPUT_COIN_PREDICATE_DATA 0x20C Memory address of tx.inputs[$rB].predicateData GTF_INPUT_COIN_PREDICATE_GAS_USED 0x20D tx.inputs[$rB].predicateGasUsed GTF_INPUT_CONTRACT_CONTRACT_ID 0x225 Memory address of tx.inputs[$rB].contractID GTF_INPUT_MESSAGE_SENDER 0x240 Memory address of tx.inputs[$rB].sender GTF_INPUT_MESSAGE_RECIPIENT 0x241 Memory address of tx.inputs[$rB].recipient GTF_INPUT_MESSAGE_AMOUNT 0x242 tx.inputs[$rB].amount GTF_INPUT_MESSAGE_NONCE 0x243 Memory address of tx.inputs[$rB].nonce GTF_INPUT_MESSAGE_WITNESS_INDEX 0x244 tx.inputs[$rB].witnessIndex GTF_INPUT_MESSAGE_DATA_LENGTH 0x245 tx.inputs[$rB].dataLength GTF_INPUT_MESSAGE_PREDICATE_LENGTH 0x246 tx.inputs[$rB].predicateLength GTF_INPUT_MESSAGE_PREDICATE_DATA_LENGTH 0x247 tx.inputs[$rB].predicateDataLength GTF_INPUT_MESSAGE_DATA 0x248 Memory address of tx.inputs[$rB].data GTF_INPUT_MESSAGE_PREDICATE 0x249 Memory address of tx.inputs[$rB].predicate GTF_INPUT_MESSAGE_PREDICATE_DATA 0x24A Memory address of tx.inputs[$rB].predicateData GTF_INPUT_MESSAGE_PREDICATE_GAS_USED 0x24B tx.inputs[$rB].predicateGasUsed GTF_OUTPUT_TYPE 0x300 tx.outputs[$rB].type GTF_OUTPUT_COIN_TO 0x301 Memory address of tx.outputs[$rB].to GTF_OUTPUT_COIN_AMOUNT 0x302 tx.outputs[$rB].amount GTF_OUTPUT_COIN_ASSET_ID 0x303 Memory address of tx.outputs[$rB].asset_id GTF_OUTPUT_CONTRACT_INPUT_INDEX 0x304 tx.outputs[$rB].inputIndex GTF_OUTPUT_CONTRACT_BALANCE_ROOT 0x305 Memory address of tx.outputs[$rB].balanceRoot GTF_OUTPUT_CONTRACT_STATE_ROOT 0x306 Memory address of tx.outputs[$rB].stateRoot GTF_OUTPUT_CONTRACT_CREATED_CONTRACT_ID 0x307 Memory address of tx.outputs[$rB].contractID GTF_OUTPUT_CONTRACT_CREATED_STATE_ROOT 0x308 Memory address of tx.outputs[$rB].stateRoot GTF_WITNESS_DATA_LENGTH 0x400 tx.witnesses[$rB].dataLength GTF_WITNESS_DATA 0x401 Memory address of tx.witnesses[$rB].data GTF_POLICY_TYPES 0x500 tx.policies.policyTypes GTF_POLICY_TIP 0x501 tx.policies[0x00].tip GTF_POLICY_WITNESS_LIMIT 0x502 tx.policies[count_ones(0b11 & tx.policyTypes) - 1].witnessLimit GTF_POLICY_MATURITY 0x503 tx.policies[count_ones(0b111 & tx.policyTypes) - 1].maturity GTF_POLICY_MAX_FEE 0x504 tx.policies[count_ones(0b1111 & tx.policyTypes) - 1].maxFee Panic if: $rA is a reserved register imm is not one of the values listed above The value of $rB results in an out of bounds access for variable-length fields The input or output type does not match (OutputChange and OutputVariable count as OutputCoin) The requested policy type is not set for this transaction. For fixed-length fields, the value of $rB is ignored.","breadcrumbs":"FuelVM » Instruction Set » GTF: Get transaction fields","id":"284","title":"GTF: Get transaction fields"},"285":{"body":"Specifications for network-specific components of the protocol. PoA Network","breadcrumbs":"Networks » Networks","id":"285","title":"Networks"},"286":{"body":"","breadcrumbs":"Networks » Proof of Authority (PoA) » PoA Network","id":"286","title":"PoA Network"},"287":{"body":"Wraps the application header . name type description prevRoot byte[32] Merkle root of all previous consensus header hashes (i.e. not including this block). height uint32 Height of this block. timestamp uint64 Time this block was created, in TAI64 format. applicationHash byte[32] Hash of serialized application header for this block. Consensus for the consensus header is a single signature from the authority over the hash of the serialized consensus header. Since the system is secure under the assumption the authority is honest, there is no need for committing to the authority signatures in the header.","breadcrumbs":"Networks » Proof of Authority (PoA) » Consensus Header","id":"287","title":"Consensus Header"},"288":{"body":"Test suites for verifying the correctness of a Fuel implementation. Sparse Merkle Tree Tests","breadcrumbs":"Testing » Testing","id":"288","title":"Testing"},"289":{"body":"","breadcrumbs":"Testing » Sparse Merkle Tree » Sparse Merkle Tree Test Specifications","id":"289","title":"Sparse Merkle Tree Test Specifications"},"29":{"body":"name type description inputIndex uint16 Index of input contract. balanceRoot byte[32] Root of amount of coins owned by contract after transaction execution. stateRoot byte[32] State root of contract after transaction execution. Transaction is invalid if: inputIndex >= tx.inputsCount tx.inputs[inputIndex].type != InputType.Contract Note: when signing a transaction, balanceRoot and stateRoot are set to zero. Note: when verifying a predicate or executing a script, balanceRoot and stateRoot are initialized to zero. The balance root balanceRoot is the root of the SMT of balance leaves. Each balance is a uint64, keyed by asset ID (a byte[32]). The state root stateRoot is the root of the SMT of storage slots. Each storage slot is a byte[32], keyed by a byte[32].","breadcrumbs":"Transaction Format » Output » OutputContract","id":"29","title":"OutputContract"},"290":{"body":"0.1.1 Last updated 2022/07/11","breadcrumbs":"Testing » Sparse Merkle Tree » Version","id":"290","title":"Version"},"291":{"body":"This document outlines a test suite specification that can be used to verify the correctness of a Sparse Merkle Tree's outputs. The scope of this document covers only Sparse Merkle Tree (SMT) implementations that are compliant with Celestia Sparse Merkle Tree Specification . The goal of this document is to equip SMT library developers with a supplemental indicator of correctness. Libraries implementing an SMT can additionally implement this test suite specification in the code base's native language. Passing all tests in the concrete test suite is an indication of correctness and consistency with the reference specification; however, it is not an absolute guarantee. The tests described in this document are designed to test features common to most Sparse Merkle Tree implementations. Test specifications are agnostic of the implementation details or language, and therefore take a black-box testing approach. A test specification may provide an example of what a compliant test may look like in the form of pseudocode. A test specification follows the format: Test name Test description Test inputs Test outputs Example pseudocode For a concrete test to comply with its corresponding test specification, the System Under Test (SUT) must take in the prescribed inputs. When the SUT produces the prescribed outputs, the test passes. When the SUT produces any result or error that is not prescribed by the specification, the test fails. For a library to comply with the complete specification described herein, it must implement all test specifications, and each test must pass. All test specifications assume that the Merkle Tree implementation under test uses the SHA-2-256 hashing algorithm as defined in FIPS PUB 180-4 to produce its outputs. The following test cases stipulate a theoretical function Sum(N) that takes in a big endian data slice N and returns the 32 byte SHA-256 hash of N.","breadcrumbs":"Testing » Sparse Merkle Tree » Abstract","id":"291","title":"Abstract"},"292":{"body":"Test Empty Root Test Update 1 Test Update 2 Test Update 3 Test Update 5 Test Update 10 Test Update 100 Test Update With Repeated Inputs Test Update Overwrite Key Test Update Union Test Update Sparse Union Test Update With Empty Data Test Update With Empty Data Performs Delete Test Update 1 Delete 1 Test Update 2 Delete 1 Test Update 10 Delete 5 Test Delete Non-existent Key Test Interleaved Update Delete Test Delete Sparse Union","breadcrumbs":"Testing » Sparse Merkle Tree » Root Signature Tests","id":"292","title":"Root Signature Tests"},"293":{"body":"Description : Tests the default root given no update or delete operations. The input set is described by S = {Ø}. Inputs : No inputs . Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Empty Root","id":"293","title":"Test Empty Root"},"294":{"body":"Description : Tests the root after performing a single update call with the specified input. Inputs : Update the empty tree with (K, D) where leaf key K = Sum(0u32) (32 bytes) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 1","id":"294","title":"Test Update 1"},"295":{"body":"Description : Tests the root after performing two update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x8d0ae412ca9ca0afcb3217af8bcd5a673e798bd6fd1dfacad17711e883f494cb Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '8d0ae412ca9ca0afcb3217af8bcd5a673e798bd6fd1dfacad17711e883f494cb'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 2","id":"295","title":"Test Update 2"},"296":{"body":"Description : Tests the root after performing three update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(2u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x52295e42d8de2505fdc0cc825ff9fead419cbcf540d8b30c7c4b9c9b94c268b7 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x02\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '52295e42d8de2505fdc0cc825ff9fead419cbcf540d8b30c7c4b9c9b94c268b7'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 3","id":"296","title":"Test Update 3"},"297":{"body":"Description : Tests the root after performing five update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(2u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(3u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(4u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 5","id":"297","title":"Test Update 5"},"298":{"body":"Description : Tests the root after performing 10 update calls with the specified inputs. Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x21ca4917e99da99a61de93deaf88c400d4c082991cb95779e444d43dd13e8849 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '21ca4917e99da99a61de93deaf88c400d4c082991cb95779e444d43dd13e8849'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 10","id":"298","title":"Test Update 10"},"299":{"body":"Description : Tests the root after performing 100 update calls with the specified inputs. Inputs : For each i in 0..100, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x82bf747d455a55e2f7044a03536fc43f1f55d43b855e72c0110c986707a23e4d Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..100 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '82bf747d455a55e2f7044a03536fc43f1f55d43b855e72c0110c986707a23e4d'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 100","id":"299","title":"Test Update 100"},"3":{"body":"Proof of Authority (PoA) - The Fuel Proof of Authority Network.","breadcrumbs":"Fuel Specifications » Network-Specific","id":"3","title":"Network-Specific"},"30":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins. Transaction is invalid if: any other output has type OutputType.OutputChange and asset ID asset_id (i.e. only one change output per asset ID is allowed) Note: when signing a transaction, amount is set to zero. Note: when verifying a predicate or executing a script, amount is initialized to zero. This output type indicates that the output's amount may vary based on transaction execution, but is otherwise identical to a Coin output. An amount of zero after transaction execution indicates that the output is unspendable and can be pruned from the UTXO set.","breadcrumbs":"Transaction Format » Output » OutputChange","id":"30","title":"OutputChange"},"300":{"body":"Description : Tests the root after performing two update calls with the same inputs. The resulting input set is described by S = {A} U {A} = {A}, where {A} is the input. This test expects a root signature identical to that produced by Test Update 1 . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree again with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Repeated Inputs","id":"300","title":"Test Update With Repeated Inputs"},"301":{"body":"Description : Tests the root after performing two update calls with the same leaf keys but different leaf data. The second update call is expected to overwrite the data originally written by the first update call. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"CHANGE\" (bytes, UTF-8) Outputs : The expected root signature: 0xdd97174c80e5e5aa3a31c61b05e279c1495c8a07b2a08bca5dbc9fb9774f9457 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"CHANGE\")\nroot = smt.root()\nexpected_root = 'dd97174c80e5e5aa3a31c61b05e279c1495c8a07b2a08bca5dbc9fb9774f9457'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Overwrite Key","id":"301","title":"Test Update Overwrite Key"},"302":{"body":"Description : Tests the root after performing update calls with discontinuous sets of inputs. The resulting input set is described by S = [0..5) U [10..15) U [20..25). Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 10..15, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 20..25, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 10..15 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 20..25 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Union","id":"302","title":"Test Update Union"},"303":{"body":"Description : Tests the root after performing update calls with discontinuous sets of inputs. The resulting input set is described by S = [0, 2, 4, 6, 8]. Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i * 2) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0xe912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32 * 2).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = 'e912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Sparse Union","id":"303","title":"Test Update Sparse Union"},"304":{"body":"Description : Tests the root after performing one update call with empty data. Updating the empty tree with empty data does not change the root, and the expected root remains the default root. The resulting input set is described by S = {Ø} U {Ø} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and empty leaf data D = b\"\" (0 bytes) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"\")\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Empty Data","id":"304","title":"Test Update With Empty Data"},"305":{"body":"Description : Tests the root after performing one update call with arbitrary data followed by a second update call on the same key with empty data. Updating a key with empty data is equivalent to calling delete. By deleting the only key, we have an empty tree and expect to arrive at the default root. The resulting input set is described by S = {0} - {0} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(0u32) and empty leaf data D = b\"\" (0 bytes) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"\")\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Empty Data Performs Delete","id":"305","title":"Test Update With Empty Data Performs Delete"},"306":{"body":"Description : Tests the root after performing one update call followed by a subsequent delete call on the same key. By deleting the only key, we have an empty tree and expect to arrive at the default root. The resulting input set is described by S = {0} - {0} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(0u32) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.delete(&sum(b\"\\x00\\x00\\x00\\x00\"))\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 1 Delete 1","id":"306","title":"Test Update 1 Delete 1"},"307":{"body":"Description : Tests the root after performing two update calls followed by a subsequent delete call on the first key. By deleting the second key, we have a tree with only one key remaining, equivalent to a single update. This test expects a root signature identical to that produced by Test Update 1 . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(1u32) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nsmt.delete(&sum(b\"\\x00\\x00\\x00\\x01\"))\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 2 Delete 1","id":"307","title":"Test Update 2 Delete 1"},"308":{"body":"Description : Tests the root after performing 10 update calls followed by 5 subsequent delete calls on the latter keys. By deleting the last five keys, we have a tree with the first five keys remaining, equivalent to five updates. This test expects a root signature identical to that produced by Test Update 5 . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 5..10, delete (K) from the tree, where leaf key K = Sum(i) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 5..10 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 10 Delete 5","id":"308","title":"Test Update 10 Delete 5"},"309":{"body":"Description : Tests the root after performing five update calls followed by a subsequent delete on a key that is not present in the input set. This test expects a root signature identical to that produced by Test Update 5 . Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(1024u32) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nsmt.delete(&sum(b\"\\x00\\x00\\x04\\x00\")) root = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Delete Non-existent Key","id":"309","title":"Test Delete Non-existent Key"},"31":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins. Note: when signing a transaction, to, amount, and asset_id are set to zero. Note: when verifying a predicate or executing a script, to, amount, and asset_id are initialized to zero. This output type indicates that the output's amount and owner may vary based on transaction execution, but is otherwise identical to a Coin output. An amount of zero after transaction execution indicates that the output is unspendable and can be pruned from the UTXO set.","breadcrumbs":"Transaction Format » Output » OutputVariable","id":"31","title":"OutputVariable"},"310":{"body":"Description : Tests the root after performing a series of interleaved update and delete calls. The resulting input set is described by [0..5) U [10..15) U [20..25). This test demonstrates the inverse relationship between operations update and delete. This test expects a root signature identical to that produced by Test Update Union . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 5..15, delete (K) from the tree, where leaf key K = Sum(i) from the tree For each i in 10..20, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 15..25, delete (K) from the tree, where leaf key K = Sum(i) from the tree For each i in 20..30, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 25..35, delete (K) from the tree, where leaf key K = Sum(i) from the tree Outputs : The expected root signature: 0x7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 5..15 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nfor i in 10..20 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 15..25 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nfor i in 20..30 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 25..35 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = '7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Interleaved Update Delete","id":"310","title":"Test Interleaved Update Delete"},"311":{"body":"Description : Tests the root after performing delete calls with discontinuous sets of inputs. The resulting input set is described by S = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - [1, 3, 5, 7, 9] = [0, 2, 4, 6, 8]. This test expects a root signature identical to that produced by Test Update Sparse Union . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 0..5, delete (K) from the tree, where leaf key K = Sum(i * 2 + 1) Outputs : The expected root signature: 0xe912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 0..5 { key = &(i as u32 * 2 + 1).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = 'e912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Delete Sparse Union","id":"311","title":"Test Delete Sparse Union"},"32":{"body":"name type description contractID byte[32] Contract ID. stateRoot byte[32] Initial state root of contract.","breadcrumbs":"Transaction Format » Output » OutputContractCreated","id":"32","title":"OutputContractCreated"},"33":{"body":"name type description dataLength uint64 Length of witness data, in bytes. data byte[] Witness data.","breadcrumbs":"Transaction Format » Witness » Witness","id":"33","title":"Witness"},"34":{"body":"The location of the transaction in the block. It can be used by UTXOs as a reference to the transaction or by the transaction itself to make it unique. name type description blockHeight uint32 Block height. txIndex uint16 Transaction index.","breadcrumbs":"Transaction Format » Transaction Pointer » TXPointer","id":"34","title":"TXPointer"},"35":{"body":"This chapter defines how to compute unique identifiers. Asset ID Blob ID Contract ID Predicate ID Transaction ID UTXO ID Coin ID Message ID Message Nonce Fee ID","breadcrumbs":"Computing Identifiers » Identifiers","id":"35","title":"Identifiers"},"36":{"body":"The asset ID (also called asset hash ) of a asset is computed as the hash of the CONTRACT_ID and a 256-bit SUB_IDENTIFIER. sha256(CONTRACT_ID ++ SUB_IDENTIFIER)","breadcrumbs":"Computing Identifiers » Asset ID » Asset ID","id":"36","title":"Asset ID"},"37":{"body":"The blob ID (also called blob hash ) of a transaction is computed as the hash of the blob data. Blob ID calculation doesn't vary between chains. sha256(blob_data)","breadcrumbs":"Computing Identifiers » Blob ID » Blob ID","id":"37","title":"Blob ID"},"38":{"body":"For a transaction of type TransactionType.Create, tx, the contract ID is sha256(0x4655454C ++ tx.data.salt ++ root(tx.data.witnesses[bytecodeWitnessIndex].data) ++ root_smt(tx.storageSlots)), where root is the Merkle root of the binary Merkle tree with each leaf being 16KiB of instructions, and root_smt is the Sparse Merkle tree root of the provided key-value pairs. If the bytecode is not a multiple of 16 KiB, the final leaf should be zero-padded rounding up to the nearest multiple of 8 bytes.","breadcrumbs":"Computing Identifiers » Contract ID » Contract ID","id":"38","title":"Contract ID"},"39":{"body":"For an input of type InputType.Coin or InputType.Message, input, the predicate owner is calculated as: sha256(0x4655454C ++ root(input.predicate)), where root is the Merkle root of the binary Merkle tree each leaf being 16KiB of instructions. If the bytecode is not a multiple of 16 KiB, the final leaf should be zero-padded rounding up to the nearest multiple of 8 bytes.","breadcrumbs":"Computing Identifiers » Predicate ID » Predicate ID","id":"39","title":"Predicate ID"},"4":{"body":"Sparse Merkle Tree - A test suite for verifying correctness of SMT outputs.","breadcrumbs":"Fuel Specifications » Testing","id":"4","title":"Testing"},"40":{"body":"The transaction ID (also called transaction hash ) of a transaction is computed as the hash of CHAIN_ID and the serialized transaction with fields zeroed out for signing (see different inputs and outputs for which fields are set to zero), and without witness data. In other words, only all non-witness data is hashed. sha256(CHAIN_ID ++ serialized_tx(tx))","breadcrumbs":"Computing Identifiers » Transaction ID » Transaction ID","id":"40","title":"Transaction ID"},"41":{"body":"","breadcrumbs":"Computing Identifiers » UTXO ID » UTXO ID","id":"41","title":"UTXO ID"},"42":{"body":"Is represented as an outpoint : a pair of transaction ID as byte[32] and output index as a uint16.","breadcrumbs":"Computing Identifiers » UTXO ID » Coin ID","id":"42","title":"Coin ID"},"43":{"body":"The ID of a message is computed as the hash of: the sender address as byte[32], the recipient address as byte[32], the Message nonce as byte[32], the amount being sent with the message as uint64, the message data as byte[] hash(byte[32] ++ byte[32] ++ byte[32] ++ uint64 ++ byte[]). The address values are serialized as a byte array of length 32 left-padded with zeroes, and all other value types are serialized according to the standard transaction serialization . Note that the message data length is not included since there is only one dynamically sized field and can be implicitly determined by the hash preimage size.","breadcrumbs":"Computing Identifiers » UTXO ID » Message ID","id":"43","title":"Message ID"},"44":{"body":"The nonce value for InputMessage is determined by the sending system and is published at the time the message is sent. The nonce value for OutputMessage is computed as the hash of the Transaction ID that emitted the message and the index of the message receipt uint16 (with canonical encoding): hash(byte[32] ++ canonical(uint16)).","breadcrumbs":"Computing Identifiers » UTXO ID » Message Nonce","id":"44","title":"Message Nonce"},"45":{"body":"The UTXO ID of collected fees in a block is the block height as a 32-byte big-endian unsigned integer (i.e. the first byte of the 32-byte array is the most significant byte, and so on).","breadcrumbs":"Computing Identifiers » UTXO ID » Fee ID","id":"45","title":"Fee ID"},"46":{"body":"Transaction Validity Cryptographic Primitives Storage Slot Initialization Block Header Format Relayer/Bridge","breadcrumbs":"Protocol » Protocol","id":"46","title":"Protocol"},"47":{"body":"Transaction Life Cycle Access Lists VM Precondition Validity Rules Base Sanity Checks Spending UTXOs and Created Contracts Sufficient Balance Valid Signatures Predicate Verification Script Execution VM Postcondition Validity Rules Correct Change State Changes","breadcrumbs":"Protocol » Transaction Validity Rules » Transaction Validity","id":"47","title":"Transaction Validity"},"48":{"body":"Once a transaction is seen, it goes through several stages of validation, in this order: Pre-checks Predicate verification Script execution Post-checks","breadcrumbs":"Protocol » Transaction Validity Rules » Transaction Life Cycle","id":"48","title":"Transaction Life Cycle"},"49":{"body":"The validity rules below assume sequential transaction validation for side effects (i.e. state changes). However, by construction, transactions with disjoint write access lists can be validated in parallel, including with overlapping read-only access lists. Transactions with overlapping write access lists must be validated and placed in blocks in topological order. UTXOs and contracts in the read-only and write-destroy access lists must exist (i.e. have been created previously) in order for a transaction to be valid. In other words, for a unique state element ID, the write-create must precede the write-destroy. Read-only access list: Write-destroy access list: For each input InputType.Coin The UTXO ID (txId, outputIndex) For each input InputType.Contract The UTXO ID (txId, outputIndex) For each input InputType.Message The message ID messageID Write-create access list: For each output OutputType.ContractCreated The contract ID contractID For each output The created UTXO ID Note that block proposers use the contract ID contractID for inputs and outputs of type InputType.Contract and OutputType.Contract rather than the pair of txId and outputIndex.","breadcrumbs":"Protocol » Transaction Validity Rules » Access Lists","id":"49","title":"Access Lists"},"5":{"body":"The Fuel Transaction Format. Consensus Parameters Transaction TransactionScript TransactionCreate TransactionMint TransactionUpgrade TransactionUpload TransactionBlob Input InputCoin InputContract InputMessage Output OutputCoin OutputContract OutputChange OutputVariable OutputContractCreated Witness Policy TXPointer","breadcrumbs":"Transaction Format » Transaction Format","id":"5","title":"Transaction Format"},"50":{"body":"This section defines VM precondition validity rules for transactions: the bare minimum required to accept an unconfirmed transaction into a mempool, and preconditions that the VM assumes to hold prior to execution. Chains of unconfirmed transactions are omitted. For a transaction tx, UTXO set state, contract set contracts, and message set messages, the following checks must pass. Note: InputMessages where input.dataLength > 0 are not dropped from the messages message set until they are included in a transaction of type TransactionType.Script with a ScriptResult receipt where result is equal to 0 indicating a successful script exit.","breadcrumbs":"Protocol » Transaction Validity Rules » VM Precondition Validity Rules","id":"50","title":"VM Precondition Validity Rules"},"51":{"body":"Base sanity checks are defined in the transaction format .","breadcrumbs":"Protocol » Transaction Validity Rules » Base Sanity Checks","id":"51","title":"Base Sanity Checks"},"52":{"body":"for input in tx.inputs: if input.type == InputType.Contract: if not input.contractID in contracts: return False elif input.type == InputType.Message: if not input.nonce in messages: return False else: if not (input.txId, input.outputIndex) in state: return False\nreturn True If this check passes, the UTXO ID (txId, outputIndex) fields of each contract input is set to the UTXO ID of the respective contract. The txPointer of each input is also set to the TX pointer of the UTXO with ID utxoID.","breadcrumbs":"Protocol » Transaction Validity Rules » Spending UTXOs and Created Contracts","id":"52","title":"Spending UTXOs and Created Contracts"},"53":{"body":"For each asset ID assetId in the input and output set: def gas_to_fee(gas, gasPrice) -> int: \"\"\" Converts gas units into a fee amount \"\"\" return ceil(gas * gasPrice / GAS_PRICE_FACTOR) def sum_data_messages(tx, assetId) -> int: \"\"\" Returns the total balance available from messages containing data \"\"\" total: int = 0 if assetId == 0: for input in tx.inputs: if input.type == InputType.Message and input.dataLength > 0: total += input.amount return total def sum_inputs(tx, assetId) -> int: total: int = 0 for input in tx.inputs: if input.type == InputType.Coin and input.assetId == assetId: total += input.amount elif input.type == InputType.Message and assetId == 0 and input.dataLength == 0: total += input.amount return total def transaction_size_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of a transaction based on size in bytes \"\"\" return size(tx) * GAS_PER_BYTE def minted(tx, assetId) -> int: \"\"\" Returns any minted amounts by the transaction \"\"\" if tx.type != TransactionType.Mint or assetId != tx.mintAssetId: return 0 return tx.mint_amount def sum_outputs(tx, assetId) -> int: total: int = 0 for output in tx.outputs: if output.type == OutputType.Coin and output.assetId == assetId: total += output.amount return total def input_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of verifying input utxos \"\"\" total: int = 0 witnessIndices = set() for input in tx.inputs: if input.type == InputType.Coin or input.type == InputType.Message: # add fees allocated for predicate execution if input.predicateLength == 0: # notate witness index if input is signed witnessIndices.add(input.witnessIndex) else: # add intrinsic gas cost of predicate merkleization based on number of predicate bytes total += contract_code_root_gas_fee(input.predicateLength) total += input.predicateGasUsed # add intrinsic cost of vm initialization total += vm_initialization_gas_fee() # add intrinsic cost of verifying witness signatures total += len(witnessIndices) * eck1_recover_gas_fee() return total def metadata_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of processing transaction outputs The `contract_code_root_gas_fee`, `sha256_gas_fee`, and `contract_state_root_gas_fee` are based on the benchmarked gas costs of these operations. Consensus parameters contain definitions of gas costs for all operations and opcodes in the network. \"\"\" total: int = 0 if tx.type == TransactionType.Create: for output in tx.outputs: if output.type == OutputType.OutputContractCreated: # add intrinsic cost of calculating the code root based on the size of the contract bytecode total += contract_code_root_gas_fee(tx.witnesses[tx.bytecodeWitnessIndex].dataLength) # add intrinsic cost of calculating the state root based on the number of sotrage slots total += contract_state_root_gas_fee(tx.storageSlotCount) # add intrinsic cost of calculating the contract id # size = 4 byte seed + 32 byte salt + 32 byte code root + 32 byte state root total += sha256_gas_fee(100) elif tx.type == TransactionType.Upgrade: if tx.upgradePurpose.type == UpgradePurposeType.ConsensusParameters: # add intrinsic cost of calculating the consensus parameters hash total += sha256_gas_fee(size(tx.witnesses[tx.upgradePurpose.witnessIndex].data)) elif tx.type == TransactionType.Upload: # add intrinsic cost of calculating the root based on the number of bytecode subsections total += contract_state_root_gas_fee(tx.subsectionsNumber) # add intrinsic cost of hashing the subsection for verification of the connection with Binary Merkle tree root total += sha256_gas_fee(size(tx.witnesses[tx.witnessIndex])) if tx.type != TransactionType.Mint: # add intrinsic cost of calculating the transaction id total += sha256_gas_fee(size(tx)) return total def intrinsic_gas_fees(tx) -> int: \"\"\" Computes intrinsic costs for a transaction \"\"\" fees: int = 0 # add the cost of initializing a vm for the script if tx.type == TransactionType.Create or tx.type == TransactionType.Script: fees += vm_initialization_gas_fee() fees += metadata_gas_fees(tx) fees += intrinsic_input_gas_fees(tx) return fees def min_gas(tx) -> int: \"\"\" Comutes the minimum amount of gas required for a transaction to begin processing. \"\"\" gas = transaction_size_gas_fees(tx) + intrinsic_gas_fees(tx) if tx.type == TransactionType.Upload # charge additionally for storing bytecode on chain gas += transaction_size_gas_fees(size(tx.witnesses[tx.witnessIndex])) return gas def max_gas(tx) -> int: \"\"\" Computes the amount of gas required to process a transaction. \"\"\" gas = min_gas(tx) gas = gas + (tx.witnessBytesLimit - tx.witnessBytes) * GAS_PER_BYTE if tx.type == TransactionType.Script: gas += tx.gasLimit return gas def maxFee(tx, assetId, gasPrice) -> int: \"\"\" Computes the maximum potential amount of fees that may need to be charged to process a transaction. \"\"\" maxGas = max_gas(tx) feeBalance = gas_to_fee(maxGas, gasPrice) # Only base asset can be used to pay for gas if assetId == 0: return feeBalance else: return 0 def available_balance(tx, assetId) -> int: \"\"\" Make the data message balance available to the script \"\"\" availableBalance = sum_inputs(tx, assetId) + sum_data_messages(tx, assetId) + minted(tx, assetId) return availableBalance def unavailable_balance(tx, assetId) -> int: sentBalance = sum_outputs(tx, assetId) # Total fee balance feeBalance = tx.policies.max_fee # Only base asset can be used to pay for gas if assetId == 0: return sentBalance + feeBalance return sentBalance # The sum_data_messages total is not included in the unavailable_balance since it is spendable as long as there # is enough base asset amount to cover gas costs without using data messages. Messages containing data can't\n# cover gas costs since they are retryable.\nreturn available_balance(tx, assetId) >= (unavailable_balance(tx, assetId) + sum_data_messages(tx, assetId))","breadcrumbs":"Protocol » Transaction Validity Rules » Sufficient Balance","id":"53","title":"Sufficient Balance"},"54":{"body":"def address_from(pubkey: bytes) -> bytes: return sha256(pubkey)[0:32] for input in tx.inputs: if (input.type == InputType.Coin or input.type == InputType.Message) and input.predicateLength == 0: # ECDSA signatures must be 64 bytes if tx.witnesses[input.witnessIndex].dataLength != 64: return False # Signature must be from owner if address_from(ecrecover_k1(txhash(), tx.witnesses[input.witnessIndex].data)) != input.owner: return False\nreturn True Signatures and signature verification are specified here . The transaction hash is computed as defined here .","breadcrumbs":"Protocol » Transaction Validity Rules » Valid Signatures","id":"54","title":"Valid Signatures"},"55":{"body":"For each input of type InputType.Coin or InputType.Message, and predicateLength > 0, verify its predicate .","breadcrumbs":"Protocol » Transaction Validity Rules » Predicate Verification","id":"55","title":"Predicate Verification"},"56":{"body":"Given transaction tx, the following checks must pass: If tx.scriptLength == 0, there is no script and the transaction defines a simple balance transfer, so no further checks are required. If tx.scriptLength > 0, the script must be executed. For each asset ID assetId in the input set, the free balance available to be moved around by the script and called contracts is freeBalance[assetId]. The initial message balance available to be moved around by the script and called contracts is messageBalance: freeBalance[assetId] = available_balance(tx, assetId) - unavailable_balance(tx, assetId)\nmessageBalance = sum_data_messages(tx, 0) Once the free balances are computed, the script is executed . After execution, the following is extracted: The transaction in-memory on VM termination is used as the final transaction which is included in the block. The unspent free balance unspentBalance for each asset ID. The unspent gas unspentGas from the $ggas register. size(tx) encompasses the entire transaction serialized according to the transaction format, including witness data. This ensures every byte of block space either on Fuel or corresponding DA layer can be accounted for. If the transaction as included in a block does not match this final transaction, the block is invalid.","breadcrumbs":"Protocol » Transaction Validity Rules » Script Execution","id":"56","title":"Script Execution"},"57":{"body":"The cost of a transaction can be described by: def cost(tx, gasPrice) -> int: return gas_to_fee(min_gas(tx) + tx.gasLimit - unspentGas, gasPrice) where: min_gas(tx) is the minimum cost of the transaction in gas, including intrinsic gas fees incurred from: The number of bytes comprising the transaction Processing inputs, including predicates Processing outputs VM initialization unspentGas is the amount gas left over after intrinsic fees and execution of the transaction, extracted from the $ggas register. Converting unspent gas to a fee describes how much \"change\" is left over from the user's payment; the block producer collects this unspent gas as reward. gas_to_fee is a function that converts gas to a concrete fee based on a given gas price. Fees incurred by transaction processing outside the context of execution are collectively referred to as intrinsic fees. Intrinsic fees include the cost of storing the transaction, calculated on a per-byte basis, the cost of processing inputs and outputs, including predicates and signature verification, and initialization of the VM prior to any predicate or script execution. Because intrinsic fees are independent of execution, they can be determined a priori and represent the bare minimum cost of the transaction. A naturally occurring result of a variable gas limit is the concept of minimum and maximum fees. The minimum fee is, thus, the exact fee required to pay the fee balance, while the maximum fee is the minimum fee plus the gas limit: min_gas = min_gas(tx)\nmax_gas = min_gas + (tx.witnessBytesLimit - tx.witnessBytes) * GAS_PER_BYTE + tx.gasLimit\nmin_fee = gas_to_fee(min_gas, gasPrice)\nmax_fee = gas_to_fee(max_gas, gasPrice) The cost of the transaction cost(tx) must lie within the range defined by [min_fee, max_fee]. min_gas is defined as the sum of all intrinsic costs of the transaction known prior to execution. The definition of max_gas illustrates that the delta between minimum gas and maximum gas is the sum of: The remaining allocation of witness bytes, converted to gas The user-defined tx.gasLimit Note that gasLimit applies to transactions of type Script. gasLimit is not applicable for transactions of type Create and is defined to equal 0 in the above formula. A transaction cost cost(tx), in gas, greater than max_gas is invalid and must be rejected; this signifies that the user must provide a higher gas limit for the given transaction. min_fee is the minimum reward the producer is guaranteed to collect, and max_fee is the maximum reward the producer is potentially eligible to collect. In practice, the user is always charged intrinsic fees; thus, unspentGas is the remainder of max_gas after intrinsic fees and the variable cost of execution. Calculating a conversion from unspentGas to an unspent fee describes the reward the producer will collect in addition to min_fee.","breadcrumbs":"Protocol » Transaction Validity Rules » Fees","id":"57","title":"Fees"},"58":{"body":"This section defines VM postcondition validity rules for transactions: the requirements for a transaction to be valid after it has been executed. Given transaction tx, state state, and contract set contracts, the following checks must pass.","breadcrumbs":"Protocol » Transaction Validity Rules » VM Postcondition Validity Rules","id":"58","title":"VM Postcondition Validity Rules"},"59":{"body":"If change outputs are present, they must have: if the transaction does not revert; if the asset ID is 0; an amount of unspentBalance + floor((unspentGas * gasPrice) / GAS_PRICE_FACTOR) otherwise; an amount of the unspent free balance for that asset ID after VM execution is complete if the transaction reverts; if the asset ID is 0; an amount of the initial free balance plus (unspentGas * gasPrice) - messageBalance otherwise; an amount of the initial free balance for that asset ID.","breadcrumbs":"Protocol » Transaction Validity Rules » Correct Change","id":"59","title":"Correct Change"},"6":{"body":"name type description GAS_PER_BYTE uint64 Gas charged per byte of the transaction. GAS_PRICE_FACTOR uint64 Unit factor for gas price. MAX_GAS_PER_TX uint64 Maximum gas per transaction. MAX_INPUTS uint64 Maximum number of inputs. MAX_OUTPUTS uint64 Maximum number of outputs. MAX_PREDICATE_LENGTH uint64 Maximum length of predicate, in instructions. MAX_GAS_PER_PREDICATE uint64 Maximum gas per predicate. MAX_PREDICATE_DATA_LENGTH uint64 Maximum length of predicate data, in bytes. MAX_SCRIPT_LENGTH uint64 Maximum length of script, in instructions. MAX_SCRIPT_DATA_LENGTH uint64 Maximum length of script data, in bytes. MAX_MESSAGE_DATA_LENGTH uint64 Maximum length of message data, in bytes. MAX_STORAGE_SLOTS uint64 Maximum number of initial storage slots. MAX_TRANSACTION_SIZE uint64 Maximum size of a transaction, in bytes. MAX_WITNESSES uint64 Maximum number of witnesses. MAX_BYTECODE_SUBSECTIONS uint64 Maximum number of bytecode subsections. CHAIN_ID uint64 A unique per-chain identifier. BASE_ASSET_ID bytes32 The base asset of the chain. PRIVILEGED_ADDRESS bytes32 The privileged address of the network who can perform upgrade.","breadcrumbs":"Transaction Format » Consensus Parameters » Consensus Parameters","id":"6","title":"Consensus Parameters"},"60":{"body":"Transaction processing is completed by removing spent UTXOs from the state and adding created UTXOs to the state.","breadcrumbs":"Protocol » Transaction Validity Rules » State Changes","id":"60","title":"State Changes"},"61":{"body":"The coinbase transaction is a mechanism for block creators to collect transaction fees. In order for a coinbase transaction to be valid: It must be a Mint transaction. The coinbase transaction must be the last transaction within a block, even if there are no other transactions in the block and the fee is zero. The mintAmount doesn't exceed the total amount of fees processed from all other transactions within the same block. The mintAssetId matches the assetId that fees are paid in (assetId == 0). The minted amount of the coinbase transaction intrinsically increases the balance corresponding to the inputContract. This means the balance of mintAssetId is directly increased by mintAmount on the input contract, without requiring any VM execution. Compared to coin outputs, intrinsically increasing a contract balance to collect coinbase amounts prevents the accumulation of dust during low-usage periods.","breadcrumbs":"Protocol » Transaction Validity Rules » Coinbase Transaction","id":"61","title":"Coinbase Transaction"},"62":{"body":"Hashing Merkle Trees Binary Merkle Tree Sparse Merkle Tree EcDSA Public-Key Cryptography EdDSA Public-Key Cryptography","breadcrumbs":"Protocol » Cryptographic Primitives » Cryptographic Primitives","id":"62","title":"Cryptographic Primitives"},"63":{"body":"All hashing is done with SHA-2-256 (also known as SHA-256), defined in FIPS 180-4 .","breadcrumbs":"Protocol » Cryptographic Primitives » Hashing","id":"63","title":"Hashing"},"64":{"body":"Output of the hashing function. Exactly 256 bits (32 bytes) long.","breadcrumbs":"Protocol » Cryptographic Primitives » HashDigest","id":"64","title":"HashDigest"},"65":{"body":"Two Merkle tree structures are used: a Binary Merkle Tree (to commit to bytecode) and a Sparse Merkle Tree (to commit to contract storage, i.e. state).","breadcrumbs":"Protocol » Cryptographic Primitives » Merkle Trees","id":"65","title":"Merkle Trees"},"66":{"body":"Binary Merkle trees are constructed in the same fashion as described in Certificate Transparency (RFC-6962) , except for using a different hashing function . Leaves are hashed once to get leaf node values and internal node values are the hash of the concatenation of their children (either leaf nodes or other internal nodes). Nodes contain a single field: name type description v HashDigest Node value. The base case (an empty tree) is defined as the hash of the empty string: node.v = 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 For leaf node node of leaf data d: node.v = h(0x00, serialize(d)) For internal node node with children l and r: node.v = h(0x01, l.v, r.v) Note that rather than duplicating the last node if there are an odd number of nodes (the Bitcoin design ), trees are allowed to be imbalanced. In other words, the height of each leaf may be different. For an example, see Section 2.1.3 of Certificate Transparency (RFC-6962) . Leaves and internal nodes are hashed differently: the one-byte 0x00 is prepended for leaf nodes while 0x01 is prepended for internal nodes. This avoids a second-preimage attack where internal nodes are presented as leaves trees with leaves at different heights. Binary Merkle Tree Inclusion Proofs name type description root HashDigest [] The expected root of the Merkle tree. data Bytes The data of the leaf (unhashed). siblings HashDigest [] Sibling hash values, ordered starting from the leaf's neighbor. A proof for a leaf in a binary Merkle tree , as per Section 2.1.1 of Certificate Transparency (RFC-6962) . In some contexts, the array of sibling hashes is also known as the proof set. Note that proof format prescribes that leaf data be in its original, unhashed state, while the proof set (array of sibling data) uses hashed data. This format precludes the proof set from itself including the leaf data from the leaf undergoing the proof; rather, proof verification explicitly requires hashing the leaf data during the calculation of the proof set root.","breadcrumbs":"Protocol » Cryptographic Primitives » Binary Merkle Tree","id":"66","title":"Binary Merkle Tree"},"67":{"body":"Sparse Merkle Trees (SMTs) are sparse , i.e. they contain mostly empty leaves. They can be used as key-value stores for arbitrary data, as each leaf is keyed by its index in the tree. Storage efficiency is achieved through clever use of implicit defaults, avoiding the need to store empty leaves. Additional rules are added on top of plain binary Merkle trees : Default values are given to leaf nodes with empty leaves. While the above rule is sufficient to pre-compute the values of intermediate nodes that are roots of empty subtrees, a further simplification is to extend this default value to all nodes that are roots of empty subtrees. The 32-byte zero, i.e. 0x0000000000000000000000000000000000000000000000000000000000000000, is used as the default value. This rule takes precedence over the above one. The number of hashing operations can be reduced to be logarithmic in the number of non-empty leaves on average, assuming a uniform distribution of non-empty leaf keys. An internal node that is the root of a subtree that contains exactly one non-empty leaf is replaced by that leaf's leaf node. Nodes contain a single field: name type description v HashDigest Node value. In the base case, where a sparse Merkle tree has height = 0, the root of a tree is defined as the hash of the empty string: node.v = 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 When a sparse Merkle tree has a height of 0, it can have no leaves, and, therefore, no default value children. The root is then calculated as the hash of the empty string, similar to that of an empty binary Merkle tree. For a tree with height > 0, the root of an empty tree is defined as the default value: node.v = 0x0000000000000000000000000000000000000000000000000000000000000000 Note that this is in contrast to the base case of the sparse and binary Merkle trees, where the root is the hash of the empty string. When a sparse Merkle tree has a height greater than 0, a new tree instance is composed of default value leaves. Nodes containing only default value children have the default value as well. Applying these rules recursively percolates the default value up to the tree's root. For leaf node node of leaf data d with key k: node.v = h(0x00, k, h(serialize(d))) The key of leaf nodes must be prepended, since the index of a leaf node that is not at maximum depth cannot be determined without this information. Leaf values are hashed so that they do not need to be included in full in non-membership proofs. For internal node node with children l and r: node.v = h(0x01, l.v, r.v) Insertion Before insertion of the key-value pair, each key of the Sparse Merkle Tree should be hashed with sha256 to prevent tree structure manipulations. During the proof verification, the original leaf key should be hashed similarly. Otherwise, the root will not match. Sparse Merkle Tree Inclusion Proofs SMTs can further be extended with compact proofs. Merkle proofs are composed, among other things, of a list of sibling node values. We note that, since nodes that are roots of empty subtrees have known values (the default value), these values do not need to be provided explicitly; it is sufficient to simply identify which siblings in the Merkle branch are roots of empty subtrees, which can be done with one bit per sibling. For a Merkle branch of height h, an h-bit value is appended to the proof. The lowest bit corresponds to the sibling of the leaf node, and each higher bit corresponds to the next parent. A value of 1 indicates that the next value in the list of values provided explicitly in the proof should be used, and a value of 0 indicates that the default value should be used. A proof into an SMT is structured as: name type description depth uint16 Depth of the leaf node. The root node is at depth 0. Must be <= 256. siblings HashDigest [] Sibling hash values, ordered starting from the leaf's neighbor. includedSiblings byte[32] Bitfield of explicitly included sibling hashes. The includedSiblings is ordered by most-significant-byte first, with each byte ordered by most-significant-bit first. The lowest bit corresponds to the leaf node level. A specification describing a suite of test vectors and outputs of a Sparse Merkle Tree is here .","breadcrumbs":"Protocol » Cryptographic Primitives » Sparse Merkle Tree","id":"67","title":"Sparse Merkle Tree"},"68":{"body":"Consensus-critical data is authenticated using ECDSA , with the curve secp256k1 . A highly-optimized library is available in C , with wrappers in Go and Rust . Public keys are encoded in uncompressed form, as the concatenation of the x and y values. No prefix is needed to distinguish between encoding schemes as this is the only encoding supported. Deterministic signatures ( RFC-6979 ) should be used when signing, but this is not enforced at the protocol level as it cannot be. Signatures are represented as the r and s (each 32 bytes), and v (1-bit) values of the signature. r and s take on their usual meaning (see: SEC 1, 4.1.3 Signing Operation ), while v is used for recovering the public key from a signature more quickly (see: SEC 1, 4.1.6 Public Key Recovery Operation ). Only low-s values in signatures are valid (i.e. s <= secp256k1.n//2); s can be replaced with -s mod secp256k1.n during the signing process if it is high. Given this, the first bit of s will always be 0, and can be used to store the 1-bit v value. v represents the parity of the Y component of the point, 0 for even and 1 for odd. The X component of the point is assumed to always be low, since the possibility of it being high is negligible . Putting it all together, the encoding for signatures is: | 32 bytes || 32 bytes |\n[256-bit r value][1-bit v value][255-bit s value] This encoding scheme is derived from EIP 2098: Compact Signature Representation .","breadcrumbs":"Protocol » Cryptographic Primitives » ECDSA Public-Key Cryptography","id":"68","title":"ECDSA Public-Key Cryptography"},"69":{"body":"Ed25519 is supported for use by applications built on Fuel. Edwards curve operations are performed by the ed25519-dalek Rust library. Public keys are encoded in compressed form as specified by the Ed25519 format RFC-8032 5.1.5 . Point compression is performed by replacing the most significant bit in the final octet of the y coordinate with the sign bit from the x coordinate: let mut pk = y;\npk ^= x.is_negative().unwrap_u8() << 7; Public keys are required to be strong enough to prevent malleability, and are checked for weakness during signature verification. Signatures are 64 bytes, represented as the concatenation of R (32 bytes) and S (32 bytes) Where R and S are defined in RFC-8032 5.1.6 . Signatures must conform to strict verification requirements to avoid malleability concerns. While this is not part of the original Ed25519 specification, it has become a growing concern especially in cryptocurrency applications.","breadcrumbs":"Protocol » Cryptographic Primitives » EdDSA Public-Key Cryptography","id":"69","title":"EdDSA Public-Key Cryptography"},"7":{"body":"enum TransactionType : uint8 { Script = 0, Create = 1, Mint = 2, Upgrade = 3, Upload = 4, Blob = 5,\n} name type description type TransactionType Transaction type. data One of TransactionScript , TransactionCreate , TransactionMint , TransactionUpgrade , or TransactionUpload Transaction data. Given helper max_gas() returns the maximum gas that the transaction can use. Given helper count_ones() that returns the number of ones in the binary representation of a field. Given helper count_variants() that returns the number of variants in an enum. Given helper sum_variants() that sums all variants of an enum. Transaction is invalid if: type is not valid TransactionType value inputsCount > MAX_INPUTS outputsCount > MAX_OUTPUTS witnessesCount > MAX_WITNESSES size > MAX_TRANSACTION_SIZE. The size of a transaction is calculated as the sum of the sizes of its static and dynamic parts, as determined by canonical serialization. No inputs are of type InputType.Coin or InputType.Message with input.dataLength == 0 More than one output is of type OutputType.Change for any asset ID in the input set More than one output is of type OutputType.Change with identical asset_id fields. Any output is of type OutputType.Change for any asset ID not in the input set More than one input of type InputType.Coin for any Coin ID in the input set More than one input of type InputType.Contract for any Contract ID in the input set More than one input of type InputType.Message for any Message ID in the input set if type != TransactionType.Mint max_gas(tx) > MAX_GAS_PER_TX No policy of type PolicyType.MaxFee is set count_ones(policyTypes) > count_variants(PolicyType) policyTypes > sum_variants(PolicyType) len(policies) > count_ones(policyTypes) When serializing a transaction, fields are serialized as follows (with inner structs serialized recursively): uint8, uint16, uint32, uint64: big-endian right-aligned to 8 bytes. byte[32]: as-is. byte[]: as-is, with padding zeroes aligned to 8 bytes. When deserializing a transaction, the reverse is done. If there are insufficient bytes or too many bytes, the transaction is invalid.","breadcrumbs":"Transaction Format » Transaction » Transaction","id":"7","title":"Transaction"},"70":{"body":"Contracts can request that certain storage slots are initialized to specific values. These initialized slots are represented in JSON format as an array where each element represents a storage slot and has the following properties: \"key\": String, a 32-byte key for a given storage slot; \"value\": String, a 32-byte value that initializes the slot; For instance, the following is a JSON object that requests that the 3 storage slots with keys 0x11..11, 0x22..22, and 0x33..33, are respectively initialized to the values indicated. [ { \"key\": \"0x1111111111111111111111111111111111111111111111111111111111111111\", \"value\": \"0x1010101010101010101010101010101010101010101010101010101010101010\" }, { \"key\": \"0x2222222222222222222222222222222222222222222222222222222222222222\", \"value\": \"0x2020202020202020202020202020202020202020202020202020202020202020\" }, { \"key\": \"0x3333333333333333333333333333333333333333333333333333333333333333\", \"value\": \"0x0303030303030303030303030303030303030303030303030303030303030303\" },\n]","breadcrumbs":"Protocol » Storage Slot Initialization » JSON Format for Contract Storage Initializers","id":"70","title":"JSON Format for Contract Storage Initializers"},"71":{"body":"","breadcrumbs":"Protocol » Block Header Format » Block Header","id":"71","title":"Block Header"},"72":{"body":"The application header is a network-agnostic block header. Different networks may wrap the application header in a consensus header, depending on their consensus protocol. name type description da_height uint64 Height of the data availability layer up to which (inclusive) input messages are processed. consensusParametersVersion uint32 The version of the consensus parameters used to execute this block. stateTransitionBytecodeVersion uint32 The version of the state transition bytecode used to execute this block. txCount uint16 Number of transaction s in this block. message_receipt_count uint32 Number of output message s in this block. txRoot byte[32] Merkle root of transaction s in this block. message_outbox_root byte[32] Merkle root of output message s messageId in this block. event_inbox_root byte[32] Merkle root of all events imported from L1 in this block. The order of the events added to the Merkle tree is the L1 block order, and the index of each event within each block","breadcrumbs":"Protocol » Block Header Format » Application Header","id":"72","title":"Application Header"},"73":{"body":"The Fuel relayer/bridge protocol is a set of rules that govern the interaction between the Fuel blockchain and the Layer 1 (L1) blockchain (e.g. Ethereum). The Fuel blockchain can emit messages that will be processed by the smart contract on the L1 blockchain. The smart contract on the L1 can also emit events that will be processed by the Fuel blockchain. This is used to move any data between the L1 blockchain and the Fuel blockchain.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Layer 1 Relayer/Bridge Protocol","id":"73","title":"Layer 1 Relayer/Bridge Protocol"},"74":{"body":"The message outbox is the set of messages sent to the L1 blockchain from the Fuel blockchain.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Fuel Message Outbox","id":"74","title":"Fuel Message Outbox"},"75":{"body":"The event inbox is the set of events received from the L1 blockchain by the Fuel blockchain. The block producer will receive a list of events from the L1 by some relayer, and then include the merkle root of the events in the block header. There are two types of events that can be received from the L1: Messages Transactions","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Fuel Event Inbox","id":"75","title":"Fuel Event Inbox"},"76":{"body":"An arbitrary message sent from the L1 to the Fuel blockchain. This can be used to move assets from the L1 to the Fuel blockchain or send other arbitrary information to the Fuel blockchain. name type description sender bytes[32] The identity of the sender of the message on the L1 recipient bytes[32] The recipient of the message on the Fuel Blockchain nonce bytes[32] Unique identifier of the message assigned by the L1 contract amount uint64 The amount of the base asset transfer data byte[] Arbitrary message data","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Messages","id":"76","title":"Messages"},"77":{"body":"These are transactions that are submitted on the L1 that must be executed on the Fuel blockchain. This \"Forced Transaction Inclusion\" is a security feature that allows participants of the Fuel Blockchain to access their funds in the (unlikely) event that the Fuel blockchain block production is compromised or malicious, e.g. the block producer is censoring transactions. name type description nonce bytes[32] Unique identifier of the transaction assigned by the L1 contract max_gas uint64 The maximum amount of gas allowed to use on Fuel Blockchain serialized_transaction byte[] The serialized transaction bytes following canonical serialization The serialized_transaction can be any transaction variant except the Mint transaction, which is only ever created by the block producer. Mint transactions will be rejected by the Fuel blockchain if they are relayed from the L1.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Transactions","id":"77","title":"Transactions"},"78":{"body":"It is important that the L1 events are ordered correctly when they are relayed to the Fuel blockchain. The events will be ordered by the L1 block height and then by the index of the event within the block. The order is important because a merkle root will be generated each time events from L1 are included in a Fuel block. This merkle root can later be used to prove that an arbitrary event was included on that block without having to store every event on the block header explicitly. Just the merkle root will be on the block header . The order of the events affects the value of the merkle root.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Ordering","id":"78","title":"Ordering"},"79":{"body":"This document describes and specifies the ABI (Application Binary Interface) of the FuelVM, the Sway programming language, and contracts written in Sway. JSON ABI Format Receipts Function Selector Encoding Argument Encoding Hash Based Ids","breadcrumbs":"Application Binary Interface (ABI) » Application Binary Interface (ABI)","id":"79","title":"Application Binary Interface (ABI)"},"8":{"body":"enum ReceiptType : uint8 { Call = 0, Return = 1, ReturnData = 2, Panic = 3, Revert = 4, Log = 5, LogData = 6, Transfer = 7, TransferOut = 8, ScriptResult = 9, MessageOut = 10, Mint = 11, Burn = 12,\n} name type description scriptGasLimit uint64 Gas limits the script execution. receiptsRoot byte[32] Merkle root of receipts. scriptLength uint64 Script length, in instructions. scriptDataLength uint64 Length of script input data, in bytes. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. script byte[] Script to execute. scriptData byte[] Script input data (parameters). policies Policy [] List of policies, sorted by PolicyType. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Given helper len() that returns the number of bytes of a field. Transaction is invalid if: Any output is of type OutputType.ContractCreated scriptLength > MAX_SCRIPT_LENGTH scriptDataLength > MAX_SCRIPT_DATA_LENGTH scriptLength * 4 != len(script) scriptDataLength != len(scriptData) Note: when signing a transaction, receiptsRoot is set to zero. Note: when verifying a predicate or executing a script, receiptsRoot is initialized to zero. The receipts root receiptsRoot is the root of the binary Merkle tree of receipts. If there are no receipts, its value is set to the root of the empty tree, i.e. 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.","breadcrumbs":"Transaction Format » Transaction » TransactionScript","id":"8","title":"TransactionScript"},"80":{"body":"The JSON of an ABI is the human-readable representation of the interface of a Sway contract.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Format","id":"80","title":"JSON ABI Format"},"81":{"body":"Current specVersion is 1.0 The version above should be updated each time this spec changes and the JSON ABI generator should be updated with the new changes along with an increment in the spec version.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Spec Version","id":"81","title":"Spec Version"},"82":{"body":"Before describing the format of the JSON ABI, we provide some definitions that will make the JSON ABI spec easier to read. Given the example below: struct Foo { x: bool }\nstruct Bar { y: T } fn baz(input1: Foo, input2: Bar); // an ABI function we define the following expressions: type concrete declaration : the declaration or definition of a type which can be generic. struct Foo { .. } and struct Bar { .. } in the example above are both type declarations. Note that generic types may have multiple type concrete declaration . type metadata declaration : the declaration or definition of a type which can be generic. struct Foo { .. } and struct Bar { .. } in the example above are both type declarations. The metadata declaration contains component details about the type. And a single type metadata declaration is generated per type, even for generic types. type application : the application or use of a type. Foo and Bar in fn baz(input1: Foo, input2: Bar); in the example above are both applications of the type declarations struct Foo { .. } and struct Bar { .. } respectively. type parameter : a generic parameter used in a type declaration. T in struct Bar in the example above is a type parameter. type argument : an application of a type parameter used in a type application. u64 in input2: Bar in the example above is a type argument.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Notation","id":"82","title":"Notation"},"83":{"body":"The ABI of a contract is represented as a JSON object containing the following properties: \"specVersion\": a string representing the version pointing to this document versioning. specVersion enables the reader of the JSON ABI to find the correct specification for that file, this can be done by comparing it to value in spec version . \"encodingVersion\": a string representing the version of the ABIEncode and ABIDecode used in this program. \"programType\": a string that can be \"script\", \"contract\", \"predicate\", \"library\". This is used by the SDK to generate types without having to manually specify the program type. \"concreteTypes\": an array describing all the type concrete declarations used (or transitively used) in the ABI. Each type concrete declaration is a JSON object that contains the following properties: \"type\": a string representing the type, the sha256 of this string generates the concreteTypeId. \"concreteTypeId\": a unique string hash based ID. Generated as specified in Hash Based Ids . \"metadataTypeId\": the type metadata declaration ID of this type, if the type metadata has components or is generic, otherwise nonexistent. \"typeArguments\": an array of type concrete declarations hash based IDs of the type parameters of the type, if the type is generic, otherwise nonexistent. \"metadataTypes\": an array describing all the type metadata declarations used (or transitively used) in the ABI. Each type metadata declaration is a JSON object that contains the following properties: \"type\": a string representation of the type metadata declaration . The section JSON ABI Format for Each Possible Metadata Type Declaration specifies the format for each possible type. \"metadataTypeId\": a unique integer ID. \"components\": an array of the components of a given type, if any, otherwise nonexistent. Each component is a type application represented as a JSON object that contains the following properties: \"name\": the name of the component. \"typeId\": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component. \"typeArguments\": an array of the type arguments used when applying the type of the component, if the type is generic, otherwise nonexistent. Each type argument is a type application represented as a JSON object that contains the following properties: \"typeId\": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component. \"typeArguments\": an array of the type arguments used when applying the type of the type argument , if the type is generic, otherwise nonexistent. The format of the elements of this array recursively follows the rules described in this section. \"typeParameters\": an array of type metadata declaration ID of the type parameters of the type, if the type is generic, otherwise nonexistent. Each type parameter is a type declaration and is represented as described in Generic Type Parameter . \"functions\": an array describing all the functions in the ABI. Each function is a JSON object that contains the following properties: \"name\": the name of the function \"inputs\": an array of objects that represents the inputs to the function (i.e. its parameters). Each input is a type application represented as a JSON object that contains the following properties: \"name\": the name of the input. \"concreteTypeId\": the type concrete declaration hash based ID of the type of the input. \"output\": the type concrete declaration hash based ID of the type being returned by the function. \"attributes\": an optional array of attributes . Each attribute is explained in the dedicated section and is represented as a JSON object that contains the following properties: \"name\": the name of the attribute. \"arguments\": an array of attribute arguments. \"loggedTypes\": an array describing all instances of log or logd in the contract's bytecode. Each instance is a JSON object that contains the following properties: \"logId\": a string containing the 64bit hash based decimal ID calculated from the first 8 bytes of the sha256 of a string that represents the type logged as defined in Hash Based Ids . The log and logd instructions must set their $rB register to that ID. \"concreteTypeId\": the type concrete declaration hash based ID of the value being logged. \"messagesTypes\": an array describing all instances of smo in the contract's bytecode. Each instance is a JSON object that contains the following properties: \"message_id\": a unique string ID. \"concreteTypeId\": the type concrete declaration hash based ID of the message data being sent. \"configurables\": an array describing all configurable variables used in the contract. Each configurable variable is represented as a JSON object that contains the following properties: \"name\": the name of the configurable variable. \"concreteTypeId\": the type concrete declaration hash based ID of the type of the configurable variable. \"offset\": the specific offset within the contract's bytecode, in bytes, to the data section entry for the configurable variable. Note : This JSON should be both human-readable and parsable by the tooling around the FuelVM and the Sway programming language. There is a detailed specification for the binary encoding backing this readable descriptor. The Function Selector Encoding section specifies the encoding for the function being selected to be executed and each of the argument types.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Spec","id":"83","title":"JSON ABI Spec"},"84":{"body":"Attribute name Attribute arguments Semantics storage read and/or write Specifies if a function reads or writes to/from storage payable None Specifies if a function can accept coins: a function without payable attribute must not accept coins test None Specifies if a function is a unit test inline never or always, but not both Specifies if a function should be inlined during code generation doc-comment String Documentation comment doc Not defined yet Not defined yet","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Attributes Semantics","id":"84","title":"Attributes Semantics"},"85":{"body":"Below is a simple example showing how the JSON ABI for an example that does not use generic or complex types. We will later go over more complex examples. abi MyContract { fn first_function(arg: u64) -> bool; fn second_function(arg: b256);\n} the JSON representation of this ABI looks like: { \"concreteTypes\": [ { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"metadataTypes\": [], \"functions\": [ { \"inputs\": [ { \"name\": \"arg\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" } ], \"name\": \"first_function\", \"output\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"inputs\": [ { \"name\": \"arg\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" } ], \"name\": \"second_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » A Simple Example","id":"85","title":"A Simple Example"},"86":{"body":"Below is a list of the JSON ABI formats for each possible metadata type declaration:","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Format for Each Possible Metadata Type Declaration","id":"86","title":"JSON ABI Format for Each Possible Metadata Type Declaration"},"87":{"body":"{ \"metadataTypeId\": , \"type\": \"struct \", \"components\": [ { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ], \"typeParameters\": [ , , ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » struct","id":"87","title":"struct"},"88":{"body":"{ \"metadataTypeId\": , \"type\": \"enum \", \"components\": [ { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ], \"typeParameters\": [ , , ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » enum","id":"88","title":"enum"},"89":{"body":"{ \"metadataTypeId\": , \"type\": \"[_; ]\", \"components\": [ { \"name\": \"__array_element\", \"typeId\": \"\", \"typeArguments\": ... } { \"name\": \"__array_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ]\n} is the size of the array.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » array","id":"89","title":"array"},"9":{"body":"name type description bytecodeWitnessIndex uint16 Witness index of contract bytecode to create. salt byte[32] Salt. storageSlotsCount uint64 Number of storage slots to initialize. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. storageSlots (byte[32], byte[32]])[] List of storage slots to initialize (key, value). policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message Any output is of type OutputType.Change with non-base asset_id It does not have exactly one output of type OutputType.ContractCreated tx.data.witnesses[bytecodeWitnessIndex].dataLength > CONTRACT_MAX_SIZE bytecodeWitnessIndex >= tx.witnessesCount The keys of storageSlots are not in ascending lexicographic order The computed contract ID (see below) is not equal to the contractID of the one OutputType.ContractCreated output storageSlotsCount > MAX_STORAGE_SLOTS The Sparse Merkle tree root of storageSlots is not equal to the stateRoot of the one OutputType.ContractCreated output Creates a contract with contract ID as computed here .","breadcrumbs":"Transaction Format » Transaction » TransactionCreate","id":"9","title":"TransactionCreate"},"90":{"body":"{ \"metadataTypeId\": , \"type\": \"(_, _, ...)\", \"components\": [ { \"name\": \"__tuple_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"__tuple_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » tuple","id":"90","title":"tuple"},"91":{"body":"{ \"metadataTypeId\": , \"type\": \"generic \"\n} is the name of the generic parameter as specified in the struct or enum declaration that uses it.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Generic Type Parameter","id":"91","title":"Generic Type Parameter"},"92":{"body":"","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Some Complex Examples","id":"92","title":"Some Complex Examples"},"93":{"body":"Given the following ABI declaration: enum MyEnum { Foo: u64, Bar: bool,\n} struct MyStruct { bim: u64, bam: MyEnum,\n} abi MyContract { /// this is a doc comment #[payable, storage(read, write)] fn complex_function( arg1: ([str[5]; 3], bool, b256), arg2: MyStruct, );\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"([str[5]; 3], bool, b256)\", \"concreteTypeId\": \"625531542be70834dd127e771101ac1014111718451bfae996d97abe700c66a5\", \"metadataTypeId\": 1, }, { \"type\": \"str[5]\", \"concreteTypeId\": \"84877f6e98274b9e4721db68b4c0bdb9e52b8e9572c5bd7811c07a41ced882c7\", }, { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"392d58c694d2d91f3025f2bccfadacf2a105936f5da881b0899185d49f264522\", \"metadataTypeId\": 4, }, { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"(_, _, _)\", \"components\": [ { \"name\": \"__tuple_element\", \"typeId\": 2, }, { \"name\": \"__tuple_element\", \"typeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", }, { \"name\": \"__tuple_element\", \"typeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\", } ] }, { \"metadataTypeId\": 2, \"type\": \"[_; 3]\", \"components\": [ { \"name\": \"__array_element\", \"typeId\": \"84877f6e98274b9e4721db68b4c0bdb9e52b8e9572c5bd7811c07a41ced882c7\", } ] }, { \"metadataTypeId\": 3, \"type\": \"enum MyEnum\", \"components\": [ { \"name\": \"Foo\", \"typeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"name\": \"Bar\", \"typeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", } ] }, { \"metadataTypeId\": 4, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"bim\", \"typeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"name\": \"bam\", \"typeId\": 3, } ] }, ], \"functions\": [ { \"inputs\": [ { \"name\": \"arg1\", \"concreteTypeId\": \"625531542be70834dd127e771101ac1014111718451bfae996d97abe700c66a5\", }, { \"name\": \"arg2\", \"concreteTypeId\": \"392d58c694d2d91f3025f2bccfadacf2a105936f5da881b0899185d49f264522\" } ], \"name\": \"complex_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", \"attributes\": [ { \"name\": \"doc-comment\", \"arguments\": [\" this is a doc comment\"] }, { \"name\": \"payable\", }, { \"name\": \"storage\", \"arguments\": [\"read\", \"write\"] } ] } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Non-Generic Custom Types","id":"93","title":"An Example with Non-Generic Custom Types"},"94":{"body":"Given the following ABI declaration: enum MyEnum { Foo: T, Bar: U,\n}\nstruct MyStruct { bam: MyEnum,\n} abi MyContract { fn complex_function( arg1: MyStruct, );\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"3ddd5c1768dd7869663dc2f868ea8a8ce68bd6064244dbc4286e2c921c8ce962\", \"metadataTypeId\": 5, \"typeArguments\": [ \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" ] }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\", }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"enum MyEnum\", \"components\": [ { \"name\": \"Foo\", \"typeId\": 2, }, { \"name\": \"Bar\", \"typeId\": 3, } ], \"typeParameters\": [2, 3] }, { \"metadataTypeId\": 2, \"type\": \"generic T\", }, { \"metadataTypeId\": 3, \"type\": \"generic U\", }, { \"metadataTypeId\": 4, \"type\": \"generic W\", }, { \"metadataTypeId\": 5, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"bam\", \"typeId\": 1, \"typeArguments\": [ { \"typeId\": 4, }, { \"typeId\": 4, } ] } ], \"typeParameters\": [4] } ], \"functions\": [ { \"inputs\": [ { \"name\": \"arg1\", \"concreteTypeId\": \"3ddd5c1768dd7869663dc2f868ea8a8ce68bd6064244dbc4286e2c921c8ce962\" } ], \"name\": \"complex_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Generic Types","id":"94","title":"An Example with Generic Types"},"95":{"body":"Given the following contract: struct MyStruct { x: W,\n} abi MyContract { fn logging();\n} ... fn logging() { log(MyStruct { x: 42 }); log(MyStruct { x: true });\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"eca2a040ce95fc19b7cd5f75bac530d052484d0b1a49267a2eb07a7a1b00c389\", \"metadataTypeId\": 1, \"typeArguments\": [ \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" ] }, { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"b2fa346d9ca66ceca61951a27dba2977b2a82b8aa8600670604f286a1393dffe\", \"metadataTypeId\": 1, \"typeArguments\": [ \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" ] }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", }, { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"x\", \"typeId\": 2, \"typeArguments\": null } ], \"typeParameters\": [2] }, { \"metadataTypeId\": 2, \"type\": \"generic W\", }, ], \"functions\": [ { \"inputs\": [], \"name\": \"logging\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": [ { \"logId\": \"12896678128313068780\", \"concreteTypeId\": \"b2fa346d9ca66ceca61951a27dba2977b2a82b8aa8600670604f286a1393dffe\" }, { \"logId\": \"16383228984366451899\", \"concreteTypeId\": \"eca2a040ce95fc19b7cd5f75bac530d052484d0b1a49267a2eb07a7a1b00c389\" } ]\n} The logIds are calculated from: First 8 bytes of sha256(\"struct MyStruct\") => \"12896678128313068780\" First 8 bytes of sha256(\"struct MyStruct\") => \"16383228984366451899\"","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Logs","id":"95","title":"An Example with Logs"},"96":{"body":"Upon execution of ABI calls, i.e scripts being executed, a JSON object representing a list of receipts will be returned to the caller. Below is the JSON specification of the possible receipt types. The root will be receipts_root which will include an array of receipts. { \"receipts_list\":[ { \"type\":\"\", ... }, ... ]\n} All receipts will have a type property: type: String; the type of the receipt. Can be one of: Call Return ReturnData Panic Revert Log Mint Burn LogData Transfer TransferOut ScriptResult MessageOut Then, each receipt type will have its own properties. Some of these properties are related to the FuelVM's registers, as specified in more detail here . Important note: For the JSON representation of receipts, we represent 64-bit unsigned integers as a JSON String due to limitations around the type Number in the JSON specification, which only supports numbers up to 2^{53-1}, while the FuelVM's registers hold values up to 2^64.","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Receipts","id":"96","title":"Receipts"},"97":{"body":"type: Panic. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. reason: Optional decimal string representation of an 8-bit unsigned integer; panic reason. Not included in canonical receipt form. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. contractId: Optional hexadecimal string representation of the 256-bit (32-byte) contract ID if applicable. null otherwise. Not included in canonical receipt form. Primary use is for access-list estimation by SDK. { \"type\": \"Panic\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"reason\": \"1\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\", \"contractId\": \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Panic Receipt","id":"97","title":"Panic Receipt"},"98":{"body":"type: Return. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context; null otherwise. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Return\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Return Receipt","id":"98","title":"Return Receipt"},"99":{"body":"type: Call. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context; null otherwise. to: Hexadecimal representation of the 256-bit (32-byte) contract ID of the callee. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. gas: Decimal string representation of a 64-bit unsigned integer; amount gas to forward; value in register $rD. param1: Hexadecimal string representation of a 64-bit unsigned integer; first parameter, holds the function selector. param2: Hexadecimal string representation of a 64-bit unsigned integer; second parameter, typically used for the user-specified input to the ABI function being selected. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Call\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"gas\": \"500\", \"param1\": \"0x28f5c28f5c28f5c\", \"param2\": \"0x68db8bac710cb\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Call Receipt","id":"99","title":"Call Receipt"}},"length":312,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.4142135623730951}}},"df":4,"docs":{"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":6,"docs":{"297":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"123":{"tf":2.0}}},"1":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":71,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"133":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":3.872983346207417},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"x":{"0":{"0":{"*":{"*":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":6,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0}}},"2":{"df":2,"docs":{"120":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"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":{}},"5":{"1":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"283":{"tf":1.0}}},"2":{"df":1,"docs":{"283":{"tf":1.0}}},"3":{"df":1,"docs":{"283":{"tf":1.0}}},"4":{"df":1,"docs":{"283":{"tf":1.0}}},"5":{"df":1,"docs":{"283":{"tf":1.0}}},"6":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":114,"docs":{"108":{"tf":1.0},"150":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":1,"docs":{"284":{"tf":1.0}}}},"1":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0}}},"2":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}},"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"150":{"tf":1.0}}},"6":{"df":1,"docs":{"150":{"tf":1.0}}},"7":{"df":1,"docs":{"150":{"tf":1.0}}},"8":{"df":1,"docs":{"150":{"tf":1.0}}},"9":{"df":1,"docs":{"150":{"tf":1.0}}},"a":{"df":1,"docs":{"150":{"tf":1.0}}},"b":{"df":1,"docs":{"150":{"tf":1.0}}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"b":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"6":{"0":{"4":{"2":{"2":{"d":{"b":{"2":{"4":{"3":{"c":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"6":{"d":{"3":{"4":{"2":{"9":{"4":{"9":{"d":{"a":{"3":{"c":{"6":{"4":{"a":{"3":{"c":{"6":{"a":{"c":{"5":{"6":{"4":{"9":{"4":{"1":{"df":0,"docs":{},"f":{"8":{"4":{"b":{"6":{"df":0,"docs":{},"f":{"0":{"6":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"f":{"df":1,"docs":{"150":{"tf":1.0}}}},"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{".":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"7":{"df":0,"docs":{},"f":{"2":{"9":{"a":{"b":{"c":{"c":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}},"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":{"9":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"d":{"1":{"2":{"1":{"a":{"6":{"d":{"5":{"a":{"df":0,"docs":{},"f":{"c":{"8":{"1":{"3":{"5":{"8":{"2":{"1":{"a":{"c":{"b":{"3":{"9":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"6":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"5":{"9":{"0":{"9":{"1":{"9":{"2":{"6":{"6":{"d":{"6":{"2":{"0":{"b":{"df":0,"docs":{},"f":{"c":{"7":{"b":{"9":{"b":{"6":{"df":0,"docs":{},"f":{"2":{"4":{"d":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{".":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"284":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{".":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"0":{"1":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"6":{"c":{"6":{"c":{"6":{"df":0,"docs":{},"f":{"2":{"c":{"2":{"0":{"5":{"7":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"6":{"c":{"6":{"4":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"d":{"b":{"8":{"b":{"a":{"c":{"7":{"1":{"0":{"c":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"5":{"1":{"4":{"9":{"a":{"c":{"6":{"0":{"6":{"4":{"2":{"2":{"2":{"9":{"2":{"2":{"df":0,"docs":{},"e":{"a":{"a":{"2":{"2":{"6":{"5":{"2":{"6":{"b":{"0":{"d":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"7":{"8":{"7":{"1":{"df":0,"docs":{},"e":{"2":{"8":{"c":{"3":{"6":{"8":{"df":0,"docs":{},"f":{"6":{"a":{"df":0,"docs":{},"f":{"b":{"c":{"df":0,"docs":{},"f":{"d":{"6":{"0":{"a":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"6":{"df":0,"docs":{},"e":{"6":{"1":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"c":{"5":{"a":{"c":{"4":{"7":{"1":{"b":{"4":{"7":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"9":{"8":{"7":{"a":{"d":{"a":{"4":{"3":{"9":{"df":0,"docs":{},"f":{"c":{"0":{"8":{"5":{"c":{"df":0,"docs":{},"f":{"a":{"3":{"c":{"4":{"9":{"4":{"1":{"6":{"c":{"df":0,"docs":{},"f":{"2":{"b":{"5":{"0":{"4":{"a":{"c":{"5":{"0":{"1":{"5":{"1":{"df":0,"docs":{},"e":{"3":{"c":{"2":{"3":{"3":{"5":{"d":{"6":{"0":{"5":{"9":{"5":{"c":{"b":{"9":{"0":{"7":{"4":{"5":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"8":{"b":{"7":{"8":{"8":{"9":{"4":{"df":0,"docs":{},"e":{"4":{"9":{"3":{"c":{"9":{"8":{"a":{"1":{"9":{"6":{"a":{"a":{"5":{"1":{"b":{"4":{"3":{"2":{"b":{"6":{"7":{"4":{"df":0,"docs":{},"e":{"4":{"8":{"1":{"3":{"2":{"5":{"3":{"2":{"5":{"7":{"df":0,"docs":{},"e":{"d":{"9":{"3":{"3":{"1":{"0":{"5":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"d":{"6":{"8":{"1":{"3":{"b":{"3":{"a":{"a":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0}},"e":{"3":{"b":{"0":{"c":{"4":{"4":{"2":{"9":{"8":{"df":0,"docs":{},"f":{"c":{"1":{"c":{"1":{"4":{"9":{"a":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"f":{"4":{"c":{"8":{"9":{"9":{"6":{"df":0,"docs":{},"f":{"b":{"9":{"2":{"4":{"2":{"7":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"df":0,"docs":{},"e":{"4":{"6":{"4":{"9":{"b":{"9":{"3":{"4":{"c":{"a":{"4":{"9":{"5":{"9":{"9":{"1":{"b":{"7":{"8":{"5":{"2":{"b":{"8":{"5":{"5":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}}},"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":{"81":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{".":{"1":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"292":{"tf":1.0},"299":{"tf":1.4142135623730951}}},"8":{"df":0,"docs":{},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"292":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"1":{"df":1,"docs":{"8":{"tf":1.0}}},"2":{"8":{"9":{"6":{"6":{"7":{"8":{"1":{"2":{"8":{"3":{"1":{"3":{"0":{"6":{"8":{"7":{"8":{"0":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":2.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}},"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}},"5":{".":{".":{"2":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"df":0,"docs":{},"e":{"6":{"df":0,"docs":{},"f":{"4":{"4":{"c":{"1":{"d":{"6":{"2":{"9":{"1":{"c":{"d":{"df":0,"docs":{},"f":{"4":{"6":{"3":{"9":{"5":{"a":{"8":{"df":0,"docs":{},"e":{"5":{"7":{"3":{"2":{"7":{"6":{"a":{"4":{"df":0,"docs":{},"f":{"a":{"7":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"c":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"c":{"8":{"9":{"1":{"df":0,"docs":{},"e":{"0":{"9":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"2":{"d":{"1":{"b":{"0":{"a":{"0":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{".":{"4":{"0":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"3":{"2":{"2":{"8":{"9":{"8":{"4":{"3":{"6":{"6":{"4":{"5":{"1":{"8":{"9":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"150":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":2.0},"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"8":{"0":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"4":{"4":{"6":{"7":{"4":{"4":{"0":{"7":{"3":{"7":{"0":{"9":{"5":{"5":{"1":{"6":{"1":{"3":{"df":3,"docs":{"101":{"tf":1.0},"102":{"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":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"1":{"df":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"2":{"df":2,"docs":{"100":{"tf":1.0},"105":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.0},"163":{"tf":1.0}}},"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":72,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":2.0},"251":{"tf":1.0},"256":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"292":{"tf":2.0},"294":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"*":{"*":{"2":{"6":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"2":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"/":{"0":{"7":{"/":{"1":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"266":{"tf":1.4142135623730951}}},"5":{".":{".":{"3":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"162":{"tf":3.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"^":{"6":{"4":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"5":{"3":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"120":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.7320508075688772},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.0},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"311":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"e":{"3":{"8":{"df":0,"docs":{},"e":{"7":{"7":{"b":{"2":{"2":{"c":{"3":{"1":{"4":{"a":{"4":{"4":{"9":{"df":0,"docs":{},"e":{"9":{"1":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"d":{"9":{"2":{"a":{"4":{"3":{"8":{"2":{"6":{"a":{"c":{"6":{"a":{"a":{"4":{"0":{"3":{"a":{"df":0,"docs":{},"e":{"6":{"a":{"8":{"a":{"c":{"b":{"6":{"c":{"df":0,"docs":{},"f":{"5":{"8":{"2":{"3":{"9":{"df":0,"docs":{},"f":{"b":{"a":{"df":0,"docs":{},"f":{"5":{"d":{"df":4,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"2":{"]":{")":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"]":{"[":{"0":{"df":2,"docs":{"264":{"tf":1.0},"266":{"tf":1.0}}},"8":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":2.23606797749979},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"247":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"250":{"tf":3.0},"251":{"tf":3.7416573867739413},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":2.8284271247461903},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"262":{"tf":3.0},"263":{"tf":2.23606797749979},"264":{"tf":1.0},"265":{"tf":2.8284271247461903},"266":{"tf":1.4142135623730951},"267":{"tf":2.6457513110645907},"269":{"tf":3.605551275463989},"270":{"tf":3.4641016151377544},"272":{"tf":2.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"7":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"8":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"9":{"2":{"d":{"5":{"8":{"c":{"6":{"9":{"4":{"d":{"2":{"d":{"9":{"1":{"df":0,"docs":{},"f":{"3":{"0":{"2":{"5":{"df":0,"docs":{},"f":{"2":{"b":{"c":{"c":{"df":0,"docs":{},"f":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"f":{"2":{"a":{"1":{"0":{"5":{"9":{"3":{"6":{"df":0,"docs":{},"f":{"5":{"d":{"a":{"8":{"8":{"1":{"b":{"0":{"8":{"9":{"9":{"1":{"8":{"5":{"d":{"4":{"9":{"df":0,"docs":{},"f":{"2":{"6":{"4":{"5":{"2":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"d":{"d":{"5":{"c":{"1":{"7":{"6":{"8":{"d":{"d":{"7":{"8":{"6":{"9":{"6":{"6":{"3":{"d":{"c":{"2":{"df":0,"docs":{},"f":{"8":{"6":{"8":{"df":0,"docs":{},"e":{"a":{"8":{"a":{"8":{"c":{"df":0,"docs":{},"e":{"6":{"8":{"b":{"d":{"6":{"0":{"6":{"4":{"2":{"4":{"4":{"d":{"b":{"c":{"4":{"2":{"8":{"6":{"df":0,"docs":{},"e":{"2":{"c":{"9":{"2":{"1":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"9":{"6":{"2":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{".":{"1":{".":{"3":{"df":1,"docs":{"68":{"tf":1.0}}},"6":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"6":{"4":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"95":{"tf":1.0}}},";":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":7,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":42,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"291":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"c":{"3":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"6":{"9":{"df":0,"docs":{},"e":{"2":{"8":{"1":{"a":{"6":{"2":{"2":{"2":{"8":{"1":{"a":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"0":{"5":{"5":{"df":0,"docs":{},"f":{"8":{"0":{"9":{"8":{"c":{"4":{"0":{"b":{"c":{"5":{"6":{"6":{"1":{"1":{"8":{"c":{"b":{"b":{"4":{"8":{"c":{"a":{"5":{"df":0,"docs":{},"f":{"d":{"2":{"8":{"b":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"171":{"tf":1.0},"191":{"tf":1.0}}},"df":11,"docs":{"122":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"292":{"tf":1.4142135623730951},"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"6":{"1":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"2":{"5":{"5":{"3":{"1":{"5":{"4":{"2":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"8":{"3":{"4":{"d":{"d":{"1":{"2":{"7":{"df":0,"docs":{},"e":{"7":{"7":{"1":{"1":{"0":{"1":{"a":{"c":{"1":{"0":{"1":{"4":{"1":{"1":{"1":{"7":{"1":{"8":{"4":{"5":{"1":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"9":{"9":{"6":{"d":{"9":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"0":{"c":{"6":{"6":{"a":{"5":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"240":{"tf":1.0},"242":{"tf":1.0}}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"83":{"tf":1.0}}}}},"df":28,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"275":{"tf":2.8284271247461903},"276":{"tf":2.8284271247461903},"277":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"4":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"6":{"5":{"6":{"c":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"7":{"9":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"7":{"c":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"a":{"c":{"d":{"1":{"2":{"8":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"b":{"5":{"df":0,"docs":{},"f":{"0":{"b":{"df":0,"docs":{},"f":{"2":{"b":{"d":{"df":0,"docs":{},"e":{"a":{"5":{"3":{"3":{"a":{"5":{"1":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"c":{"9":{"a":{"a":{"b":{"df":0,"docs":{},"e":{"9":{"2":{"3":{"6":{"d":{"3":{"3":{"5":{"9":{"8":{"9":{"df":0,"docs":{},"f":{"3":{"b":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"311":{"tf":1.4142135623730951},"69":{"tf":1.0},"8":{"tf":1.0}},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"*":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"6":{"df":0,"docs":{},"e":{"9":{"8":{"2":{"7":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"4":{"7":{"2":{"1":{"d":{"b":{"6":{"8":{"b":{"4":{"c":{"0":{"b":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"5":{"2":{"b":{"8":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"2":{"c":{"5":{"b":{"d":{"7":{"8":{"1":{"1":{"c":{"0":{"7":{"a":{"4":{"1":{"c":{"df":0,"docs":{},"e":{"d":{"8":{"8":{"2":{"c":{"7":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.0},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":2.0},"245":{"tf":2.449489742783178},"251":{"tf":2.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"9":{"df":2,"docs":{"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"_":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":2.0}}},"a":{"[":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{";":{"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.6457513110645907},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.8284271247461903},"77":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"53":{"tf":3.4641016151377544}},"i":{"df":2,"docs":{"162":{"tf":1.0},"169":{"tf":1.4142135623730951}},"t":{"df":14,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"164":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"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":{}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"13":{"tf":1.0},"150":{"tf":2.449489742783178},"166":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":5.385164807134504},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"111":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"159":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"300":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"291":{"tf":1.0},"72":{"tf":1.0}}}}}}},"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":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"291":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":15,"docs":{"110":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"228":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"132":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":2,"docs":{"162":{"tf":1.0},"228":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":4,"docs":{"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"43":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":2.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"1":{"tf":1.0},"287":{"tf":1.4142135623730951},"57":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":3,"docs":{"57":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"305":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"g":{"1":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"112":{"tf":1.0}}},"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"111":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"198":{"tf":1.0},"281":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.6457513110645907},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"56":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.449489742783178},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":3.872983346207417},"89":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":34,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":2.23606797749979},"259":{"tf":2.23606797749979},"26":{"tf":1.0},"262":{"tf":2.0},"269":{"tf":2.23606797749979},"270":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":2.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"53":{"tf":4.69041575982343},"56":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"291":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"83":{"tf":2.23606797749979},"84":{"tf":2.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"287":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951}}}}},"o":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"251":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"301":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":17,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"c":{")":{"%":{"d":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"+":{"c":{")":{"%":{"d":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"3":{"4":{"6":{"d":{"9":{"c":{"a":{"6":{"6":{"c":{"df":0,"docs":{},"e":{"c":{"a":{"6":{"1":{"9":{"5":{"1":{"a":{"2":{"7":{"d":{"b":{"a":{"2":{"9":{"7":{"7":{"b":{"2":{"a":{"8":{"2":{"b":{"8":{"a":{"a":{"8":{"6":{"0":{"0":{"6":{"7":{"0":{"6":{"0":{"4":{"df":0,"docs":{},"f":{"2":{"8":{"6":{"a":{"1":{"3":{"9":{"3":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"0":{"df":0,"docs":{},"f":{"4":{"4":{"df":0,"docs":{},"f":{"a":{"5":{"9":{"6":{"5":{"c":{"2":{"4":{"7":{"4":{"a":{"3":{"b":{"4":{"7":{"1":{"4":{"6":{"7":{"a":{"2":{"2":{"c":{"4":{"3":{"1":{"8":{"5":{"1":{"5":{"2":{"1":{"2":{"9":{"2":{"9":{"5":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"8":{"b":{"0":{"2":{"2":{"a":{"df":0,"docs":{},"e":{"5":{"0":{"b":{"5":{"0":{"9":{"0":{"3":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"1":{"6":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"(":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"3":{"2":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"(":{"b":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"162":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":19,"docs":{"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":2.6457513110645907},"270":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0}}},"m":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"u":{"6":{"4":{"df":1,"docs":{"82":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":3,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"291":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":3.0},"57":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544},"9":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":18,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"260":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"154":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"96":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"310":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"248":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"249":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"m":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"150":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":50,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.449489742783178},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"115":{"tf":2.8284271247461903},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":2.449489742783178},"162":{"tf":3.7416573867739413},"163":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":2.6457513110645907},"201":{"tf":2.0},"202":{"tf":2.23606797749979},"203":{"tf":1.7320508075688772},"204":{"tf":2.23606797749979},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"d":{"d":{"df":2,"docs":{"162":{"tf":1.0},"273":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"13":{"tf":2.23606797749979},"162":{"tf":2.0},"256":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"7":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"73":{"tf":2.6457513110645907},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":3.0},"162":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"252":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":2.0},"34":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.0},"61":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":3.1622776601683795},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":13,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":2.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"256":{"tf":1.0}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"291":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"272":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"250":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":36,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"25":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":2.23606797749979},"269":{"tf":2.0},"270":{"tf":2.0},"28":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"]":{"[":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":3.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":106,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":2.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"3":{"2":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"[":{"3":{"2":{"df":2,"docs":{"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":49,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":2.23606797749979},"158":{"tf":3.605551275463989},"160":{"tf":2.0},"162":{"tf":2.6457513110645907},"166":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"246":{"tf":1.0},"251":{"tf":3.4641016151377544},"256":{"tf":1.0},"260":{"tf":2.0},"281":{"tf":2.0},"283":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"283":{"tf":1.0}}},"df":4,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"44":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"123":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"291":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"253":{"tf":1.4142135623730951}}}},"df":10,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}}}},"f":{"df":2,"docs":{"162":{"tf":1.0},"231":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"162":{"tf":1.0},"229":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"230":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"226":{"tf":2.0},"251":{"tf":1.4142135623730951},"260":{"tf":2.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"283":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"256":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":37,"docs":{"160":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":53,"docs":{"162":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":2.23606797749979},"254":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"256":{"tf":2.449489742783178},"291":{"tf":1.0},"53":{"tf":1.4142135623730951},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":2,"docs":{"158":{"tf":1.0},"256":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"252":{"tf":1.7320508075688772},"61":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":25,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"57":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"287":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"134":{"tf":1.0},"291":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":8,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"239":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"146":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"291":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"285":{"tf":1.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"s":{"df":2,"docs":{"111":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"1":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"254":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"256":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"291":{"tf":1.4142135623730951},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"83":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"93":{"tf":3.0},"94":{"tf":2.0},"95":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"287":{"tf":2.23606797749979},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"266":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"157":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"226":{"tf":3.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":3.0},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"283":{"tf":2.23606797749979},"57":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"11":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"149":{"tf":1.0},"256":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"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":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":67,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"164":{"tf":1.0},"166":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":3.1622776601683795},"252":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":3.0},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"283":{"tf":1.0}}},"t":{"df":1,"docs":{"281":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"256":{"tf":1.0},"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"291":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"df":3,"docs":{"156":{"tf":1.0},"53":{"tf":4.358898943540674},"57":{"tf":3.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"198":{"tf":1.4142135623730951},"284":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"52":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"254":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951}}}}},"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":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.0},"274":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":3,"docs":{"62":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"255":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":40,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"150":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.4142135623730951},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}},"e":{"2":{"5":{"5":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"a":{"df":58,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"134":{"tf":2.0},"14":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":2.449489742783178},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"273":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":3.0},"303":{"tf":1.7320508075688772},"304":{"tf":2.0},"305":{"tf":2.449489742783178},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":15,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":3.3166247903554},"83":{"tf":4.358898943540674},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"281":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":3.4641016151377544}}}}}},"df":3,"docs":{"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"115":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"2":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"292":{"tf":2.6457513110645907},"293":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":2.0},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":2.449489742783178},"311":{"tf":1.7320508075688772}}}},"t":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":23,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"262":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":172,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"15":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"291":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"291":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"301":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"172":{"tf":1.4142135623730951}},"i":{"d":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951}},"s":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":2.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"9":{"1":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":41,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":3.7416573867739413},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"c":{"a":{"2":{"a":{"0":{"4":{"0":{"c":{"df":0,"docs":{},"e":{"9":{"5":{"df":0,"docs":{},"f":{"c":{"1":{"9":{"b":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"7":{"5":{"b":{"a":{"c":{"5":{"3":{"0":{"d":{"0":{"5":{"2":{"4":{"8":{"4":{"d":{"0":{"b":{"1":{"a":{"4":{"9":{"2":{"6":{"7":{"a":{"2":{"df":0,"docs":{},"e":{"b":{"0":{"7":{"a":{"7":{"a":{"1":{"b":{"0":{"0":{"c":{"3":{"8":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":2,"docs":{"162":{"tf":1.0},"281":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":3,"docs":{"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"69":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":4,"docs":{"162":{"tf":1.0},"277":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"166":{"tf":2.23606797749979},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"49":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"153":{"tf":1.4142135623730951},"292":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":2.6457513110645907},"305":{"tf":2.6457513110645907},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"8":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"125":{"tf":1.0}}},"2":{")":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":142,"docs":{"110":{"tf":1.0},"111":{"tf":3.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":3.0},"121":{"tf":2.449489742783178},"122":{"tf":3.1622776601683795},"123":{"tf":2.449489742783178},"124":{"tf":2.6457513110645907},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"163":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":1,"docs":{"131":{"tf":1.0}}},"b":{"df":1,"docs":{"131":{"tf":1.0}}},"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"158":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"164":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.0},"133":{"tf":2.0},"14":{"tf":1.0},"143":{"tf":3.0},"146":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"q":{"df":3,"docs":{"162":{"tf":1.0},"174":{"tf":1.4142135623730951},"198":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"162":{"tf":2.449489742783178},"174":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"272":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"291":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":53,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"281":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"162":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"77":{"tf":1.0},"78":{"tf":2.6457513110645907}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":2.449489742783178},"85":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":37,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"250":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"292":{"tf":1.0},"309":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":3,"docs":{"108":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"162":{"tf":1.0},"176":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"283":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"155":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":2.0}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":3.0},"57":{"tf":4.242640687119285},"61":{"tf":2.0}}},"w":{"df":1,"docs":{"166":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"122":{"tf":2.0}}},"2":{"df":1,"docs":{"122":{"tf":2.0}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}},"l":{"df":4,"docs":{"251":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"155":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":4,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0}}}},"x":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"284":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"251":{"tf":1.0},"282":{"tf":2.449489742783178}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.0}}}}},"n":{"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":3.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":40,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"226":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"o":{"(":{"a":{"df":5,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"82":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"1":{"tf":2.23606797749979},"150":{"tf":1.0},"268":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951}}}},"df":4,"docs":{"291":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"198":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":3.0},"260":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":15,"docs":{"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.449489742783178}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"df":14,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":2.23606797749979},"256":{"tf":1.0},"260":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":2.0},"1":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"248":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"121":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":11,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.7320508075688772},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"11":{"tf":2.0},"110":{"tf":2.449489742783178},"111":{"tf":2.0},"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"281":{"tf":2.0},"291":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"84":{"tf":2.23606797749979},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"262":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0}}}}}}},"g":{"a":{"df":23,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":2.6457513110645907},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":4.58257569495584},"56":{"tf":1.0},"57":{"tf":3.7416573867739413},"6":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":2.0},"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"145":{"tf":2.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"g":{"a":{"df":7,"docs":{"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"226":{"tf":1.0},"260":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}},"n":{"df":21,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"283":{"tf":1.4142135623730951}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":2,"docs":{"68":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":1,"docs":{"48":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}},"f":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"284":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"291":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"(":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"1":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"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":{"(":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"t":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"261":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}},"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":3.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"164":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"249":{"tf":1.4142135623730951},"287":{"tf":2.6457513110645907},"46":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":7,"docs":{"124":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":11,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"268":{"tf":2.0},"287":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"115":{"tf":1.0},"122":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":14,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"116":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"13":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"p":{"df":13,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":29,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.7320508075688772},"266":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"d":{"df":72,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"136":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"247":{"tf":2.23606797749979},"25":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":3.4641016151377544},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":3.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":3.4641016151377544},"270":{"tf":2.6457513110645907},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"7":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":4.358898943540674},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"115":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"284":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":44,"docs":{"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"230":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.0},"234":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":3.1622776601683795},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.23606797749979},"256":{"tf":3.605551275463989},"283":{"tf":2.6457513110645907},"284":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"i":{"df":36,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":4.47213595499958},"163":{"tf":2.449489742783178},"169":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"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":4,"docs":{"132":{"tf":2.23606797749979},"133":{"tf":1.7320508075688772},"288":{"tf":1.0},"291":{"tf":2.6457513110645907}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"251":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"256":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"163":{"tf":2.0},"26":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"50":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"1":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"df":2,"docs":{"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":2,"docs":{"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"198":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"67":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":2.23606797749979},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"7":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"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":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951}}}}}},"2":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":55,"docs":{"11":{"tf":2.8284271247461903},"12":{"tf":2.449489742783178},"13":{"tf":2.6457513110645907},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.23606797749979},"301":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":3.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"122":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":43,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.8284271247461903},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"166":{"tf":2.8284271247461903},"167":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"24":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"53":{"tf":4.47213595499958},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":38,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"124":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":3.7416573867739413},"163":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"158":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"292":{"tf":1.0},"310":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":25,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"163":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"a":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.0},"53":{"tf":3.7416573867739413},"57":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"155":{"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},"29":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"310":{"tf":1.0}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"200":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"157":{"tf":1.0},"264":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"129":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"m":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"162":{"tf":1.0},"220":{"tf":1.4142135623730951}}},"df":2,"docs":{"162":{"tf":1.0},"215":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"162":{"tf":1.0},"221":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"162":{"tf":1.0},"224":{"tf":1.4142135623730951}}},"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"z":{"b":{"df":2,"docs":{"162":{"tf":1.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"162":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"70":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.872983346207417},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":13,"docs":{"11":{"tf":1.0},"162":{"tf":3.3166247903554},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951}}}}}},"k":{"2":{"5":{"6":{"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"67":{"tf":1.4142135623730951}},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"2":{"5":{"6":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"y":{"df":32,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":2.23606797749979},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.6457513110645907},"309":{"tf":2.23606797749979},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"38":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"l":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"1":{"df":7,"docs":{"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"207":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"158":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"d":{"c":{"df":4,"docs":{"155":{"tf":1.0},"162":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"'":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":22,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.449489742783178},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.7320508075688772},"307":{"tf":2.23606797749979},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":3.4641016151377544},"67":{"tf":3.7416573867739413}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.449489742783178}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"162":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"200":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":24,"docs":{"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":2.0},"262":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"198":{"tf":1.0},"202":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"291":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"165":{"tf":1.0},"57":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"11":{"tf":2.0},"111":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.0},"164":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"162":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"2":{"(":{"0":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"198":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}},"d":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"136":{"tf":1.0},"162":{"tf":1.0},"258":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"d":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"291":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.4142135623730951},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"z":{"c":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"198":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"155":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"283":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"155":{"tf":1.0},"256":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"162":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772}}}}},"x":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":3,"docs":{"57":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"*":{"(":{"3":{"2":{"+":{"8":{"df":1,"docs":{"153":{"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":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"6":{"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"9":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"6":{"tf":3.605551275463989},"67":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"235":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"236":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"162":{"tf":1.0},"237":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"116":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"r":{"a":{"df":36,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}},"b":{",":{"1":{"6":{"]":{";":{"c":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"df":3,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"109":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0}}},"c":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"258":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"d":{"df":1,"docs":{"270":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"270":{"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":{},"v":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":61,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":5.477225575051661},"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"q":{"df":2,"docs":{"162":{"tf":1.0},"239":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":23,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"150":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"254":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.23606797749979},"67":{"tf":3.7416573867739413},"72":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":26,"docs":{"109":{"tf":1.7320508075688772},"149":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":3.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"44":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":2.449489742783178},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"149":{"tf":1.0},"262":{"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":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"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":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":7,"docs":{"126":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"283":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"86":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":2.449489742783178},"95":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"198":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"b":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":2.0}}}},"g":{"a":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"10":{"tf":2.23606797749979},"101":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"259":{"tf":2.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"250":{"tf":1.0}}}},"s":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"187":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":6,"docs":{"155":{"tf":1.4142135623730951},"198":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"181":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":7,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"162":{"tf":2.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":6,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"u":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"155":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"85":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"56":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"184":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"186":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":10,"docs":{"162":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":1,"docs":{"69":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}},"u":{"6":{"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}},"w":{"df":1,"docs":{"94":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"[":{"b":{"2":{"5":{"6":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"2":{"5":{"6":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"145":{"tf":1.0}}},"u":{"6":{"4":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"144":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":2.6457513110645907}},"e":{":":{":":{"df":0,"docs":{},"x":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"z":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":72,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":3.1622776601683795},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"93":{"tf":3.7416573867739413},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"129":{"tf":1.0},"291":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"198":{"tf":1.0}},"e":{"d":{"df":11,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"158":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"3":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"187":{"tf":1.0},"84":{"tf":1.0}}}}},"w":{"df":9,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":2.0}}}},"df":3,"docs":{"12":{"tf":1.4142135623730951},"66":{"tf":4.0},"67":{"tf":4.47213595499958}}}},"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":13,"docs":{"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"292":{"tf":1.0},"309":{"tf":1.0},"40":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":2,"docs":{"263":{"tf":1.0},"84":{"tf":1.4142135623730951}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"188":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":136,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"w":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.0},"12":{"tf":2.6457513110645907},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":2.0},"70":{"tf":1.0},"83":{"tf":3.4641016151377544},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"d":{"d":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"200":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":125,"docs":{"150":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.6457513110645907},"201":{"tf":2.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"293":{"tf":1.0},"310":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"143":{"tf":1.0},"18":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"153":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"191":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"301":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"262":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"(":{"df":3,"docs":{"251":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"261":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":60,"docs":{"11":{"tf":2.449489742783178},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"270":{"tf":2.0},"284":{"tf":1.0},"291":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":2.23606797749979},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"9":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"270":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"287":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":64,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"301":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":30,"docs":{"147":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"d":{"df":19,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.0},"163":{"tf":1.7320508075688772}}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":115,"docs":{"151":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"1":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"283":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":7,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":36,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":39,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":8,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":38,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"k":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"259":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"a":{"df":3,"docs":{"285":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"150":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":2.0},"150":{"tf":2.449489742783178},"250":{"tf":1.0},"259":{"tf":1.0},"52":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"11":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":2.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"284":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"162":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772}},"h":{"df":3,"docs":{"162":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.0}}},"l":{"df":2,"docs":{"162":{"tf":1.0},"243":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"281":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"49":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"155":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":2.0},"55":{"tf":1.0}}}}}}}}}}},"df":26,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.4641016151377544},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":3.1622776601683795},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"291":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"309":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":4,"docs":{"12":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":1,"docs":{"122":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"53":{"tf":2.0},"57":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"291":{"tf":1.7320508075688772},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":2.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"11":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":4,"docs":{"12":{"tf":2.0},"3":{"tf":1.4142135623730951},"66":{"tf":3.0},"67":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"70":{"tf":1.0},"83":{"tf":3.3166247903554},"96":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"285":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"d":{"df":9,"docs":{"148":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":20,"docs":{"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"162":{"tf":1.0},"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"291":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"251":{"tf":1.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"a":{"df":110,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":2.0},"172":{"tf":2.23606797749979},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"175":{"tf":2.23606797749979},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"179":{"tf":2.449489742783178},"180":{"tf":2.23606797749979},"181":{"tf":2.23606797749979},"182":{"tf":2.0},"183":{"tf":2.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"213":{"tf":2.0},"215":{"tf":2.0},"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":2.23606797749979},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"226":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"229":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"244":{"tf":2.0},"245":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"250":{"tf":2.449489742783178},"251":{"tf":2.0},"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"260":{"tf":2.23606797749979},"261":{"tf":2.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":2.0},"269":{"tf":2.0},"270":{"tf":2.0},"272":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"281":{"tf":2.23606797749979},"282":{"tf":2.0},"283":{"tf":2.449489742783178},"284":{"tf":2.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"284":{"tf":1.0}}}},"b":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":4,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"7":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":94,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":2.0},"247":{"tf":2.0},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":3.1622776601683795},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":2.0},"257":{"tf":2.0},"258":{"tf":2.0},"259":{"tf":2.6457513110645907},"260":{"tf":3.0},"262":{"tf":1.7320508075688772},"263":{"tf":2.0},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":2.0},"267":{"tf":2.0},"268":{"tf":2.0},"269":{"tf":3.1622776601683795},"270":{"tf":2.23606797749979},"272":{"tf":2.0},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.0},"279":{"tf":2.0},"281":{"tf":1.7320508075688772},"284":{"tf":2.0},"83":{"tf":1.0}}},"c":{";":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"109":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"172":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.23606797749979},"180":{"tf":2.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"217":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"237":{"tf":3.0},"239":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":2.0},"253":{"tf":2.0},"256":{"tf":3.3166247903554},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"262":{"tf":2.8284271247461903},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"270":{"tf":3.1622776601683795},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"184":{"tf":1.0}}}}},"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"251":{"tf":2.0},"253":{"tf":2.8284271247461903},"257":{"tf":2.0},"258":{"tf":2.6457513110645907},"262":{"tf":3.0},"265":{"tf":2.6457513110645907},"267":{"tf":2.23606797749979},"270":{"tf":2.0},"273":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"281":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"166":{"tf":2.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"49":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"277":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"226":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"96":{"tf":2.8284271247461903},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"257":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"226":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"df":5,"docs":{"150":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"166":{"tf":1.0},"26":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"291":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":86,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"150":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":2.23606797749979},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":2.6457513110645907},"242":{"tf":2.6457513110645907},"243":{"tf":2.6457513110645907},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"255":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}}}},"y":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"46":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"162":{"tf":2.449489742783178},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.0}}},"df":13,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"300":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"150":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"284":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":59,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"155":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}},"t":{"d":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.4142135623730951}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":2.0},"260":{"tf":1.4142135623730951}},"l":{"df":3,"docs":{"150":{"tf":1.0},"226":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"104":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":35,"docs":{"15":{"tf":1.0},"150":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":2.449489742783178},"24":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":2.449489742783178},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":4.47213595499958},"54":{"tf":2.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"7":{"tf":1.0}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"105":{"tf":1.7320508075688772},"156":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":2.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"c":{"df":3,"docs":{"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":3.0},"145":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":2.449489742783178},"292":{"tf":1.4142135623730951},"293":{"tf":2.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.8284271247461903},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":2.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"67":{"tf":3.4641016151377544},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"198":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"67":{"tf":2.0},"73":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":4,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.4142135623730951}}}}}},"s":{"2":{"5":{"6":{"df":4,"docs":{"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.4142135623730951},"150":{"tf":1.0},"261":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}}}}},"b":{"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"244":{"tf":1.4142135623730951}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"291":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.0},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"96":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.7320508075688772},"26":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"263":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"97":{"tf":1.0}}}},"df":12,"docs":{"132":{"tf":1.0},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"c":{"df":1,"docs":{"68":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"120":{"tf":1.0},"132":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"2":{"5":{"1":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"k":{"1":{".":{"df":0,"docs":{},"n":{"/":{"/":{"2":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":2,"docs":{"275":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"287":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":2,"docs":{"153":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"11":{"tf":1.0},"126":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"d":{"df":8,"docs":{"162":{"tf":1.0},"166":{"tf":1.0},"262":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":7,"docs":{"26":{"tf":1.0},"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"56":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"_":{"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":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0}}}},"t":{"df":88,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"162":{"tf":2.449489742783178},"167":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":2.449489742783178},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.7320508075688772},"284":{"tf":1.4142135623730951},"29":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":2.0},"7":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"0":{"df":0,"docs":{},"x":{"4":{"6":{"5":{"5":{"4":{"5":{"4":{"c":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{"[":{"0":{":":{"3":{"2":{"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":{}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"1":{"0":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"111":{"tf":1.0},"136":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"200":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"200":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":2.0},"67":{"tf":2.6457513110645907}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"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":35,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.0},"162":{"tf":1.4142135623730951},"275":{"tf":2.23606797749979},"276":{"tf":2.23606797749979},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"57":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.7320508075688772}}}}}},"df":13,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"159":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"67":{"tf":1.0}},"f":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"163":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"x":{"df":4,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"153":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":24,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"162":{"tf":1.0},"192":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"193":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":3,"docs":{"162":{"tf":1.0},"262":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"306":{"tf":1.0}}},"1":{"df":1,"docs":{"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"308":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":9,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}},"1":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}},"2":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"29":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":13,"docs":{"150":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.0},"292":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":3.1622776601683795},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":15,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":2.0},"231":{"tf":2.0},"232":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0}},"e":{"c":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"156":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":12,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":3.4641016151377544},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"156":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"194":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"195":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"264":{"tf":1.4142135623730951}},"q":{"df":2,"docs":{"162":{"tf":1.0},"265":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"p":{"df":10,"docs":{"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":2.23606797749979}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"150":{"tf":2.0},"153":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"263":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0}}},"c":{"df":2,"docs":{"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":31,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":2.23606797749979},"164":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"29":{"tf":2.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"124":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"[":{"1":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"2":{"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":1,"docs":{"125":{"tf":1.0}}},"5":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":29,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"111":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":2.6457513110645907},"122":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"132":{"tf":2.23606797749979},"144":{"tf":3.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"7":{"tf":1.0},"82":{"tf":3.0},"87":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"162":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":3.7416573867739413},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"150":{"tf":1.0},"162":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"_":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"(":{"0":{"df":0,"docs":{},"u":{"3":{"2":{"df":10,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"0":{"2":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"3":{"2":{"df":4,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"307":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"n":{"df":1,"docs":{"291":{"tf":1.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.0},"123":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"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":{"291":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"291":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"120":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"245":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"162":{"tf":1.0},"266":{"tf":1.4142135623730951}},"q":{"df":2,"docs":{"162":{"tf":1.0},"267":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":112,"docs":{"163":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{",":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}},"_":{"1":{",":{".":{".":{".":{",":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"166":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}},"i":{"6":{"4":{"df":2,"docs":{"268":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"291":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"120":{"tf":2.0},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"291":{"tf":5.0},"292":{"tf":4.47213595499958},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":2.0},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":2.23606797749979},"311":{"tf":2.0},"4":{"tf":1.4142135623730951},"67":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"120":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":1.0},"44":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"=":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"+":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"242":{"tf":1.0},"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"256":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":5,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.0},"67":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"53":{"tf":5.291502622129181},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.23606797749979},"11":{"tf":3.1622776601683795},"114":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":2.23606797749979},"29":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"34":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":2.8284271247461903},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"57":{"tf":3.605551275463989},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":3.1622776601683795},"7":{"tf":3.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":3.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"162":{"tf":1.4142135623730951},"269":{"tf":2.23606797749979},"270":{"tf":2.23606797749979},"56":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"107":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":2.0},"16":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"162":{"tf":1.0},"269":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}},"df":38,"docs":{"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":2.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"310":{"tf":3.0},"311":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.8284271247461903},"67":{"tf":4.123105625617661},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"o":{"df":2,"docs":{"162":{"tf":1.0},"270":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":26,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"146":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":31,"docs":{"132":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"295":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}}},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"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":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"[":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"0":{"b":{"1":{"1":{"1":{"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"284":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"284":{"tf":1.0},"53":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"284":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":2.0},"24":{"tf":2.0},"25":{"tf":2.0},"34":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":1,"docs":{"111":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"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":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"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":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":3.4641016151377544},"115":{"tf":2.23606797749979},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":2.449489742783178},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"14":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.23606797749979},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":2.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},"226":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":2.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.7320508075688772},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":3.605551275463989},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":4.69041575982343},"83":{"tf":7.3484692283495345},"85":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":3.0},"95":{"tf":2.6457513110645907},"96":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":8,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"93":{"tf":2.8284271247461903},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":3,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":8,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{",":{"1":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":2.449489742783178},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"310":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":16,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":2.6457513110645907},"13":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":36,"docs":{"10":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.23606797749979},"24":{"tf":2.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"260":{"tf":2.449489742783178},"261":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":4.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"53":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"167":{"tf":1.0},"198":{"tf":1.0}}}}},"r":{"df":2,"docs":{"287":{"tf":1.0},"291":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"292":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}},"g":{"a":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":4.0},"293":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":2.0},"296":{"tf":2.23606797749979},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":2.23606797749979},"301":{"tf":2.449489742783178},"302":{"tf":2.23606797749979},"303":{"tf":1.7320508075688772},"304":{"tf":2.0},"305":{"tf":2.449489742783178},"306":{"tf":1.7320508075688772},"307":{"tf":2.449489742783178},"308":{"tf":2.23606797749979},"309":{"tf":1.7320508075688772},"310":{"tf":2.6457513110645907},"311":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":5,"docs":{"11":{"tf":4.123105625617661},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":2.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":61,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":3,"docs":{"281":{"tf":1.0},"57":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":19,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}},"x":{"df":0,"docs":{},"o":{"df":15,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"155":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"0":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"1":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"2":{"df":1,"docs":{"257":{"tf":1.0}}},"3":{"df":1,"docs":{"257":{"tf":1.0}}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"226":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"d":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"14":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"61":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":86,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.6457513110645907},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":2.23606797749979},"230":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":5.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":2.6457513110645907},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"]":{"[":{"1":{"df":1,"docs":{"68":{"tf":1.0}}},"2":{"5":{"5":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.0},"123":{"tf":2.0},"133":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"df":5,"docs":{"283":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":4,"docs":{"281":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.23606797749979}},"e":{"c":{"!":{"[":{"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"134":{"tf":1.0},"144":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"115":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":17,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.6457513110645907},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":18,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":2.8284271247461903},"114":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"290":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"83":{"tf":2.0}}}}}}}},"i":{"a":{"df":2,"docs":{"11":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":61,"docs":{"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":22,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"226":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"281":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}},"w":{"^":{"df":0,"docs":{},"x":{"df":1,"docs":{"161":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"y":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"155":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"208":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":3,"docs":{"162":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"210":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0}}}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"67":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"150":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":16,"docs":{"11":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"234":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"209":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"199":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"205":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"203":{"tf":1.4142135623730951}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"201":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"151":{"tf":1.0},"287":{"tf":1.0},"72":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":2.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"49":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"160":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"200":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":1,"docs":{"202":{"tf":1.0}},"x":{"df":1,"docs":{"204":{"tf":1.0}}}}}}},"y":{"df":7,"docs":{"123":{"tf":1.7320508075688772},"163":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"z":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"10":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.4142135623730951}}},"df":4,"docs":{"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":6,"docs":{"297":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"123":{"tf":2.0}}},"1":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":71,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"133":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":3.872983346207417},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"x":{"0":{"0":{"*":{"*":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":6,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0}}},"2":{"df":2,"docs":{"120":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"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":{}},"5":{"1":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"283":{"tf":1.0}}},"2":{"df":1,"docs":{"283":{"tf":1.0}}},"3":{"df":1,"docs":{"283":{"tf":1.0}}},"4":{"df":1,"docs":{"283":{"tf":1.0}}},"5":{"df":1,"docs":{"283":{"tf":1.0}}},"6":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":114,"docs":{"108":{"tf":1.0},"150":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":1,"docs":{"284":{"tf":1.0}}}},"1":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0}}},"2":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}},"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"150":{"tf":1.0}}},"6":{"df":1,"docs":{"150":{"tf":1.0}}},"7":{"df":1,"docs":{"150":{"tf":1.0}}},"8":{"df":1,"docs":{"150":{"tf":1.0}}},"9":{"df":1,"docs":{"150":{"tf":1.0}}},"a":{"df":1,"docs":{"150":{"tf":1.0}}},"b":{"df":1,"docs":{"150":{"tf":1.0}}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"b":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"6":{"0":{"4":{"2":{"2":{"d":{"b":{"2":{"4":{"3":{"c":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"6":{"d":{"3":{"4":{"2":{"9":{"4":{"9":{"d":{"a":{"3":{"c":{"6":{"4":{"a":{"3":{"c":{"6":{"a":{"c":{"5":{"6":{"4":{"9":{"4":{"1":{"df":0,"docs":{},"f":{"8":{"4":{"b":{"6":{"df":0,"docs":{},"f":{"0":{"6":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"f":{"df":1,"docs":{"150":{"tf":1.0}}}},"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{".":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"7":{"df":0,"docs":{},"f":{"2":{"9":{"a":{"b":{"c":{"c":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}},"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":{"9":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"d":{"1":{"2":{"1":{"a":{"6":{"d":{"5":{"a":{"df":0,"docs":{},"f":{"c":{"8":{"1":{"3":{"5":{"8":{"2":{"1":{"a":{"c":{"b":{"3":{"9":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"6":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"5":{"9":{"0":{"9":{"1":{"9":{"2":{"6":{"6":{"d":{"6":{"2":{"0":{"b":{"df":0,"docs":{},"f":{"c":{"7":{"b":{"9":{"b":{"6":{"df":0,"docs":{},"f":{"2":{"4":{"d":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{".":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"284":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{".":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"0":{"1":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"6":{"c":{"6":{"c":{"6":{"df":0,"docs":{},"f":{"2":{"c":{"2":{"0":{"5":{"7":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"6":{"c":{"6":{"4":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"d":{"b":{"8":{"b":{"a":{"c":{"7":{"1":{"0":{"c":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"5":{"1":{"4":{"9":{"a":{"c":{"6":{"0":{"6":{"4":{"2":{"2":{"2":{"9":{"2":{"2":{"df":0,"docs":{},"e":{"a":{"a":{"2":{"2":{"6":{"5":{"2":{"6":{"b":{"0":{"d":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"7":{"8":{"7":{"1":{"df":0,"docs":{},"e":{"2":{"8":{"c":{"3":{"6":{"8":{"df":0,"docs":{},"f":{"6":{"a":{"df":0,"docs":{},"f":{"b":{"c":{"df":0,"docs":{},"f":{"d":{"6":{"0":{"a":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"6":{"df":0,"docs":{},"e":{"6":{"1":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"c":{"5":{"a":{"c":{"4":{"7":{"1":{"b":{"4":{"7":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"9":{"8":{"7":{"a":{"d":{"a":{"4":{"3":{"9":{"df":0,"docs":{},"f":{"c":{"0":{"8":{"5":{"c":{"df":0,"docs":{},"f":{"a":{"3":{"c":{"4":{"9":{"4":{"1":{"6":{"c":{"df":0,"docs":{},"f":{"2":{"b":{"5":{"0":{"4":{"a":{"c":{"5":{"0":{"1":{"5":{"1":{"df":0,"docs":{},"e":{"3":{"c":{"2":{"3":{"3":{"5":{"d":{"6":{"0":{"5":{"9":{"5":{"c":{"b":{"9":{"0":{"7":{"4":{"5":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"8":{"b":{"7":{"8":{"8":{"9":{"4":{"df":0,"docs":{},"e":{"4":{"9":{"3":{"c":{"9":{"8":{"a":{"1":{"9":{"6":{"a":{"a":{"5":{"1":{"b":{"4":{"3":{"2":{"b":{"6":{"7":{"4":{"df":0,"docs":{},"e":{"4":{"8":{"1":{"3":{"2":{"5":{"3":{"2":{"5":{"7":{"df":0,"docs":{},"e":{"d":{"9":{"3":{"3":{"1":{"0":{"5":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"d":{"6":{"8":{"1":{"3":{"b":{"3":{"a":{"a":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0}},"e":{"3":{"b":{"0":{"c":{"4":{"4":{"2":{"9":{"8":{"df":0,"docs":{},"f":{"c":{"1":{"c":{"1":{"4":{"9":{"a":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"f":{"4":{"c":{"8":{"9":{"9":{"6":{"df":0,"docs":{},"f":{"b":{"9":{"2":{"4":{"2":{"7":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"df":0,"docs":{},"e":{"4":{"6":{"4":{"9":{"b":{"9":{"3":{"4":{"c":{"a":{"4":{"9":{"5":{"9":{"9":{"1":{"b":{"7":{"8":{"5":{"2":{"b":{"8":{"5":{"5":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}}},"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":{"81":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{".":{"1":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"292":{"tf":1.0},"299":{"tf":1.7320508075688772}}},"8":{"df":0,"docs":{},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"292":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"1":{"df":1,"docs":{"8":{"tf":1.0}}},"2":{"8":{"9":{"6":{"6":{"7":{"8":{"1":{"2":{"8":{"3":{"1":{"3":{"0":{"6":{"8":{"7":{"8":{"0":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"208":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772}}},"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}},"5":{".":{".":{"2":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"df":0,"docs":{},"e":{"6":{"df":0,"docs":{},"f":{"4":{"4":{"c":{"1":{"d":{"6":{"2":{"9":{"1":{"c":{"d":{"df":0,"docs":{},"f":{"4":{"6":{"3":{"9":{"5":{"a":{"8":{"df":0,"docs":{},"e":{"5":{"7":{"3":{"2":{"7":{"6":{"a":{"4":{"df":0,"docs":{},"f":{"a":{"7":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"c":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"c":{"8":{"9":{"1":{"df":0,"docs":{},"e":{"0":{"9":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"2":{"d":{"1":{"b":{"0":{"a":{"0":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{".":{"4":{"0":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"3":{"2":{"2":{"8":{"9":{"8":{"4":{"3":{"6":{"6":{"4":{"5":{"1":{"8":{"9":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"150":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":2.0},"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"8":{"0":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"4":{"4":{"6":{"7":{"4":{"4":{"0":{"7":{"3":{"7":{"0":{"9":{"5":{"5":{"1":{"6":{"1":{"3":{"df":3,"docs":{"101":{"tf":1.0},"102":{"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":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"1":{"df":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"2":{"df":2,"docs":{"100":{"tf":1.0},"105":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.0},"163":{"tf":1.0}}},"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":77,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":2.0},"251":{"tf":1.0},"256":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"292":{"tf":2.0},"294":{"tf":1.4142135623730951},"300":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"*":{"*":{"2":{"6":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"2":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"/":{"0":{"7":{"/":{"1":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"266":{"tf":1.4142135623730951}}},"5":{".":{".":{"3":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"162":{"tf":3.0},"199":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"^":{"6":{"4":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"5":{"3":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"120":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.7320508075688772},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"e":{"3":{"8":{"df":0,"docs":{},"e":{"7":{"7":{"b":{"2":{"2":{"c":{"3":{"1":{"4":{"a":{"4":{"4":{"9":{"df":0,"docs":{},"e":{"9":{"1":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"d":{"9":{"2":{"a":{"4":{"3":{"8":{"2":{"6":{"a":{"c":{"6":{"a":{"a":{"4":{"0":{"3":{"a":{"df":0,"docs":{},"e":{"6":{"a":{"8":{"a":{"c":{"b":{"6":{"c":{"df":0,"docs":{},"f":{"5":{"8":{"2":{"3":{"9":{"df":0,"docs":{},"f":{"b":{"a":{"df":0,"docs":{},"f":{"5":{"d":{"df":4,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"2":{"]":{")":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"]":{"[":{"0":{"df":2,"docs":{"264":{"tf":1.0},"266":{"tf":1.0}}},"8":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":2.23606797749979},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"247":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"250":{"tf":3.0},"251":{"tf":3.7416573867739413},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":2.8284271247461903},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"262":{"tf":3.0},"263":{"tf":2.449489742783178},"264":{"tf":1.0},"265":{"tf":3.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.8284271247461903},"269":{"tf":3.605551275463989},"270":{"tf":3.4641016151377544},"272":{"tf":2.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"7":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"8":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"9":{"2":{"d":{"5":{"8":{"c":{"6":{"9":{"4":{"d":{"2":{"d":{"9":{"1":{"df":0,"docs":{},"f":{"3":{"0":{"2":{"5":{"df":0,"docs":{},"f":{"2":{"b":{"c":{"c":{"df":0,"docs":{},"f":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"f":{"2":{"a":{"1":{"0":{"5":{"9":{"3":{"6":{"df":0,"docs":{},"f":{"5":{"d":{"a":{"8":{"8":{"1":{"b":{"0":{"8":{"9":{"9":{"1":{"8":{"5":{"d":{"4":{"9":{"df":0,"docs":{},"f":{"2":{"6":{"4":{"5":{"2":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"d":{"d":{"5":{"c":{"1":{"7":{"6":{"8":{"d":{"d":{"7":{"8":{"6":{"9":{"6":{"6":{"3":{"d":{"c":{"2":{"df":0,"docs":{},"f":{"8":{"6":{"8":{"df":0,"docs":{},"e":{"a":{"8":{"a":{"8":{"c":{"df":0,"docs":{},"e":{"6":{"8":{"b":{"d":{"6":{"0":{"6":{"4":{"2":{"4":{"4":{"d":{"b":{"c":{"4":{"2":{"8":{"6":{"df":0,"docs":{},"e":{"2":{"c":{"9":{"2":{"1":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"9":{"6":{"2":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{".":{"1":{".":{"3":{"df":1,"docs":{"68":{"tf":1.0}}},"6":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"6":{"4":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"95":{"tf":1.0}}},";":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":7,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":42,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"291":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"c":{"3":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"6":{"9":{"df":0,"docs":{},"e":{"2":{"8":{"1":{"a":{"6":{"2":{"2":{"2":{"8":{"1":{"a":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"0":{"5":{"5":{"df":0,"docs":{},"f":{"8":{"0":{"9":{"8":{"c":{"4":{"0":{"b":{"c":{"5":{"6":{"6":{"1":{"1":{"8":{"c":{"b":{"b":{"4":{"8":{"c":{"a":{"5":{"df":0,"docs":{},"f":{"d":{"2":{"8":{"b":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"171":{"tf":1.0},"191":{"tf":1.0}}},"df":11,"docs":{"122":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"292":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"308":{"tf":2.0},"309":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"6":{"1":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"2":{"5":{"5":{"3":{"1":{"5":{"4":{"2":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"8":{"3":{"4":{"d":{"d":{"1":{"2":{"7":{"df":0,"docs":{},"e":{"7":{"7":{"1":{"1":{"0":{"1":{"a":{"c":{"1":{"0":{"1":{"4":{"1":{"1":{"1":{"7":{"1":{"8":{"4":{"5":{"1":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"9":{"9":{"6":{"d":{"9":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"0":{"c":{"6":{"6":{"a":{"5":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"240":{"tf":1.0},"242":{"tf":1.0}}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"83":{"tf":1.0}}}}},"df":28,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"275":{"tf":2.8284271247461903},"276":{"tf":2.8284271247461903},"277":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"4":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"6":{"5":{"6":{"c":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"7":{"9":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"7":{"c":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"a":{"c":{"d":{"1":{"2":{"8":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"b":{"5":{"df":0,"docs":{},"f":{"0":{"b":{"df":0,"docs":{},"f":{"2":{"b":{"d":{"df":0,"docs":{},"e":{"a":{"5":{"3":{"3":{"a":{"5":{"1":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"c":{"9":{"a":{"a":{"b":{"df":0,"docs":{},"e":{"9":{"2":{"3":{"6":{"d":{"3":{"3":{"5":{"9":{"8":{"9":{"df":0,"docs":{},"f":{"3":{"b":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"311":{"tf":1.4142135623730951},"69":{"tf":1.0},"8":{"tf":1.0}},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"*":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"6":{"df":0,"docs":{},"e":{"9":{"8":{"2":{"7":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"4":{"7":{"2":{"1":{"d":{"b":{"6":{"8":{"b":{"4":{"c":{"0":{"b":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"5":{"2":{"b":{"8":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"2":{"c":{"5":{"b":{"d":{"7":{"8":{"1":{"1":{"c":{"0":{"7":{"a":{"4":{"1":{"c":{"df":0,"docs":{},"e":{"d":{"8":{"8":{"2":{"c":{"7":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.0},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":2.0},"245":{"tf":2.449489742783178},"251":{"tf":2.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"9":{"df":2,"docs":{"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"_":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":2.0}}},"a":{"[":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{";":{"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"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.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":3.1622776601683795},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":2.23606797749979},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":3.0},"77":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":2.449489742783178},"169":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"53":{"tf":3.4641016151377544}},"i":{"df":2,"docs":{"162":{"tf":1.0},"169":{"tf":1.7320508075688772}},"t":{"df":14,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"164":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"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":{}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"13":{"tf":1.0},"150":{"tf":2.449489742783178},"166":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":5.385164807134504},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"111":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"159":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"300":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"291":{"tf":1.0},"72":{"tf":1.0}}}}}}},"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":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"291":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":15,"docs":{"110":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"228":{"tf":2.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"132":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":2,"docs":{"162":{"tf":1.0},"228":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":4,"docs":{"162":{"tf":1.0},"167":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"43":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":2.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":73,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"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},"145":{"tf":1.0},"146":{"tf":1.0},"287":{"tf":1.4142135623730951},"57":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":2.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},"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.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":3,"docs":{"57":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"305":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"g":{"1":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"112":{"tf":1.0}}},"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":30,"docs":{"111":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"198":{"tf":1.0},"281":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.6457513110645907},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"56":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"122":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":3.872983346207417},"89":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":34,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":2.23606797749979},"259":{"tf":2.23606797749979},"26":{"tf":1.0},"262":{"tf":2.0},"269":{"tf":2.23606797749979},"270":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.449489742783178},"53":{"tf":2.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"53":{"tf":4.69041575982343},"56":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"291":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"83":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.0},"3":{"tf":1.4142135623730951}}}}},"o":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"251":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"301":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":17,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"c":{")":{"%":{"d":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"+":{"c":{")":{"%":{"d":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"3":{"4":{"6":{"d":{"9":{"c":{"a":{"6":{"6":{"c":{"df":0,"docs":{},"e":{"c":{"a":{"6":{"1":{"9":{"5":{"1":{"a":{"2":{"7":{"d":{"b":{"a":{"2":{"9":{"7":{"7":{"b":{"2":{"a":{"8":{"2":{"b":{"8":{"a":{"a":{"8":{"6":{"0":{"0":{"6":{"7":{"0":{"6":{"0":{"4":{"df":0,"docs":{},"f":{"2":{"8":{"6":{"a":{"1":{"3":{"9":{"3":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"0":{"df":0,"docs":{},"f":{"4":{"4":{"df":0,"docs":{},"f":{"a":{"5":{"9":{"6":{"5":{"c":{"2":{"4":{"7":{"4":{"a":{"3":{"b":{"4":{"7":{"1":{"4":{"6":{"7":{"a":{"2":{"2":{"c":{"4":{"3":{"1":{"8":{"5":{"1":{"5":{"2":{"1":{"2":{"9":{"2":{"9":{"5":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"8":{"b":{"0":{"2":{"2":{"a":{"df":0,"docs":{},"e":{"5":{"0":{"b":{"5":{"0":{"9":{"0":{"3":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"1":{"6":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"(":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"3":{"2":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"(":{"b":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"162":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"224":{"tf":1.7320508075688772},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":19,"docs":{"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":2.6457513110645907},"270":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0}}},"m":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"u":{"6":{"4":{"df":1,"docs":{"82":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":3,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"291":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":33,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":3.0},"57":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544},"9":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":18,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"260":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"154":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"96":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"310":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"248":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"249":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"m":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":81,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.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},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"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.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":{}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":50,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.449489742783178},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"115":{"tf":2.8284271247461903},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":2.449489742783178},"162":{"tf":3.7416573867739413},"163":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"200":{"tf":2.8284271247461903},"201":{"tf":2.23606797749979},"202":{"tf":2.449489742783178},"203":{"tf":2.0},"204":{"tf":2.449489742783178},"205":{"tf":2.0},"206":{"tf":2.0},"207":{"tf":2.0},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"d":{"d":{"df":2,"docs":{"162":{"tf":1.0},"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"13":{"tf":2.23606797749979},"162":{"tf":2.0},"256":{"tf":2.23606797749979},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"273":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"73":{"tf":2.6457513110645907},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":3.0},"162":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":2.449489742783178},"252":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":2.0},"34":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.0},"61":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":3.3166247903554},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":13,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":2.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"256":{"tf":1.0}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"291":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"272":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":2.0},"162":{"tf":1.4142135623730951},"250":{"tf":2.449489742783178},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":36,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"25":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":2.23606797749979},"269":{"tf":2.0},"270":{"tf":2.0},"28":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"]":{"[":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":3.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":106,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":2.0},"244":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"3":{"2":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"[":{"3":{"2":{"df":2,"docs":{"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":49,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":2.449489742783178},"158":{"tf":3.7416573867739413},"160":{"tf":2.0},"162":{"tf":2.6457513110645907},"166":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"246":{"tf":1.0},"251":{"tf":3.7416573867739413},"256":{"tf":1.0},"260":{"tf":2.0},"281":{"tf":2.23606797749979},"283":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"e":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"283":{"tf":1.0}}},"df":4,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"44":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"123":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"291":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"253":{"tf":1.7320508075688772}}}},"df":10,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}}}},"f":{"df":2,"docs":{"162":{"tf":1.0},"231":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"162":{"tf":1.0},"229":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"230":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.7320508075688772}}}}},"g":{"a":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"226":{"tf":2.0},"251":{"tf":1.4142135623730951},"260":{"tf":2.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"283":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"256":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":37,"docs":{"160":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":53,"docs":{"162":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":2.449489742783178},"254":{"tf":2.0},"255":{"tf":1.7320508075688772},"256":{"tf":2.6457513110645907},"291":{"tf":1.0},"53":{"tf":1.4142135623730951},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":2,"docs":{"158":{"tf":1.0},"256":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"252":{"tf":2.0},"61":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"df":25,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"27":{"tf":1.0},"270":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"57":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"287":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"134":{"tf":1.0},"291":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":8,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"239":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"291":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"285":{"tf":1.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"s":{"df":2,"docs":{"111":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":28,"docs":{"1":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"254":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"256":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"291":{"tf":1.4142135623730951},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"83":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"93":{"tf":3.0},"94":{"tf":2.0},"95":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"287":{"tf":2.449489742783178},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"266":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"154":{"tf":2.449489742783178},"157":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"226":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":3.1622776601683795},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"283":{"tf":2.23606797749979},"57":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"11":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"149":{"tf":1.0},"256":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"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":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":67,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"164":{"tf":1.0},"166":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":2.23606797749979},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":3.3166247903554},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":3.1622776601683795},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"283":{"tf":1.0}}},"t":{"df":1,"docs":{"281":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"256":{"tf":1.0},"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"291":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"df":3,"docs":{"156":{"tf":1.0},"53":{"tf":4.358898943540674},"57":{"tf":3.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"198":{"tf":1.4142135623730951},"284":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"254":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951}}}}},"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":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":12,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.0},"274":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":3,"docs":{"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"255":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":40,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"150":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.4142135623730951},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}},"e":{"2":{"5":{"5":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"a":{"df":58,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"14":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":3.0},"303":{"tf":1.7320508075688772},"304":{"tf":2.23606797749979},"305":{"tf":2.6457513110645907},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":15,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":3.3166247903554},"83":{"tf":4.358898943540674},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"281":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":3.4641016151377544}}}}}},"df":3,"docs":{"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"115":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"2":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"292":{"tf":2.6457513110645907},"293":{"tf":1.0},"305":{"tf":2.0},"306":{"tf":2.23606797749979},"307":{"tf":2.23606797749979},"308":{"tf":2.23606797749979},"309":{"tf":2.0},"310":{"tf":2.6457513110645907},"311":{"tf":2.0}}}},"t":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":23,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"262":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":172,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"15":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"291":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"291":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"301":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"172":{"tf":1.7320508075688772}},"i":{"d":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"167":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"187":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":2.0}}},"df":2,"docs":{"162":{"tf":1.0},"173":{"tf":1.7320508075688772}},"s":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":2.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"9":{"1":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":41,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":3.7416573867739413},"86":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"c":{"a":{"2":{"a":{"0":{"4":{"0":{"c":{"df":0,"docs":{},"e":{"9":{"5":{"df":0,"docs":{},"f":{"c":{"1":{"9":{"b":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"7":{"5":{"b":{"a":{"c":{"5":{"3":{"0":{"d":{"0":{"5":{"2":{"4":{"8":{"4":{"d":{"0":{"b":{"1":{"a":{"4":{"9":{"2":{"6":{"7":{"a":{"2":{"df":0,"docs":{},"e":{"b":{"0":{"7":{"a":{"7":{"a":{"1":{"b":{"0":{"0":{"c":{"3":{"8":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":2,"docs":{"162":{"tf":1.0},"281":{"tf":2.0}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":3,"docs":{"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"275":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"69":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":4,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"166":{"tf":2.449489742783178},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"49":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"153":{"tf":1.4142135623730951},"292":{"tf":1.7320508075688772},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":2.8284271247461903},"305":{"tf":2.8284271247461903},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"8":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"125":{"tf":1.0}}},"2":{")":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":142,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":3.1622776601683795},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":3.1622776601683795},"121":{"tf":2.6457513110645907},"122":{"tf":3.3166247903554},"123":{"tf":2.6457513110645907},"124":{"tf":2.8284271247461903},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.6457513110645907},"163":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":1,"docs":{"131":{"tf":1.0}}},"b":{"df":1,"docs":{"131":{"tf":1.0}}},"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"158":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"164":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.1622776601683795},"133":{"tf":2.23606797749979},"14":{"tf":1.0},"143":{"tf":3.1622776601683795},"146":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"q":{"df":3,"docs":{"162":{"tf":1.0},"174":{"tf":1.7320508075688772},"198":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"162":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"24":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"272":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"291":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":53,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"281":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.23606797749979},"24":{"tf":1.0},"26":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"162":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":2.6457513110645907},"77":{"tf":1.0},"78":{"tf":2.6457513110645907}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":37,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"161":{"tf":2.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"250":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"292":{"tf":1.0},"309":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"t":{"df":3,"docs":{"108":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"162":{"tf":1.0},"176":{"tf":1.7320508075688772}},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":2.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":2.0},"283":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"283":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"155":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":2.0}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":3.0},"57":{"tf":4.358898943540674},"61":{"tf":2.0}}},"w":{"df":1,"docs":{"166":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"122":{"tf":2.0}}},"2":{"df":1,"docs":{"122":{"tf":2.0}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":2.449489742783178},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}},"l":{"df":4,"docs":{"251":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"155":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":4,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0}}}},"x":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.0},"284":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"251":{"tf":1.0},"282":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.4142135623730951}}}}},"n":{"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":3.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":40,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"226":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"o":{"(":{"a":{"df":5,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"82":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":60,"docs":{"1":{"tf":2.23606797749979},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"268":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.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}}}},"df":4,"docs":{"291":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"198":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"251":{"tf":3.0},"260":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":15,"docs":{"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.449489742783178}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"df":14,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":3.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"256":{"tf":1.0},"260":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":20,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"152":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"121":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":143,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"11":{"tf":2.0},"110":{"tf":2.8284271247461903},"111":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"281":{"tf":2.23606797749979},"291":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"84":{"tf":2.23606797749979},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"262":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0}}}}}}},"g":{"a":{"df":23,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":2.6457513110645907},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":4.58257569495584},"56":{"tf":1.0},"57":{"tf":3.7416573867739413},"6":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":2.0},"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"g":{"a":{"df":7,"docs":{"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"226":{"tf":1.0},"260":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}},"n":{"df":21,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"283":{"tf":1.7320508075688772}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":2,"docs":{"68":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":1,"docs":{"48":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"162":{"tf":1.0},"177":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"177":{"tf":1.7320508075688772},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}},"f":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"284":{"tf":1.7320508075688772}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"291":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"(":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"1":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"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":{"(":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"t":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"261":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}},"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":2.0},"25":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":3.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"164":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"249":{"tf":1.4142135623730951},"287":{"tf":2.8284271247461903},"46":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":2.6457513110645907},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":7,"docs":{"124":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":11,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"268":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"115":{"tf":1.0},"122":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":14,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"116":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"13":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"p":{"df":13,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":29,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.7320508075688772},"266":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"d":{"df":82,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.6457513110645907},"136":{"tf":2.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},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"247":{"tf":2.449489742783178},"25":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":3.4641016151377544},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":3.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":3.4641016151377544},"270":{"tf":2.6457513110645907},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"49":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"7":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":4.358898943540674},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"115":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":26,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":2.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},"6":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"284":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":44,"docs":{"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"230":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.0},"234":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":3.1622776601683795},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.23606797749979},"256":{"tf":3.605551275463989},"283":{"tf":2.6457513110645907},"284":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"i":{"df":36,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":4.47213595499958},"163":{"tf":2.449489742783178},"169":{"tf":2.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"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":4,"docs":{"132":{"tf":2.23606797749979},"133":{"tf":1.7320508075688772},"288":{"tf":1.0},"291":{"tf":2.6457513110645907}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"251":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"256":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"163":{"tf":2.0},"26":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"50":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"1":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"df":2,"docs":{"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":2,"docs":{"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"198":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"67":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":2.449489742783178},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":2.6457513110645907},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"7":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"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":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951}}}}}},"2":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":56,"docs":{"11":{"tf":2.8284271247461903},"12":{"tf":2.449489742783178},"13":{"tf":2.6457513110645907},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"23":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"301":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":3.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"122":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":141,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":3.1622776601683795},"163":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":3.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":2.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":2.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"53":{"tf":4.47213595499958},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":38,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":3.7416573867739413},"163":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"45":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"158":{"tf":1.0}},"f":{"a":{"c":{"df":69,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"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},"145":{"tf":1.0},"146":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"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":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"292":{"tf":1.0},"310":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":25,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"163":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"a":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"53":{"tf":3.7416573867739413},"57":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"155":{"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},"29":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"310":{"tf":1.0}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"189":{"tf":1.4142135623730951},"200":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"157":{"tf":1.0},"264":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"129":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"216":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"162":{"tf":1.0},"220":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"215":{"tf":1.7320508075688772}},"f":{"df":2,"docs":{"162":{"tf":1.0},"221":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"162":{"tf":1.0},"224":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.7320508075688772}},"f":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.7320508075688772}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"218":{"tf":1.7320508075688772}}}},"z":{"b":{"df":2,"docs":{"162":{"tf":1.0},"222":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"df":2,"docs":{"162":{"tf":1.0},"223":{"tf":1.7320508075688772}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"219":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"70":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":4.123105625617661},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":13,"docs":{"11":{"tf":1.0},"162":{"tf":3.3166247903554},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772}}}}}},"k":{"2":{"5":{"6":{"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"67":{"tf":1.4142135623730951}},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"2":{"5":{"6":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"y":{"df":32,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":2.23606797749979},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":2.23606797749979},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.6457513110645907},"309":{"tf":2.449489742783178},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"38":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"68":{"tf":2.23606797749979},"69":{"tf":2.0},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"l":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"1":{"df":7,"docs":{"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"207":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"158":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"233":{"tf":1.7320508075688772}}},"d":{"c":{"df":4,"docs":{"155":{"tf":1.0},"162":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"'":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":22,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.449489742783178},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.7320508075688772},"307":{"tf":2.23606797749979},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":3.4641016151377544},"67":{"tf":3.7416573867739413}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.449489742783178}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"162":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":24,"docs":{"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":2.0},"262":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"198":{"tf":1.0},"202":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"291":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"165":{"tf":1.0},"57":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"11":{"tf":2.0},"111":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.0},"164":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":3.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"162":{"tf":2.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"253":{"tf":1.0},"256":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"2":{"(":{"0":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"198":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}}},"d":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"103":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"136":{"tf":1.0},"162":{"tf":1.0},"258":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}}},"df":9,"docs":{"100":{"tf":2.0},"136":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":2.0},"8":{"tf":1.0},"83":{"tf":2.0},"95":{"tf":2.23606797749979},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951}}},"d":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"291":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.7320508075688772},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"234":{"tf":1.7320508075688772}}},"z":{"c":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"198":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"155":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"283":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"155":{"tf":1.0},"256":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"162":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":2.0}}}}},"x":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":3,"docs":{"57":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"*":{"(":{"3":{"2":{"+":{"8":{"df":1,"docs":{"153":{"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":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"6":{"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"9":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"6":{"tf":3.605551275463989},"67":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"235":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"236":{"tf":1.7320508075688772}}}},"p":{"df":2,"docs":{"162":{"tf":1.0},"237":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"238":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"116":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"r":{"a":{"df":36,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}},"b":{",":{"1":{"6":{"]":{";":{"c":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"df":3,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"109":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0}}},"c":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"258":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"d":{"df":1,"docs":{"270":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"270":{"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":{},"v":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":61,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"237":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":5.477225575051661},"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"q":{"df":2,"docs":{"162":{"tf":1.0},"239":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":44,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"150":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"254":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.449489742783178},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.449489742783178},"67":{"tf":3.872983346207417},"72":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":26,"docs":{"109":{"tf":1.7320508075688772},"149":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":3.1622776601683795},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":2.6457513110645907},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"149":{"tf":1.0},"262":{"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":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"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":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":7,"docs":{"126":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"283":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"86":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":2.449489742783178},"95":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"198":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"b":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":2.0}}}},"g":{"a":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"10":{"tf":2.23606797749979},"101":{"tf":2.0},"162":{"tf":1.4142135623730951},"259":{"tf":2.449489742783178},"53":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"250":{"tf":1.0}}}},"s":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"187":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"179":{"tf":1.7320508075688772}}}}},"o":{"d":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.7320508075688772},"68":{"tf":1.0}},"e":{"df":6,"docs":{"155":{"tf":1.4142135623730951},"198":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"181":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":7,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"162":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":6,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"u":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"155":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"85":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"183":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"183":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"184":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"186":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"256":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":10,"docs":{"162":{"tf":2.6457513110645907},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":1,"docs":{"69":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}},"u":{"6":{"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}},"w":{"df":1,"docs":{"94":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"[":{"b":{"2":{"5":{"6":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"2":{"5":{"6":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"145":{"tf":1.0}}},"u":{"6":{"4":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"144":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":2.6457513110645907}},"e":{":":{":":{"df":0,"docs":{},"x":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"z":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":72,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":3.1622776601683795},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"93":{"tf":3.7416573867739413},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"129":{"tf":1.0},"291":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"198":{"tf":1.0}},"e":{"d":{"df":11,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"158":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"285":{"tf":2.23606797749979},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"3":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"187":{"tf":1.0},"84":{"tf":1.0}}}}},"w":{"df":9,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"259":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":2.0}}}},"df":3,"docs":{"12":{"tf":1.4142135623730951},"66":{"tf":4.0},"67":{"tf":4.47213595499958}}}},"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":13,"docs":{"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"292":{"tf":1.0},"309":{"tf":1.4142135623730951},"40":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"263":{"tf":1.0},"84":{"tf":1.4142135623730951}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"188":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":136,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"w":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.0},"12":{"tf":2.6457513110645907},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":2.0},"70":{"tf":1.0},"83":{"tf":3.4641016151377544},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"d":{"d":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"200":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":125,"docs":{"150":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.8284271247461903},"201":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"293":{"tf":1.0},"310":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"143":{"tf":1.0},"18":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"153":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"191":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"301":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":5,"docs":{"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"284":{"tf":1.0},"40":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"(":{"df":3,"docs":{"251":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"261":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":63,"docs":{"11":{"tf":2.449489742783178},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":2.23606797749979},"270":{"tf":2.23606797749979},"28":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":2.449489742783178},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":2.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"9":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"270":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"287":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":64,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"301":{"tf":1.7320508075688772}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":30,"docs":{"147":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"d":{"df":19,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.0},"163":{"tf":1.7320508075688772}}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":115,"docs":{"151":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.6457513110645907},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"1":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"283":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":7,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":36,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":39,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":8,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":38,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"k":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"259":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"a":{"df":4,"docs":{"285":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"150":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"124":{"tf":2.0},"150":{"tf":2.449489742783178},"250":{"tf":1.0},"259":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":14,"docs":{"11":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":2.0},"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"284":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"162":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"242":{"tf":2.0},"243":{"tf":2.0},"260":{"tf":1.7320508075688772}},"h":{"df":3,"docs":{"162":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":1.0}}},"l":{"df":2,"docs":{"162":{"tf":1.0},"243":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"281":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"49":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":2.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"155":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":2.0},"55":{"tf":1.0}}}}}}}}}}},"df":26,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.605551275463989},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":3.1622776601683795},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"291":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"309":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":4,"docs":{"12":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":1,"docs":{"122":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"53":{"tf":2.0},"57":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"291":{"tf":1.7320508075688772},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":2.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"11":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":2.0},"286":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"66":{"tf":3.0},"67":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"70":{"tf":1.0},"83":{"tf":3.3166247903554},"96":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":36,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"285":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"d":{"df":9,"docs":{"148":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":20,"docs":{"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"240":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"162":{"tf":1.0},"241":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"291":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":2.23606797749979},"69":{"tf":2.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"240":{"tf":2.0},"241":{"tf":2.0},"251":{"tf":1.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"a":{"df":110,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":2.0},"172":{"tf":2.23606797749979},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"175":{"tf":2.23606797749979},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"179":{"tf":2.449489742783178},"180":{"tf":2.23606797749979},"181":{"tf":2.23606797749979},"182":{"tf":2.0},"183":{"tf":2.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"213":{"tf":2.0},"215":{"tf":2.0},"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":2.23606797749979},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"226":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"229":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"244":{"tf":2.0},"245":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"250":{"tf":2.449489742783178},"251":{"tf":2.0},"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"260":{"tf":2.23606797749979},"261":{"tf":2.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":2.0},"269":{"tf":2.0},"270":{"tf":2.0},"272":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"281":{"tf":2.23606797749979},"282":{"tf":2.0},"283":{"tf":2.449489742783178},"284":{"tf":2.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"284":{"tf":1.0}}}},"b":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":4,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"7":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":94,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":2.0},"247":{"tf":2.0},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":3.1622776601683795},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":2.0},"257":{"tf":2.0},"258":{"tf":2.0},"259":{"tf":2.6457513110645907},"260":{"tf":3.0},"262":{"tf":1.7320508075688772},"263":{"tf":2.0},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":2.0},"267":{"tf":2.0},"268":{"tf":2.0},"269":{"tf":3.1622776601683795},"270":{"tf":2.23606797749979},"272":{"tf":2.0},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.0},"279":{"tf":2.0},"281":{"tf":1.7320508075688772},"284":{"tf":2.0},"83":{"tf":1.0}}},"c":{";":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"109":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"172":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.23606797749979},"180":{"tf":2.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"217":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"237":{"tf":3.0},"239":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":2.0},"253":{"tf":2.0},"256":{"tf":3.3166247903554},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"262":{"tf":2.8284271247461903},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"270":{"tf":3.1622776601683795},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"184":{"tf":1.0}}}}},"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"251":{"tf":2.0},"253":{"tf":2.8284271247461903},"257":{"tf":2.0},"258":{"tf":2.6457513110645907},"262":{"tf":3.0},"265":{"tf":2.6457513110645907},"267":{"tf":2.23606797749979},"270":{"tf":2.0},"273":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"281":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"166":{"tf":2.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":2.0},"265":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"49":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"277":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.23606797749979},"226":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"96":{"tf":3.1622776601683795},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"257":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"226":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"df":5,"docs":{"150":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"166":{"tf":1.0},"26":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"291":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":86,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"150":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":2.23606797749979},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.8284271247461903},"241":{"tf":2.8284271247461903},"242":{"tf":2.8284271247461903},"243":{"tf":2.8284271247461903},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"255":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}}}},"y":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"1":{"tf":1.4142135623730951},"46":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"162":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.0}}},"df":13,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"300":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"150":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"137":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"284":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":59,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"155":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}},"t":{"d":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.7320508075688772}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":2.23606797749979},"260":{"tf":1.4142135623730951}},"l":{"df":3,"docs":{"150":{"tf":1.0},"226":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"104":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":35,"docs":{"15":{"tf":1.0},"150":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":2.6457513110645907},"24":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":2.6457513110645907},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":4.47213595499958},"54":{"tf":2.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"7":{"tf":1.0}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"105":{"tf":2.0},"156":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"c":{"df":3,"docs":{"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"200":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":3.0},"145":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"254":{"tf":2.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":2.449489742783178},"292":{"tf":1.7320508075688772},"293":{"tf":2.23606797749979},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.8284271247461903},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":2.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"67":{"tf":3.4641016151377544},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"198":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":20,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":2.0},"73":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":4,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.7320508075688772}}}}}},"s":{"2":{"5":{"6":{"df":4,"docs":{"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.4142135623730951},"150":{"tf":1.0},"261":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}}}}},"b":{"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"244":{"tf":1.7320508075688772}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"291":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"96":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":2.0},"26":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"263":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"97":{"tf":1.0}}}},"df":12,"docs":{"132":{"tf":1.0},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"c":{"df":1,"docs":{"68":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"120":{"tf":1.0},"132":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"2":{"5":{"1":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"k":{"1":{".":{"df":0,"docs":{},"n":{"/":{"/":{"2":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":2,"docs":{"275":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"287":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":2,"docs":{"153":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"11":{"tf":1.0},"126":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"n":{"d":{"df":8,"docs":{"162":{"tf":1.0},"166":{"tf":1.0},"262":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":7,"docs":{"26":{"tf":1.0},"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"56":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"_":{"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":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0}}}},"t":{"df":163,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.23606797749979},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.23606797749979},"283":{"tf":2.0},"284":{"tf":1.7320508075688772},"29":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":2.0},"7":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"0":{"df":0,"docs":{},"x":{"4":{"6":{"5":{"5":{"4":{"5":{"4":{"c":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{"[":{"0":{":":{"3":{"2":{"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":{}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"1":{"0":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"111":{"tf":1.0},"136":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"200":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"200":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"200":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":2.0},"67":{"tf":2.6457513110645907}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"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":35,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"120":{"tf":1.0},"125":{"tf":1.0},"162":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"276":{"tf":2.449489742783178},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"57":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.7320508075688772}}}}}},"df":13,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"159":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"67":{"tf":1.0}},"f":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"163":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"x":{"df":4,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"153":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":24,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":2.0},"140":{"tf":1.7320508075688772},"291":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"162":{"tf":1.0},"192":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"193":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"263":{"tf":2.0},"264":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":3,"docs":{"162":{"tf":1.0},"262":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"306":{"tf":1.0}}},"1":{"df":1,"docs":{"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"308":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":9,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}},"1":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}},"2":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"29":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":31,"docs":{"150":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.23606797749979},"292":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.7320508075688772},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":3.3166247903554},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":15,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":2.0},"231":{"tf":2.0},"232":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0}},"e":{"c":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"156":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"2":{"tf":1.0},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"291":{"tf":3.4641016151377544},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"156":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"194":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"195":{"tf":1.7320508075688772}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"264":{"tf":1.7320508075688772}},"q":{"df":2,"docs":{"162":{"tf":1.0},"265":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"p":{"df":10,"docs":{"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":2.23606797749979}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"150":{"tf":2.0},"153":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"263":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0}}},"c":{"df":2,"docs":{"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":31,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":2.23606797749979},"164":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"29":{"tf":2.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"124":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"[":{"1":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"2":{"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":1,"docs":{"125":{"tf":1.0}}},"5":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":29,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"111":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":2.8284271247461903},"122":{"tf":1.0},"129":{"tf":2.23606797749979},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":2.0},"139":{"tf":2.0},"140":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":2.8284271247461903},"123":{"tf":1.0},"132":{"tf":2.449489742783178},"144":{"tf":3.1622776601683795},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"7":{"tf":1.0},"82":{"tf":3.0},"87":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"162":{"tf":1.0},"196":{"tf":1.7320508075688772},"200":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":3.7416573867739413},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"150":{"tf":1.0},"162":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"200":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"_":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"(":{"0":{"df":0,"docs":{},"u":{"3":{"2":{"df":10,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"0":{"2":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"3":{"2":{"df":4,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"307":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"n":{"df":1,"docs":{"291":{"tf":1.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.0},"123":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"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":{"291":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"291":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"120":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"245":{"tf":1.7320508075688772}},"w":{"df":2,"docs":{"162":{"tf":1.0},"266":{"tf":1.7320508075688772}},"q":{"df":2,"docs":{"162":{"tf":1.0},"267":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":112,"docs":{"163":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{",":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}},"_":{"1":{",":{".":{".":{".":{",":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"166":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}},"i":{"6":{"4":{"df":2,"docs":{"268":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"291":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"120":{"tf":2.0},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"288":{"tf":2.23606797749979},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":5.0990195135927845},"292":{"tf":4.69041575982343},"293":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":2.0},"298":{"tf":2.0},"299":{"tf":2.0},"300":{"tf":2.449489742783178},"301":{"tf":2.0},"302":{"tf":2.0},"303":{"tf":2.0},"304":{"tf":2.449489742783178},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.449489742783178},"308":{"tf":2.449489742783178},"309":{"tf":2.449489742783178},"310":{"tf":2.6457513110645907},"311":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"120":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"268":{"tf":2.0},"287":{"tf":1.0},"44":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"268":{"tf":2.0},"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"p":{"=":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"+":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"242":{"tf":1.0},"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"256":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":5,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.0},"67":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"53":{"tf":5.291502622129181},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":65,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.6457513110645907},"11":{"tf":3.4641016151377544},"114":{"tf":1.0},"12":{"tf":2.6457513110645907},"13":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"26":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":2.449489742783178},"29":{"tf":2.23606797749979},"30":{"tf":2.23606797749979},"31":{"tf":2.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.6457513110645907},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":2.0},"49":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":3.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":3.0},"57":{"tf":3.7416573867739413},"58":{"tf":2.0},"59":{"tf":1.7320508075688772},"6":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":3.4641016151377544},"7":{"tf":3.4641016151377544},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":3.1622776601683795},"8":{"tf":2.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"162":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"56":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"107":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":2.0},"16":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"162":{"tf":1.0},"269":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}},"df":41,"docs":{"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":2.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.23606797749979},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":3.1622776601683795},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":3.0},"67":{"tf":4.242640687119285},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"o":{"df":2,"docs":{"162":{"tf":1.0},"270":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":26,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"o":{"df":31,"docs":{"132":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"295":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}}},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"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":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"[":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"0":{"b":{"1":{"1":{"1":{"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"284":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"284":{"tf":1.0},"53":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"284":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":2.0},"24":{"tf":2.0},"25":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":1,"docs":{"111":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"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":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"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":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":3.4641016151377544},"115":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":2.0},"14":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":2.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},"226":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":2.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.7320508075688772},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":3.605551275463989},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":4.69041575982343},"83":{"tf":7.3484692283495345},"85":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.6457513110645907},"96":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":8,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"93":{"tf":2.8284271247461903},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":3,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":8,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{",":{"1":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":2.449489742783178},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"310":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":16,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":2.6457513110645907},"13":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":36,"docs":{"10":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.23606797749979},"24":{"tf":2.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"260":{"tf":2.449489742783178},"261":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":4.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"53":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"167":{"tf":1.0},"198":{"tf":1.0}}}}},"r":{"df":2,"docs":{"287":{"tf":1.0},"291":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"292":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"150":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}},"g":{"a":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":4.0},"293":{"tf":1.0},"294":{"tf":2.0},"295":{"tf":2.23606797749979},"296":{"tf":2.449489742783178},"297":{"tf":2.8284271247461903},"298":{"tf":2.0},"299":{"tf":2.0},"300":{"tf":2.449489742783178},"301":{"tf":2.6457513110645907},"302":{"tf":2.449489742783178},"303":{"tf":2.0},"304":{"tf":2.23606797749979},"305":{"tf":2.6457513110645907},"306":{"tf":2.0},"307":{"tf":2.6457513110645907},"308":{"tf":2.449489742783178},"309":{"tf":1.7320508075688772},"310":{"tf":2.8284271247461903},"311":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":5,"docs":{"11":{"tf":4.123105625617661},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":2.23606797749979}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":61,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":3,"docs":{"281":{"tf":1.0},"57":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":19,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}},"x":{"df":0,"docs":{},"o":{"df":18,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"155":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"0":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"1":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"2":{"df":1,"docs":{"257":{"tf":1.0}}},"3":{"df":1,"docs":{"257":{"tf":1.0}}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"226":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"d":{"df":21,"docs":{"1":{"tf":1.4142135623730951},"14":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":2.449489742783178},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":86,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.6457513110645907},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":2.23606797749979},"230":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":5.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":2.6457513110645907},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"]":{"[":{"1":{"df":1,"docs":{"68":{"tf":1.0}}},"2":{"5":{"5":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.0},"123":{"tf":2.0},"133":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"df":5,"docs":{"283":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":4,"docs":{"281":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.23606797749979}},"e":{"c":{"!":{"[":{"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"134":{"tf":1.0},"144":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"115":{"tf":1.0},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":17,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.8284271247461903},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":18,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":2.8284271247461903},"114":{"tf":2.0},"126":{"tf":2.0},"290":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"81":{"tf":2.0},"83":{"tf":2.0}}}}}}}},"i":{"a":{"df":2,"docs":{"11":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":61,"docs":{"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":22,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"226":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"281":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0}}}},"w":{"^":{"df":0,"docs":{},"x":{"df":1,"docs":{"161":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"y":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"155":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"208":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":3,"docs":{"162":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"206":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"210":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0}}}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"67":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"150":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":16,"docs":{"11":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":2.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"40":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"209":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"199":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"205":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"207":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"203":{"tf":1.7320508075688772}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"211":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"201":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"151":{"tf":1.0},"287":{"tf":1.0},"72":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"49":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"160":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"200":{"tf":1.0},"212":{"tf":2.449489742783178},"213":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"213":{"tf":1.7320508075688772}}}}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":1,"docs":{"202":{"tf":1.0}},"x":{"df":1,"docs":{"204":{"tf":1.0}}}}}}},"y":{"df":7,"docs":{"123":{"tf":1.7320508075688772},"163":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"z":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"10":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":2.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}},"title":{"root":{"0":{"df":1,"docs":{"114":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.0}}},"df":2,"docs":{"298":{"tf":1.0},"308":{"tf":1.0}}},"2":{"8":{"df":7,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"73":{"tf":1.0}}},"2":{"5":{"6":{"df":9,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"279":{"tf":1.0},"295":{"tf":1.0},"307":{"tf":1.0}}},"3":{"2":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}},"df":1,"docs":{"296":{"tf":1.0}}},"5":{"df":2,"docs":{"297":{"tf":1.0},"308":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"159":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0}},"i":{"df":1,"docs":{"169":{"tf":1.0}},"t":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"167":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"72":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"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":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"247":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"247":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"135":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":14,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"d":{"d":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"272":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"250":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"233":{"tf":1.0},"244":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":1.4142135623730951},"281":{"tf":1.0},"99":{"tf":1.0}}}}},"b":{"df":1,"docs":{"252":{"tf":1.0}}},"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}},"e":{"df":1,"docs":{"229":{"tf":1.0}},"i":{"df":1,"docs":{"230":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"235":{"tf":1.0},"236":{"tf":1.0},"263":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"250":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"42":{"tf":1.0}}}},"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":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"287":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"154":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"246":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"237":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}},"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":2,"docs":{"274":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"255":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"134":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"d":{"df":5,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}},"s":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"281":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"1":{"9":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":2,"docs":{"277":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"110":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"88":{"tf":1.0}}}}},"q":{"df":1,"docs":{"174":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"174":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"75":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"161":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"309":{"tf":1.0}}}}},"p":{"df":1,"docs":{"175":{"tf":1.0}},"i":{"df":1,"docs":{"176":{"tf":1.0}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"256":{"tf":1.0},"281":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"151":{"tf":1.0},"282":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"5":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"2":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"281":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"283":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"177":{"tf":1.0}},"f":{"df":1,"docs":{"284":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":3,"docs":{"135":{"tf":1.0},"249":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"287":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"268":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}}}}},"i":{"d":{"df":12,"docs":{"135":{"tf":1.0},"247":{"tf":1.0},"252":{"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},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":19,"docs":{"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"153":{"tf":1.0},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"23":{"tf":1.0},"300":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":15,"docs":{"116":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"310":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"216":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"220":{"tf":1.0}}},"df":1,"docs":{"215":{"tf":1.0}},"f":{"df":1,"docs":{"221":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"224":{"tf":1.0}}},"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":1,"docs":{"225":{"tf":1.0}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"z":{"b":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"223":{"tf":1.0}}},"i":{"df":1,"docs":{"219":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"70":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}}},"k":{"2":{"5":{"6":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":4,"docs":{"301":{"tf":1.0},"309":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"233":{"tf":1.0}}},"d":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"193":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":4,"docs":{"100":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"95":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}}},"w":{"df":1,"docs":{"234":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"179":{"tf":1.0},"184":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":1,"docs":{"236":{"tf":1.0}}}},"p":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"227":{"tf":1.0},"228":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"239":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":5,"docs":{"254":{"tf":1.0},"289":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"283":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"259":{"tf":1.4142135623730951}}}},"s":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"179":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"180":{"tf":1.0}},"i":{"df":1,"docs":{"181":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"180":{"tf":1.0},"181":{"tf":1.0}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.4142135623730951},"183":{"tf":1.0}}},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":1,"docs":{"186":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}},"i":{"df":7,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"285":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"259":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":2,"docs":{"309":{"tf":1.0},"93":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"188":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":1,"docs":{"262":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"27":{"tf":1.0},"270":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"301":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"164":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{"305":{"tf":1.0}}}}}}}},"o":{"a":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}},"h":{"df":1,"docs":{"242":{"tf":1.0}}},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"h":{"df":1,"docs":{"240":{"tf":1.0}}},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"240":{"tf":1.0},"241":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"163":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"165":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"275":{"tf":1.0},"276":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":6,"docs":{"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"300":{"tf":1.0}}}},"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":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":1,"docs":{"226":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"261":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"254":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}},"s":{"2":{"5":{"6":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"244":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"56":{"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":1,"docs":{"108":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":1,"docs":{"263":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"2":{"5":{"6":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"262":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}}}},"t":{"df":7,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"282":{"tf":1.0}}}},"h":{"a":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"111":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"292":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"255":{"tf":1.0},"272":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"140":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"192":{"tf":1.0}},"i":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"262":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"289":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":1,"docs":{"195":{"tf":1.0}}}},"w":{"df":1,"docs":{"264":{"tf":1.0}},"q":{"df":1,"docs":{"265":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"244":{"tf":1.0},"245":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":1,"docs":{"196":{"tf":1.0}},"i":{"df":1,"docs":{"197":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}},"w":{"df":1,"docs":{"245":{"tf":1.0}},"w":{"df":1,"docs":{"266":{"tf":1.0}},"q":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"288":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"284":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"106":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"289":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"o":{"df":1,"docs":{"270":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"125":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"90":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"155":{"tf":1.0},"277":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"290":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"m":{"df":4,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"d":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"202":{"tf":1.0}}},"m":{"df":1,"docs":{"210":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"234":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"209":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}},"m":{"df":1,"docs":{"211":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"201":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"266":{"tf":1.0},"267":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.4142135623730951},"213":{"tf":1.0}},"i":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["index.html#fuel-specifications","index.html#protocol","index.html#fuelvm","index.html#network-specific","index.html#testing","tx-format/index.html#transaction-format","tx-format/consensus_parameters.html#consensus-parameters","tx-format/transaction.html#transaction","tx-format/transaction.html#transactionscript","tx-format/transaction.html#transactioncreate","tx-format/transaction.html#transactionmint","tx-format/transaction.html#transactionupgrade","tx-format/transaction.html#transactionupload","tx-format/transaction.html#transactionblob","tx-format/upgrade_purpose.html#upgradepurposetype","tx-format/upgrade_purpose.html#consensusparameters","tx-format/upgrade_purpose.html#statetransition","tx-format/policy.html#policy","tx-format/policy.html#tip","tx-format/policy.html#witnesslimit","tx-format/policy.html#maturity","tx-format/policy.html#expiration","tx-format/policy.html#maxfee","tx-format/input.html#input","tx-format/input.html#inputcoin","tx-format/input.html#inputcontract","tx-format/input.html#inputmessage","tx-format/output.html#output","tx-format/output.html#outputcoin","tx-format/output.html#outputcontract","tx-format/output.html#outputchange","tx-format/output.html#outputvariable","tx-format/output.html#outputcontractcreated","tx-format/witness.html#witness","tx-format/tx-pointer.html#txpointer","identifiers/index.html#identifiers","identifiers/asset.html#asset-id","identifiers/blob-id.html#blob-id","identifiers/contract-id.html#contract-id","identifiers/predicate-id.html#predicate-id","identifiers/transaction-id.html#transaction-id","identifiers/utxo-id.html#utxo-id","identifiers/utxo-id.html#coin-id","identifiers/utxo-id.html#message-id","identifiers/utxo-id.html#message-nonce","identifiers/utxo-id.html#fee-id","protocol/index.html#protocol","protocol/tx-validity.html#transaction-validity","protocol/tx-validity.html#transaction-life-cycle","protocol/tx-validity.html#access-lists","protocol/tx-validity.html#vm-precondition-validity-rules","protocol/tx-validity.html#base-sanity-checks","protocol/tx-validity.html#spending-utxos-and-created-contracts","protocol/tx-validity.html#sufficient-balance","protocol/tx-validity.html#valid-signatures","protocol/tx-validity.html#predicate-verification","protocol/tx-validity.html#script-execution","protocol/tx-validity.html#fees","protocol/tx-validity.html#vm-postcondition-validity-rules","protocol/tx-validity.html#correct-change","protocol/tx-validity.html#state-changes","protocol/tx-validity.html#coinbase-transaction","protocol/cryptographic-primitives.html#cryptographic-primitives","protocol/cryptographic-primitives.html#hashing","protocol/cryptographic-primitives.html#hashdigest","protocol/cryptographic-primitives.html#merkle-trees","protocol/cryptographic-primitives.html#binary-merkle-tree","protocol/cryptographic-primitives.html#sparse-merkle-tree","protocol/cryptographic-primitives.html#ecdsa-public-key-cryptography","protocol/cryptographic-primitives.html#eddsa-public-key-cryptography","protocol/storage-initialization.html#json-format-for-contract-storage-initializers","protocol/block-header.html#block-header","protocol/block-header.html#application-header","protocol/relayer.html#layer-1-relayerbridge-protocol","protocol/relayer.html#fuel-message-outbox","protocol/relayer.html#fuel-event-inbox","protocol/relayer.html#messages","protocol/relayer.html#transactions","protocol/relayer.html#ordering","abi/index.html#application-binary-interface-abi","abi/json-abi-format.html#json-abi-format","abi/json-abi-format.html#spec-version","abi/json-abi-format.html#notation","abi/json-abi-format.html#json-abi-spec","abi/json-abi-format.html#attributes-semantics","abi/json-abi-format.html#a-simple-example","abi/json-abi-format.html#json-abi-format-for-each-possible-metadata-type-declaration","abi/json-abi-format.html#struct","abi/json-abi-format.html#enum","abi/json-abi-format.html#array","abi/json-abi-format.html#tuple","abi/json-abi-format.html#generic-type-parameter","abi/json-abi-format.html#some-complex-examples","abi/json-abi-format.html#an-example-with-non-generic-custom-types","abi/json-abi-format.html#an-example-with-generic-types","abi/json-abi-format.html#an-example-with-logs","abi/receipts.html#receipts","abi/receipts.html#panic-receipt","abi/receipts.html#return-receipt","abi/receipts.html#call-receipt","abi/receipts.html#log-receipt","abi/receipts.html#mint-receipt","abi/receipts.html#burn-receipt","abi/receipts.html#logdata-receipt","abi/receipts.html#returndata-receipt","abi/receipts.html#revert-receipt","abi/receipts.html#transfer-receipt","abi/receipts.html#transferout-receipt","abi/receipts.html#scriptresult-receipt","abi/receipts.html#messageout-receipt","abi/fn-selector-encoding.html#function-selector-encoding","abi/fn-selector-encoding.html#function-signature","abi/fn-selector-encoding.html#a-complex-example","abi/argument-encoding.html#argument-encoding","abi/argument-encoding.html#version-0","abi/argument-encoding.html#types","abi/argument-encoding.html#unsigned-integers","abi/argument-encoding.html#boolean","abi/argument-encoding.html#b256","abi/argument-encoding.html#address","abi/argument-encoding.html#array","abi/argument-encoding.html#fixed-length-strings","abi/argument-encoding.html#structs","abi/argument-encoding.html#enums-sum-types","abi/argument-encoding.html#vectors","abi/argument-encoding.html#tuples","abi/argument-encoding.html#version-1","abi/argument-encoding.html#primitive-types","abi/argument-encoding.html#arrays","abi/argument-encoding.html#strings","abi/argument-encoding.html#slices","abi/argument-encoding.html#tuple","abi/argument-encoding.html#structs-v1","abi/argument-encoding.html#enums","abi/argument-encoding.html#data-structures","abi/hash-based-ids.html#hash-based-ids","abi/hash-based-ids.html#generation","abi/hash-based-ids.html#string-representation-of-types","abi/hash-based-ids.html#intrinsics","abi/hash-based-ids.html#string-arrays","abi/hash-based-ids.html#string-slices","abi/hash-based-ids.html#arrays","abi/hash-based-ids.html#tuples","abi/hash-based-ids.html#enums","abi/hash-based-ids.html#structs","abi/hash-based-ids.html#generic-type-parameter","abi/hash-based-ids.html#complex-examples-composition","fuel-vm/index.html#fuel-vm-specification","fuel-vm/index.html#introduction","fuel-vm/index.html#parameters","fuel-vm/index.html#semantics","fuel-vm/index.html#flags","fuel-vm/index.html#instruction-set","fuel-vm/index.html#vm-initialization","fuel-vm/index.html#contexts","fuel-vm/index.html#predicate-estimation-and-verification","fuel-vm/index.html#script-execution","fuel-vm/index.html#call","fuel-vm/index.html#call-frames","fuel-vm/index.html#access-rights","fuel-vm/index.html#ownership","fuel-vm/index.html#executability","fuel-vm/instruction-set.html#fuelvm-instruction-set","fuel-vm/instruction-set.html#reading-guide","fuel-vm/instruction-set.html#panics","fuel-vm/instruction-set.html#receipts","fuel-vm/instruction-set.html#effects","fuel-vm/instruction-set.html#arithmeticlogic-alu-instructions","fuel-vm/instruction-set.html#add-add","fuel-vm/instruction-set.html#addi-add-immediate","fuel-vm/instruction-set.html#and-and","fuel-vm/instruction-set.html#andi-and-immediate","fuel-vm/instruction-set.html#div-divide","fuel-vm/instruction-set.html#divi-divide-immediate","fuel-vm/instruction-set.html#eq-equals","fuel-vm/instruction-set.html#exp-exponentiate","fuel-vm/instruction-set.html#expi-exponentiate-immediate","fuel-vm/instruction-set.html#gt-greater-than","fuel-vm/instruction-set.html#lt-less-than","fuel-vm/instruction-set.html#mlog-math-logarithm","fuel-vm/instruction-set.html#mod-modulus","fuel-vm/instruction-set.html#modi-modulus-immediate","fuel-vm/instruction-set.html#move-move","fuel-vm/instruction-set.html#movi-move-immediate","fuel-vm/instruction-set.html#mroo-math-root","fuel-vm/instruction-set.html#mul-multiply","fuel-vm/instruction-set.html#muli-multiply-immediate","fuel-vm/instruction-set.html#mldv-fused-multiply-divide","fuel-vm/instruction-set.html#noop-no-operation","fuel-vm/instruction-set.html#not-invert","fuel-vm/instruction-set.html#or-or","fuel-vm/instruction-set.html#ori-or-immediate","fuel-vm/instruction-set.html#sll-shift-left-logical","fuel-vm/instruction-set.html#slli-shift-left-logical-immediate","fuel-vm/instruction-set.html#srl-shift-right-logical","fuel-vm/instruction-set.html#srli-shift-right-logical-immediate","fuel-vm/instruction-set.html#sub-subtract","fuel-vm/instruction-set.html#subi-subtract-immediate","fuel-vm/instruction-set.html#wdcm-128-bit-integer-comparison","fuel-vm/instruction-set.html#wqcm-256-bit-integer-comparison","fuel-vm/instruction-set.html#wdop-misc-128-bit-integer-operations","fuel-vm/instruction-set.html#wqop-misc-256-bit-integer-operations","fuel-vm/instruction-set.html#wdml-multiply-128-bit-integers","fuel-vm/instruction-set.html#wqml-multiply-256-bit-integers","fuel-vm/instruction-set.html#wddv-128-bit-integer-division","fuel-vm/instruction-set.html#wqdv-256-bit-integer-division","fuel-vm/instruction-set.html#wdmd-128-bit-integer-fused-multiply-divide","fuel-vm/instruction-set.html#wqmd-256-bit-integer-fused-multiply-divide","fuel-vm/instruction-set.html#wdam-modular-128-bit-integer-addition","fuel-vm/instruction-set.html#wqam-modular-256-bit-integer-addition","fuel-vm/instruction-set.html#wdmm-modular-128-bit-integer-multiplication","fuel-vm/instruction-set.html#wqmm-modular-256-bit-integer-multiplication","fuel-vm/instruction-set.html#xor-xor","fuel-vm/instruction-set.html#xori-xor-immediate","fuel-vm/instruction-set.html#control-flow-instructions","fuel-vm/instruction-set.html#jmp-jump","fuel-vm/instruction-set.html#ji-jump-immediate","fuel-vm/instruction-set.html#jne-jump-if-not-equal","fuel-vm/instruction-set.html#jnei-jump-if-not-equal-immediate","fuel-vm/instruction-set.html#jnzi-jump-if-not-zero-immediate","fuel-vm/instruction-set.html#jmpb-jump-relative-backwards","fuel-vm/instruction-set.html#jmpf-jump-relative-forwards","fuel-vm/instruction-set.html#jnzb-jump-if-not-zero-relative-backwards","fuel-vm/instruction-set.html#jnzf-jump-if-not-zero-relative-forwards","fuel-vm/instruction-set.html#jneb-jump-if-not-equal-relative-backwards","fuel-vm/instruction-set.html#jnef-jump-if-not-equal-relative-forwards","fuel-vm/instruction-set.html#ret-return-from-context","fuel-vm/instruction-set.html#memory-instructions","fuel-vm/instruction-set.html#aloc-allocate-memory","fuel-vm/instruction-set.html#cfe-extend-call-frame","fuel-vm/instruction-set.html#cfei-extend-call-frame-immediate","fuel-vm/instruction-set.html#cfs-shrink-call-frame","fuel-vm/instruction-set.html#cfsi-shrink-call-frame-immediate","fuel-vm/instruction-set.html#lb-load-byte","fuel-vm/instruction-set.html#lw-load-word","fuel-vm/instruction-set.html#mcl-memory-clear","fuel-vm/instruction-set.html#mcli-memory-clear-immediate","fuel-vm/instruction-set.html#mcp-memory-copy","fuel-vm/instruction-set.html#mcpi-memory-copy-immediate","fuel-vm/instruction-set.html#meq-memory-equality","fuel-vm/instruction-set.html#pshh-push-a-set-of-high-registers-to-stack","fuel-vm/instruction-set.html#pshl-push-a-set-of-low-registers-to-stack","fuel-vm/instruction-set.html#poph-pop-a-set-of-high-registers-from-stack","fuel-vm/instruction-set.html#popl-pop-a-set-of-low-registers-from-stack","fuel-vm/instruction-set.html#sb-store-byte","fuel-vm/instruction-set.html#sw-store-word","fuel-vm/instruction-set.html#contract-instructions","fuel-vm/instruction-set.html#bal-balance-of-contract-id","fuel-vm/instruction-set.html#bhei-block-height","fuel-vm/instruction-set.html#bhsh-block-hash","fuel-vm/instruction-set.html#burn-burn-existing-coins","fuel-vm/instruction-set.html#call-call-contract","fuel-vm/instruction-set.html#cb-coinbase-contract-id","fuel-vm/instruction-set.html#ccp-code-copy","fuel-vm/instruction-set.html#croo-code-merkle-root","fuel-vm/instruction-set.html#csiz-code-size","fuel-vm/instruction-set.html#ldc-load-code-from-an-external-contract-blob-or-memory","fuel-vm/instruction-set.html#log-log-event","fuel-vm/instruction-set.html#logd-log-data-event","fuel-vm/instruction-set.html#mint-mint-new-coins","fuel-vm/instruction-set.html#retd-return-from-context-with-data","fuel-vm/instruction-set.html#rvrt-revert","fuel-vm/instruction-set.html#smo-send-message-out","fuel-vm/instruction-set.html#scwq-state-clear-sequential-32-byte-slots","fuel-vm/instruction-set.html#srw-state-read-word","fuel-vm/instruction-set.html#srwq-state-read-sequential-32-byte-slots","fuel-vm/instruction-set.html#sww-state-write-word","fuel-vm/instruction-set.html#swwq-state-write-sequential-32-byte-slots","fuel-vm/instruction-set.html#time-timestamp-at-height","fuel-vm/instruction-set.html#tr-transfer-coins-to-contract","fuel-vm/instruction-set.html#tro-transfer-coins-to-output","fuel-vm/instruction-set.html#blob-instructions","fuel-vm/instruction-set.html#bsiz-blob-size","fuel-vm/instruction-set.html#bldd-load-data-from-a-blob","fuel-vm/instruction-set.html#cryptographic-instructions","fuel-vm/instruction-set.html#eck1-secp256k1-signature-recovery","fuel-vm/instruction-set.html#ecr1-secp256r1-signature-recovery","fuel-vm/instruction-set.html#ed19-eddsa-curve25519-verification","fuel-vm/instruction-set.html#k256-keccak-256","fuel-vm/instruction-set.html#s256-sha-2-256","fuel-vm/instruction-set.html#other-instructions","fuel-vm/instruction-set.html#ecal-call-external-function","fuel-vm/instruction-set.html#flag-set-flags","fuel-vm/instruction-set.html#gm-get-metadata","fuel-vm/instruction-set.html#gtf-get-transaction-fields","networks/index.html#networks","networks/poa.html#poa-network","networks/poa.html#consensus-header","tests/index.html#testing","tests/sparse-merkle-tree-tests.html#sparse-merkle-tree-test-specifications","tests/sparse-merkle-tree-tests.html#version","tests/sparse-merkle-tree-tests.html#abstract","tests/sparse-merkle-tree-tests.html#root-signature-tests","tests/sparse-merkle-tree-tests.html#test-empty-root","tests/sparse-merkle-tree-tests.html#test-update-1","tests/sparse-merkle-tree-tests.html#test-update-2","tests/sparse-merkle-tree-tests.html#test-update-3","tests/sparse-merkle-tree-tests.html#test-update-5","tests/sparse-merkle-tree-tests.html#test-update-10","tests/sparse-merkle-tree-tests.html#test-update-100","tests/sparse-merkle-tree-tests.html#test-update-with-repeated-inputs","tests/sparse-merkle-tree-tests.html#test-update-overwrite-key","tests/sparse-merkle-tree-tests.html#test-update-union","tests/sparse-merkle-tree-tests.html#test-update-sparse-union","tests/sparse-merkle-tree-tests.html#test-update-with-empty-data","tests/sparse-merkle-tree-tests.html#test-update-with-empty-data-performs-delete","tests/sparse-merkle-tree-tests.html#test-update-1-delete-1","tests/sparse-merkle-tree-tests.html#test-update-2-delete-1","tests/sparse-merkle-tree-tests.html#test-update-10-delete-5","tests/sparse-merkle-tree-tests.html#test-delete-non-existent-key","tests/sparse-merkle-tree-tests.html#test-interleaved-update-delete","tests/sparse-merkle-tree-tests.html#test-delete-sparse-union"],"index":{"documentStore":{"docInfo":{"0":{"body":24,"breadcrumbs":4,"title":2},"1":{"body":55,"breadcrumbs":3,"title":1},"10":{"body":78,"breadcrumbs":4,"title":1},"100":{"body":97,"breadcrumbs":7,"title":2},"101":{"body":71,"breadcrumbs":7,"title":2},"102":{"body":71,"breadcrumbs":7,"title":2},"103":{"body":121,"breadcrumbs":7,"title":2},"104":{"body":95,"breadcrumbs":7,"title":2},"105":{"body":58,"breadcrumbs":7,"title":2},"106":{"body":84,"breadcrumbs":7,"title":2},"107":{"body":83,"breadcrumbs":7,"title":2},"108":{"body":33,"breadcrumbs":7,"title":2},"109":{"body":98,"breadcrumbs":7,"title":2},"11":{"body":251,"breadcrumbs":4,"title":1},"110":{"body":50,"breadcrumbs":10,"title":3},"111":{"body":142,"breadcrumbs":9,"title":2},"112":{"body":41,"breadcrumbs":9,"title":2},"113":{"body":0,"breadcrumbs":8,"title":2},"114":{"body":17,"breadcrumbs":8,"title":2},"115":{"body":64,"breadcrumbs":7,"title":1},"116":{"body":79,"breadcrumbs":8,"title":2},"117":{"body":23,"breadcrumbs":7,"title":1},"118":{"body":21,"breadcrumbs":7,"title":1},"119":{"body":16,"breadcrumbs":7,"title":1},"12":{"body":205,"breadcrumbs":4,"title":1},"120":{"body":79,"breadcrumbs":7,"title":1},"121":{"body":49,"breadcrumbs":9,"title":3},"122":{"body":118,"breadcrumbs":7,"title":1},"123":{"body":146,"breadcrumbs":9,"title":3},"124":{"body":98,"breadcrumbs":7,"title":1},"125":{"body":52,"breadcrumbs":7,"title":1},"126":{"body":46,"breadcrumbs":8,"title":2},"127":{"body":26,"breadcrumbs":8,"title":2},"128":{"body":16,"breadcrumbs":7,"title":1},"129":{"body":38,"breadcrumbs":7,"title":1},"13":{"body":122,"breadcrumbs":4,"title":1},"130":{"body":39,"breadcrumbs":7,"title":1},"131":{"body":12,"breadcrumbs":7,"title":1},"132":{"body":42,"breadcrumbs":8,"title":2},"133":{"body":54,"breadcrumbs":7,"title":1},"134":{"body":29,"breadcrumbs":8,"title":2},"135":{"body":22,"breadcrumbs":10,"title":3},"136":{"body":27,"breadcrumbs":8,"title":1},"137":{"body":15,"breadcrumbs":10,"title":3},"138":{"body":14,"breadcrumbs":8,"title":1},"139":{"body":11,"breadcrumbs":9,"title":2},"14":{"body":27,"breadcrumbs":4,"title":1},"140":{"body":3,"breadcrumbs":9,"title":2},"141":{"body":9,"breadcrumbs":8,"title":1},"142":{"body":6,"breadcrumbs":8,"title":1},"143":{"body":33,"breadcrumbs":8,"title":1},"144":{"body":33,"breadcrumbs":8,"title":1},"145":{"body":17,"breadcrumbs":10,"title":3},"146":{"body":17,"breadcrumbs":10,"title":3},"147":{"body":18,"breadcrumbs":4,"title":3},"148":{"body":14,"breadcrumbs":2,"title":1},"149":{"body":22,"breadcrumbs":2,"title":1},"15":{"body":37,"breadcrumbs":4,"title":1},"150":{"body":224,"breadcrumbs":2,"title":1},"151":{"body":28,"breadcrumbs":2,"title":1},"152":{"body":8,"breadcrumbs":3,"title":2},"153":{"body":132,"breadcrumbs":3,"title":2},"154":{"body":36,"breadcrumbs":2,"title":1},"155":{"body":126,"breadcrumbs":4,"title":3},"156":{"body":62,"breadcrumbs":3,"title":2},"157":{"body":18,"breadcrumbs":2,"title":1},"158":{"body":147,"breadcrumbs":3,"title":2},"159":{"body":47,"breadcrumbs":3,"title":2},"16":{"body":11,"breadcrumbs":4,"title":1},"160":{"body":52,"breadcrumbs":2,"title":1},"161":{"body":20,"breadcrumbs":2,"title":1},"162":{"body":439,"breadcrumbs":6,"title":3},"163":{"body":89,"breadcrumbs":5,"title":2},"164":{"body":89,"breadcrumbs":4,"title":1},"165":{"body":17,"breadcrumbs":4,"title":1},"166":{"body":59,"breadcrumbs":4,"title":1},"167":{"body":52,"breadcrumbs":6,"title":3},"168":{"body":28,"breadcrumbs":5,"title":2},"169":{"body":28,"breadcrumbs":6,"title":3},"17":{"body":30,"breadcrumbs":4,"title":1},"170":{"body":25,"breadcrumbs":3,"title":0},"171":{"body":35,"breadcrumbs":5,"title":2},"172":{"body":34,"breadcrumbs":5,"title":2},"173":{"body":34,"breadcrumbs":6,"title":3},"174":{"body":26,"breadcrumbs":5,"title":2},"175":{"body":39,"breadcrumbs":5,"title":2},"176":{"body":39,"breadcrumbs":6,"title":3},"177":{"body":26,"breadcrumbs":5,"title":2},"178":{"body":26,"breadcrumbs":5,"title":2},"179":{"body":44,"breadcrumbs":6,"title":3},"18":{"body":14,"breadcrumbs":4,"title":1},"180":{"body":35,"breadcrumbs":5,"title":2},"181":{"body":35,"breadcrumbs":6,"title":3},"182":{"body":23,"breadcrumbs":5,"title":2},"183":{"body":22,"breadcrumbs":6,"title":3},"184":{"body":35,"breadcrumbs":6,"title":3},"185":{"body":28,"breadcrumbs":5,"title":2},"186":{"body":28,"breadcrumbs":6,"title":3},"187":{"body":63,"breadcrumbs":7,"title":4},"188":{"body":11,"breadcrumbs":5,"title":2},"189":{"body":20,"breadcrumbs":4,"title":1},"19":{"body":22,"breadcrumbs":4,"title":1},"190":{"body":25,"breadcrumbs":3,"title":0},"191":{"body":35,"breadcrumbs":5,"title":2},"192":{"body":28,"breadcrumbs":7,"title":4},"193":{"body":28,"breadcrumbs":8,"title":5},"194":{"body":28,"breadcrumbs":7,"title":4},"195":{"body":28,"breadcrumbs":8,"title":5},"196":{"body":34,"breadcrumbs":5,"title":2},"197":{"body":34,"breadcrumbs":6,"title":3},"198":{"body":137,"breadcrumbs":8,"title":5},"199":{"body":52,"breadcrumbs":8,"title":5},"2":{"body":13,"breadcrumbs":3,"title":1},"20":{"body":13,"breadcrumbs":4,"title":1},"200":{"body":125,"breadcrumbs":9,"title":6},"201":{"body":59,"breadcrumbs":9,"title":6},"202":{"body":84,"breadcrumbs":8,"title":5},"203":{"body":60,"breadcrumbs":8,"title":5},"204":{"body":82,"breadcrumbs":8,"title":5},"205":{"body":64,"breadcrumbs":8,"title":5},"206":{"body":80,"breadcrumbs":10,"title":7},"207":{"body":80,"breadcrumbs":10,"title":7},"208":{"body":60,"breadcrumbs":9,"title":6},"209":{"body":60,"breadcrumbs":9,"title":6},"21":{"body":12,"breadcrumbs":4,"title":1},"210":{"body":60,"breadcrumbs":9,"title":6},"211":{"body":60,"breadcrumbs":9,"title":6},"212":{"body":26,"breadcrumbs":5,"title":2},"213":{"body":26,"breadcrumbs":6,"title":3},"214":{"body":0,"breadcrumbs":6,"title":3},"215":{"body":22,"breadcrumbs":5,"title":2},"216":{"body":21,"breadcrumbs":6,"title":3},"217":{"body":36,"breadcrumbs":6,"title":3},"218":{"body":35,"breadcrumbs":7,"title":4},"219":{"body":33,"breadcrumbs":7,"title":4},"22":{"body":32,"breadcrumbs":4,"title":1},"220":{"body":27,"breadcrumbs":7,"title":4},"221":{"body":28,"breadcrumbs":7,"title":4},"222":{"body":33,"breadcrumbs":8,"title":5},"223":{"body":34,"breadcrumbs":8,"title":5},"224":{"body":35,"breadcrumbs":8,"title":5},"225":{"body":36,"breadcrumbs":8,"title":5},"226":{"body":136,"breadcrumbs":6,"title":3},"227":{"body":8,"breadcrumbs":5,"title":2},"228":{"body":27,"breadcrumbs":6,"title":3},"229":{"body":26,"breadcrumbs":7,"title":4},"23":{"body":27,"breadcrumbs":4,"title":1},"230":{"body":27,"breadcrumbs":8,"title":5},"231":{"body":26,"breadcrumbs":7,"title":4},"232":{"body":27,"breadcrumbs":8,"title":5},"233":{"body":31,"breadcrumbs":6,"title":3},"234":{"body":33,"breadcrumbs":6,"title":3},"235":{"body":29,"breadcrumbs":6,"title":3},"236":{"body":28,"breadcrumbs":7,"title":4},"237":{"body":43,"breadcrumbs":6,"title":3},"238":{"body":44,"breadcrumbs":7,"title":4},"239":{"body":35,"breadcrumbs":6,"title":3},"24":{"body":121,"breadcrumbs":4,"title":1},"240":{"body":56,"breadcrumbs":9,"title":6},"241":{"body":56,"breadcrumbs":9,"title":6},"242":{"body":66,"breadcrumbs":9,"title":6},"243":{"body":66,"breadcrumbs":9,"title":6},"244":{"body":39,"breadcrumbs":6,"title":3},"245":{"body":40,"breadcrumbs":6,"title":3},"246":{"body":12,"breadcrumbs":5,"title":2},"247":{"body":61,"breadcrumbs":7,"title":4},"248":{"body":18,"breadcrumbs":6,"title":3},"249":{"body":41,"breadcrumbs":6,"title":3},"25":{"body":75,"breadcrumbs":4,"title":1},"250":{"body":114,"breadcrumbs":7,"title":4},"251":{"body":276,"breadcrumbs":6,"title":3},"252":{"body":30,"breadcrumbs":7,"title":4},"253":{"body":75,"breadcrumbs":6,"title":3},"254":{"body":57,"breadcrumbs":7,"title":4},"255":{"body":39,"breadcrumbs":6,"title":3},"256":{"body":151,"breadcrumbs":10,"title":7},"257":{"body":70,"breadcrumbs":6,"title":3},"258":{"body":85,"breadcrumbs":7,"title":4},"259":{"body":112,"breadcrumbs":7,"title":4},"26":{"body":146,"breadcrumbs":4,"title":1},"260":{"body":156,"breadcrumbs":7,"title":4},"261":{"body":88,"breadcrumbs":5,"title":2},"262":{"body":166,"breadcrumbs":7,"title":4},"263":{"body":52,"breadcrumbs":10,"title":7},"264":{"body":56,"breadcrumbs":7,"title":4},"265":{"body":77,"breadcrumbs":10,"title":7},"266":{"body":70,"breadcrumbs":7,"title":4},"267":{"body":68,"breadcrumbs":10,"title":7},"268":{"body":34,"breadcrumbs":6,"title":3},"269":{"body":169,"breadcrumbs":7,"title":4},"27":{"body":33,"breadcrumbs":4,"title":1},"270":{"body":169,"breadcrumbs":7,"title":4},"271":{"body":8,"breadcrumbs":5,"title":2},"272":{"body":38,"breadcrumbs":6,"title":3},"273":{"body":53,"breadcrumbs":7,"title":4},"274":{"body":8,"breadcrumbs":5,"title":2},"275":{"body":92,"breadcrumbs":7,"title":4},"276":{"body":92,"breadcrumbs":7,"title":4},"277":{"body":71,"breadcrumbs":7,"title":4},"278":{"body":40,"breadcrumbs":6,"title":3},"279":{"body":41,"breadcrumbs":7,"title":4},"28":{"body":18,"breadcrumbs":4,"title":1},"280":{"body":8,"breadcrumbs":4,"title":1},"281":{"body":84,"breadcrumbs":7,"title":4},"282":{"body":18,"breadcrumbs":6,"title":3},"283":{"body":110,"breadcrumbs":5,"title":2},"284":{"body":320,"breadcrumbs":6,"title":3},"285":{"body":7,"breadcrumbs":2,"title":1},"286":{"body":0,"breadcrumbs":6,"title":2},"287":{"body":57,"breadcrumbs":6,"title":2},"288":{"body":10,"breadcrumbs":2,"title":1},"289":{"body":0,"breadcrumbs":9,"title":5},"29":{"body":73,"breadcrumbs":4,"title":1},"290":{"body":4,"breadcrumbs":5,"title":1},"291":{"body":185,"breadcrumbs":5,"title":1},"292":{"body":74,"breadcrumbs":7,"title":3},"293":{"body":30,"breadcrumbs":7,"title":3},"294":{"body":46,"breadcrumbs":7,"title":3},"295":{"body":61,"breadcrumbs":7,"title":3},"296":{"body":78,"breadcrumbs":7,"title":3},"297":{"body":109,"breadcrumbs":7,"title":3},"298":{"body":50,"breadcrumbs":7,"title":3},"299":{"body":50,"breadcrumbs":7,"title":3},"3":{"body":7,"breadcrumbs":4,"title":2},"30":{"body":71,"breadcrumbs":4,"title":1},"300":{"body":78,"breadcrumbs":8,"title":4},"301":{"body":76,"breadcrumbs":8,"title":4},"302":{"body":108,"breadcrumbs":7,"title":3},"303":{"body":62,"breadcrumbs":8,"title":4},"304":{"body":71,"breadcrumbs":8,"title":4},"305":{"body":100,"breadcrumbs":10,"title":6},"306":{"body":80,"breadcrumbs":9,"title":5},"307":{"body":92,"breadcrumbs":9,"title":5},"308":{"body":89,"breadcrumbs":9,"title":5},"309":{"body":72,"breadcrumbs":9,"title":5},"31":{"body":58,"breadcrumbs":4,"title":1},"310":{"body":166,"breadcrumbs":8,"title":4},"311":{"body":102,"breadcrumbs":8,"title":4},"32":{"body":13,"breadcrumbs":4,"title":1},"33":{"body":13,"breadcrumbs":4,"title":1},"34":{"body":22,"breadcrumbs":5,"title":1},"35":{"body":25,"breadcrumbs":3,"title":1},"36":{"body":14,"breadcrumbs":6,"title":2},"37":{"body":18,"breadcrumbs":6,"title":2},"38":{"body":44,"breadcrumbs":6,"title":2},"39":{"body":35,"breadcrumbs":6,"title":2},"4":{"body":9,"breadcrumbs":3,"title":1},"40":{"body":32,"breadcrumbs":6,"title":2},"41":{"body":0,"breadcrumbs":6,"title":2},"42":{"body":9,"breadcrumbs":6,"title":2},"43":{"body":57,"breadcrumbs":6,"title":2},"44":{"body":27,"breadcrumbs":6,"title":2},"45":{"body":21,"breadcrumbs":6,"title":2},"46":{"body":11,"breadcrumbs":2,"title":1},"47":{"body":32,"breadcrumbs":6,"title":2},"48":{"body":17,"breadcrumbs":7,"title":3},"49":{"body":116,"breadcrumbs":6,"title":2},"5":{"body":25,"breadcrumbs":4,"title":2},"50":{"body":60,"breadcrumbs":8,"title":4},"51":{"body":6,"breadcrumbs":7,"title":3},"52":{"body":46,"breadcrumbs":8,"title":4},"53":{"body":500,"breadcrumbs":6,"title":2},"54":{"body":41,"breadcrumbs":6,"title":2},"55":{"body":9,"breadcrumbs":6,"title":2},"56":{"body":112,"breadcrumbs":6,"title":2},"57":{"body":267,"breadcrumbs":5,"title":1},"58":{"body":22,"breadcrumbs":8,"title":4},"59":{"body":43,"breadcrumbs":6,"title":2},"6":{"body":113,"breadcrumbs":6,"title":2},"60":{"body":11,"breadcrumbs":6,"title":2},"61":{"body":81,"breadcrumbs":6,"title":2},"62":{"body":17,"breadcrumbs":5,"title":2},"63":{"body":12,"breadcrumbs":4,"title":1},"64":{"body":9,"breadcrumbs":4,"title":1},"65":{"body":18,"breadcrumbs":5,"title":2},"66":{"body":211,"breadcrumbs":6,"title":3},"67":{"body":426,"breadcrumbs":6,"title":3},"68":{"body":156,"breadcrumbs":7,"title":4},"69":{"body":92,"breadcrumbs":7,"title":4},"7":{"body":193,"breadcrumbs":4,"title":1},"70":{"body":64,"breadcrumbs":9,"title":5},"71":{"body":0,"breadcrumbs":6,"title":2},"72":{"body":98,"breadcrumbs":6,"title":2},"73":{"body":41,"breadcrumbs":9,"title":4},"74":{"body":9,"breadcrumbs":8,"title":3},"75":{"body":29,"breadcrumbs":8,"title":3},"76":{"body":51,"breadcrumbs":6,"title":1},"77":{"body":74,"breadcrumbs":6,"title":1},"78":{"body":55,"breadcrumbs":6,"title":1},"79":{"body":26,"breadcrumbs":8,"title":4},"8":{"body":152,"breadcrumbs":4,"title":1},"80":{"body":8,"breadcrumbs":10,"title":3},"81":{"body":20,"breadcrumbs":9,"title":2},"82":{"body":141,"breadcrumbs":8,"title":1},"83":{"body":516,"breadcrumbs":10,"title":3},"84":{"body":51,"breadcrumbs":9,"title":2},"85":{"body":67,"breadcrumbs":9,"title":2},"86":{"body":10,"breadcrumbs":15,"title":8},"87":{"body":31,"breadcrumbs":8,"title":1},"88":{"body":31,"breadcrumbs":8,"title":1},"89":{"body":25,"breadcrumbs":8,"title":1},"9":{"body":128,"breadcrumbs":4,"title":1},"90":{"body":28,"breadcrumbs":8,"title":1},"91":{"body":14,"breadcrumbs":10,"title":3},"92":{"body":0,"breadcrumbs":9,"title":2},"93":{"body":158,"breadcrumbs":12,"title":5},"94":{"body":103,"breadcrumbs":10,"title":3},"95":{"body":101,"breadcrumbs":9,"title":2},"96":{"body":91,"breadcrumbs":6,"title":1},"97":{"body":88,"breadcrumbs":7,"title":2},"98":{"body":58,"breadcrumbs":7,"title":2},"99":{"body":134,"breadcrumbs":7,"title":2}},"docs":{"0":{"body":"Fuel: A Secure Decentralized Generalized Massively Scalable Transaction Ledger This book specifies the Fuel protocol, including the Fuel Virtual Machine (short: FuelVM), a blazingly fast verifiable blockchain virtual machine.","breadcrumbs":"Fuel Specifications » Fuel Specifications","id":"0","title":"Fuel Specifications"},"1":{"body":"Transaction Format - The Fuel transaction format. Computing Identifiers - Computing unique IDs for transactions, contracts and UTXOs. Transaction Validity - Defines transaction validity rules. Cryptographic Primitives - Cryptographic primitives used in Fuel. Application Binary Interface (ABI) - Low-level details on interfacing with Fuel bytecode. Storage Slot Initialization - JSON format for contract storage slot initialization. Block Header Format - The Fuel block header format. Relayer/Bridge - The Fuel relayer/bridge protocol.","breadcrumbs":"Fuel Specifications » Protocol","id":"1","title":"Protocol"},"10":{"body":"The transaction is created by the block producer and is not signed. Since it is not usable outside of block creation or execution, all fields must be fully set upon creation without any zeroing. This means that the transaction ID must also include the correct txPointer value, not zeroed out. name type description txPointer TXPointer The location of the Mint transaction in the block. inputContract InputContract The contract UTXO that assets are minted to. outputContract OutputContract The contract UTXO that assets are being minted to. mintAmount uint64 The amount of funds minted. mintAssetId byte[32] The asset IDs corresponding to the minted amount. gasPrice uint64 The gas price to be used in calculating all fees for transactions on block Transaction is invalid if: txPointer is zero or doesn't match the block. outputContract.inputIndex is not zero","breadcrumbs":"Transaction Format » Transaction » TransactionMint","id":"10","title":"TransactionMint"},"100":{"body":"type: Log. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ra: Decimal string representation of a 64-bit unsigned integer; value of register $rA. rb: Decimal string representation of a 64-bit unsigned integer; value of register $rB. rc: Decimal string representation of a 64-bit unsigned integer; value of register $rC. rd: Decimal string representation of a 64-bit unsigned integer; value of register $rD. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Log\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ra\": \"1844674407370\", \"rb\": \"1844674407371\", \"rc\": \"1844674407372\", \"rd\": \"1844674407373\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Log Receipt","id":"100","title":"Log Receipt"},"101":{"body":"type: Mint. sub_id: Hexadecimal string representation of the 256-bit (32-byte) asset sub identifier ID; derived from register $rB. contract_id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Mint\", \"sub_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"contract_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Mint Receipt","id":"101","title":"Mint Receipt"},"102":{"body":"type: Burn. sub_id: Hexadecimal string representation of the 256-bit (32-byte) asset sub identifier ID; derived from register $rB. contract_id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Burn\", \"sub_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"contract_id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Burn Receipt","id":"102","title":"Burn Receipt"},"103":{"body":"type: LogData. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ra: Decimal string representation of a 64-bit unsigned integer; value of register $rA rb: Decimal string representation of a 64-bit unsigned integer; value of register $rB ptr: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rC. len: Decimal string representation of a 64-bit unsigned integer; value of register $rD. digest: Hexadecimal string representation of the 256-bit (32-byte) hash of MEM[$rC, $rD]. data: Hexadecimal string representation of the value of the memory range MEM[$rC, $rD]. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"LogData\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ra\": \"1844674407370\", \"rb\": \"1844674407371\", \"ptr\": \"0x1ad7f29abcc\", \"len\": \"66544\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"pc\": \"0xffffffffffffffff\", \"data\": \"0xa7c5ac471b47\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » LogData Receipt","id":"103","title":"LogData Receipt"},"104":{"body":"type: ReturnData. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. ptr: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rA. len: Decimal string representation of a 64-bit unsigned integer; value of register $rB. digest: Hexadecimal string representation of 256-bit (32-byte), hash of MEM[$rA, $rB]. data: Hexadecimal string representation of the value of the memory range MEM[$rA, $rB]. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"ReturnData\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"ptr\": \"0x1ad7f29abcc\", \"len\": \"1844\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"pc\": \"0xffffffffffffffff\", \"data\": \"0xa7c5ac471b47\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » ReturnData Receipt","id":"104","title":"ReturnData Receipt"},"105":{"body":"type: Revert. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Revert\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"1844674407372\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Revert Receipt","id":"105","title":"Revert Receipt"},"106":{"body":"type: Transfer. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. to: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the recipient contract. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Transfer\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Transfer Receipt","id":"106","title":"Transfer Receipt"},"107":{"body":"type: TransferOut. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. to: Hexadecimal string representation of the 256-bit (32-byte) address to transfer coins to. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"TransferOut\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » TransferOut Receipt","id":"107","title":"TransferOut Receipt"},"108":{"body":"type: ScriptResult. result: Hexadecimal string representation of a 64-bit unsigned integer; 0 if script exited successfully, any otherwise. gas_used: Decimal string representation of a 64-bit unsigned integer; amount of gas consumed by the script. { \"type\": \"ScriptResult\", \"result\": \"0x00\", \"gas_used\": \"400\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » ScriptResult Receipt","id":"108","title":"ScriptResult Receipt"},"109":{"body":"type: MessageOut. sender: Hexadecimal string representation of the 256-bit (32-byte) address of the message sender: MEM[$fp, 32]. recipient: Hexadecimal string representation of the 256-bit (32-byte) address of the message recipient: MEM[$rA, 32]. amount: Hexadecimal string representation of a 64-bit unsigned integer; value of register $rD. nonce: Hexadecimal string representation of the 256-bit (32-byte) message nonce as described here . len: Decimal string representation of a 16-bit unsigned integer; value of register $rC. digest: Hexadecimal string representation of 256-bit (32-byte), hash of MEM[$rB, $rC]. data: Hexadecimal string representation of the value of the memory range MEM[$rB, $rC]. { \"type\": \"MessageOut\", \"sender\": \"0x38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff05139150017c9e\", \"recipient\": \"0x4710162c2e3a95a6faff05139150017c9e38e5e280432d546fae345d6ce6d8fe\", \"amount\": \"0xe6d8fe4710162c2e\", \"nonce\": \"0x47101017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"len\": \"65535\", \"digest\": \"0xd28b78894e493c98a196aa51b432b674e4813253257ed9331054ee8d6813b3aa\", \"data\": \"0xa7c5ac471b47\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » MessageOut Receipt","id":"109","title":"MessageOut Receipt"},"11":{"body":"The Upgrade transaction allows upgrading either consensus parameters or state transition function used by the network to produce future blocks. The Upgrade Purpose type defines the purpose of the upgrade. The Upgrade transaction is chargeable, and the sender should pay for it. Transaction inputs should contain only base assets. Only the privileged address from ConsensusParameters can upgrade the network. The privileged address can be either a real account or a predicate. When the upgrade type is UpgradePurposeType.ConsensusParameters serialized consensus parameters are available in the witnesses and the Upgrade transaction is self-contained because it has all the required information. When the upgrade type is UpgradePurposeType.StateTransition, the bytecodeRoot field contains the Merkle root of the new bytecode of the state transition function. The bytecode should already be available on the blockchain at the upgrade point; otherwise, the upgrade will fail. The bytecode can be part of the genesis block or can be uploaded via the TransactionUpload transaction. The block header contains information about which versions of consensus parameters and state transition function are used to produce a block, and the Upgrade transaction defines behavior corresponding to the version. When the block executes the Upgrade transaction, it defines new behavior for either BlockHeader.consensusParametersVersion + 1 or BlockHeader.stateTransitionBytecodeVersion + 1(it depends on the purpose of the upgrade). When the Upgrade transaction is included in the block, it doesn't affect the current block execution. Since behavior is now defined, the inclusion of the Upgrade transaction allows the production of the next block with a new version. The block producer can still continue to use the previous version and start using a new version later unless the state transition function forbids it. The behavior is set once per version. It is forbidden to override the behavior of the network. Each behavior should have its own version. The version should grow monotonically without jumps. The BlockHeader.consensusParametersVersion and BlockHeader.stateTransitionBytecodeVersion are independent and can grow at different speeds. name type description upgradePurpose UpgradePurpose The purpose of the upgrade. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id No input where InputType.Message.owner == PRIVILEGED_ADDRESS or InputType.Coint.owner == PRIVILEGED_ADDRESS The UpgradePurpose is invalid","breadcrumbs":"Transaction Format » Transaction » TransactionUpgrade","id":"11","title":"TransactionUpgrade"},"110":{"body":"To select which function you want to call, first, this function must be in an ABI struct of a Sway program. For instance: abi MyContract { fn foo(a: u64); fn bar(a: InputStruct );\n} { fn baz(a: ()) { }\n} The function selector is the first 4 bytes of the SHA-256 hash function of the signature of the Sway function being called. Then, these 4 bytes are right-aligned to 8 bytes, left-padded with zeroes. Note : The word size for the FuelVM is 8 bytes.","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » Function Selector Encoding","id":"110","title":"Function Selector Encoding"},"111":{"body":"The signature is composed of the function name with the parenthesized list of comma-separated parameter types without spaces. All strings encoded with UTF-8. For custom types such as enum and struct, there is a prefix added to the parenthesized list (see below). Generic struct and enum types also accept a list of comma-separated type arguments in between angle brackets right after the prefix. For instance, to compute the selector for the following function: fn entry_one(arg: u64); we should pass \"entry_one(u64)\" to the sha256() hashing algorithm. The full digest would be: 0x0c36cb9cb766ff60422db243c4fff06d342949da3c64a3c6ac564941f84b6f06 Then we would get only the first 4 bytes of this digest and left-pad it to 8 bytes: 0x000000000c36cb9c The table below summarizes how each function argument type is encoded Type Encoding bool bool u8 u8 u16 u16 u32 u32 u64 u64 b256 b256 struct s<,,...>(,,...) where , , ... are the encoded types of the struct fields and , , ... are the encoded type arguments enum e<>,,...>(,,...) where , , ... are the encoded types of the enum variants and , , ... are the encoded type arguments str[] str[] array a[;] where is the encoded element type of the array and is its length tuple (,,...) where , , ... are the encoded types of the tuple fields Note: Non-generic structs and enums do not require angle brackets.","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » Function Signature","id":"111","title":"Function Signature"},"112":{"body":"enum MyEnum { Foo: u64, Bar: bool,\n}\nstruct MyStruct { bim: T, bam: MyEnum,\n} struct MyOtherStruct { bom: u64,\n} fn complex_function( arg1: MyStruct<[b256; 3], u8>, arg2: [MyStruct; 4], arg3: (str[5], bool), arg4: MyOtherStruct,\n); is encoded as: abi MyContract { complex_function(s(a[b256;3],e(u64,bool)),a[s(u64,e(u64,bool));4],(str[5],bool),s(u64))\n} which is then hashed into: 51fdfdadc37ff569e281a622281af7ec055f8098c40bc566118cbb48ca5fd28b and then the encoded function selector is: 0x0000000051fdfdad","breadcrumbs":"Application Binary Interface (ABI) » Function Selector Encoding » A Complex Example","id":"112","title":"A Complex Example"},"113":{"body":"","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Argument Encoding","id":"113","title":"Argument Encoding"},"114":{"body":":warning: This version is being deprecated for Version 1 (see below). When crafting transaction script data, you must encode the arguments you wish to pass to the script.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Version 0","id":"114","title":"Version 0"},"115":{"body":"These are the available types that can be encoded in the ABI: Unsigned integers: u8, 8 bits. u16, 16 bits. u32, 32 bits. u64, 64 bits. u128, 128 bits. u256, 256 bits. Boolean: bool, either 0 or 1 encoded identically to u8. B256: b256, arbitrary 256-bits value. Address : address, a 256-bit (32-byte) address. Fixed size string Array Enums (sum types) Structs Vectors Tuples These types are encoded in-place. Here's how to encode them. We define enc(X) the encoding of the type X.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Types","id":"115","title":"Types"},"116":{"body":"u where M is either 8, 16, 32, 64, 128 or 256 bits. enc(X) is the big-endian (i.e. right-aligned) representation of X left-padded with zero-bytes. In the case of M being 8, 16, 32 or 64, total length must be 8 bytes. If M is 128, total length must be 16 bytes. If M is 256, total length must be 32 bytes. Note: since all integer values are unsigned, there is no need to preserve the sign when extending/padding; padding with only zeroes is sufficient._ Example: Encoding 42 yields: 0x000000000000002a, which is the hexadecimal representation of the decimal number 42, right-aligned to 8 bytes. Encoding u128::MAX - 1 yields: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE, it's right-aligned to 16 bytes","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Unsigned Integers","id":"116","title":"Unsigned Integers"},"117":{"body":"enc(X) is 0 if X is false or 1 if X is true, left-padded with zero-bytes. Total length must be 8 bytes. Similar to the u8 encoding. Example: Encoding true yields: 0x0000000000000001","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Boolean","id":"117","title":"Boolean"},"118":{"body":"b256 is a fixed size bit array of length 256. Used for 256-bit hash digests and other 256-bit types. It is encoded as-is. Example: Encoding 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745 yields: 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » B256","id":"118","title":"B256"},"119":{"body":"A 256-bit (32-byte) address, encoded in the same way as a b256 argument: encoded as-is. Example: Encoding 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745 yields: 0xc7fd1d987ada439fc085cfa3c49416cf2b504ac50151e3c2335d60595cb90745","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Address","id":"119","title":"Address"},"12":{"body":"The Upload transaction allows the huge bytecode to be divided into subsections and uploaded slowly to the chain. The Binary Merkle root built on top of subsections is an identifier of the bytecode. Each transaction uploads a subsection of the code and must contain proof of connection to the root. All subsections should be uploaded sequentially, which allows the concatenation of previously uploaded subsections with new subsection. The bytecode is considered final when the last subsection is uploaded, and future Upload transactions with the same root fields should be rejected. When the bytecode is completed it can be used to upgrade the network. The size of each subsection can be arbitrary; the only limit is the maximum number of subsections allowed by the network. The combination of the transaction gas limit and the number of subsections limits the final maximum size of the bytecode. name type description root byte[32] The root of the Merkle tree is created over the bytecode. witnessIndex uint16 The witness index of the subsection of the bytecode. subsectionIndex uint16 The index of the subsection of the bytecode. subsectionsNumber uint16 The total number of subsections on which bytecode was divided. proofSetCount uint16 Number of Merkle nodes in the proof. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. proofSet byte[32][] The proof set of Merkle nodes to verify the connection of the subsection to the root. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id witnessIndex >= tx.witnessesCount subsectionIndex >= subsectionsNumber subsectionsNumber > MAX_BYTECODE_SUBSECTIONS The Binary Merkle tree root calculated from (witnesses[witnessIndex], subsectionIndex, subsectionsNumber, proofSet) is not equal to the root. Root calculation is affected by all fields, so modification of one of them invalidates the proof.","breadcrumbs":"Transaction Format » Transaction » TransactionUpload","id":"12","title":"TransactionUpload"},"120":{"body":"An array of a certain type T, [T; n], where n is the length of the array. Arrays in Sway have a fixed-length which is known at compile time. This means the ABI encoding for arrays also happens in-place, with no need to account for dynamic sizing. The encoding for the array contains, in order, the encoding of each element in [T; n], recursively following the encoding for the type T. For instance, consider the function signature my_func(bool, [u64; 2]) with the values (true, [1, 2]). The encoding will be: 0x0000000000000001, the true bool encoded in-place. 0x0000000000000001, First element of the parameter [u64; 2], 1, encoded as a u64. 0x0000000000000002, Second element of the parameter [u64; 2], 2, encoded as a u64. The resulting encoded ABI will be: 0x000000000000000100000000000000010000000000000002","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Array","id":"120","title":"Array"},"121":{"body":"Strings have fixed length and are encoded in-place. str[n], where n is the fixed-size of the string. Rather than padding the string, the encoding of the elements of the string is tightly packed. And unlike the other type encodings, the string encoding is left-aligned. Note that all strings are encoded in UTF-8. Example: Encoding \"Hello, World\" as a str[12] yields : 0x48656c6c6f2c20576f726c6400000000 Note that we're padding with zeroes in order to keep it right-aligned to 8 bytes (FuelVM's word size).","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Fixed-length Strings","id":"121","title":"Fixed-length Strings"},"122":{"body":"Encoding ABIs that contain custom types, such as structs, is similar to encoding a set of primitive types. The encoding will proceed in the order that the inner types of a custom type are declared and recursively just like encoding any other type. This way you can encode structs with primitive types or structs with more complex types in them such as other structs, arrays, strings, and enums. Here's an example: struct InputStruct { field_1: bool, field_2: u8,\n} abi MyContract { fn foo(a: u64); fn bar(a: InputStruct);\n} { fn baz(a: ()) { }\n} Calling bar with InputStruct { field_1: true, field_2: 5 } yields: 0x\n0000000000000001 // `true` encoded as a bool\n0000000000000005 // `5` encoded as u8 A more complex scenario: struct InputStruct { field_1: bool, field_2: [u8; 2], // An array of u8, with length 2.\n} abi MyContract { fn foo(a: u64); fn bar(a: InputStruct);\n} { fn baz(a: ()) { }\n} Calling bar with InputStruct { field_1: true, field_2: [1, 2] } yields: 0x\n0000000000000001 // `true` encoded as a bool\n0000000000000001 // `1` encoded as u8\n0000000000000002 // `2` encoded as u8","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Structs","id":"122","title":"Structs"},"123":{"body":"ABI calls containing enums (sum types) are encoded similarly to structs: encode the discriminant first, then recursively encode the type of the enum variant being passed to the function being called. enum MySumType\n{ X: u32, Y: bool,\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::X(42) yields: 0x\n0000000000000000 // The discriminant of the chosen enum, in this case `0`.\n000000000000002a // `42` encoded as u64 If the sum type has variants of different sizes, then left padding is required. enum MySumType\n{ X: b256, Y: u32,\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::Y(42) yields: 0x\n0000000000000001 // The discriminant of the chosen enum, in this case `1`.\n0000000000000000 // Left padding\n0000000000000000 // Left padding\n0000000000000000 // Left padding\n000000000000002a // `42` encoded as u64 Note that three words of padding are required because the largest variant of MySumType is 4 words wide. If all the variants of a sum type are of type (), or unit, then only the discriminant needs to be encoded. enum MySumType\n{ X: (), Y: (), Z: (),\n} abi MyContract { fn foo(a: u64); fn bar(a: MySumType);\n} { fn baz(a: ()) { }\n} Calling bar with MySumType::Z yields: 0x\n0000000000000002 // The discriminant of the chosen enum, in this case `2`.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Enums (sum types)","id":"123","title":"Enums (sum types)"},"124":{"body":"ABI calls containing vectors are encoded in the following way: First, figure out the the length l of the vector. Its length will also be its capacity. Encode the content of the vector according to the spec of its type, e.g. for a Vec, encode each bool element according to the bool specs. This gives out data that is stored on the heap, and we encode only the pointer to this data abi MyContract { fn foo(a: Vec);\n} { fn foo(a: Vec) {};\n} Calling foo with vec![1u32, 2u32, 3u32, 4u32]: length is 4, capacity is 4 data: [0x0000000000000001, 0x0000000000000002, 0x0000000000000003, 0x0000000000000004], stored at pointer address 0x000000000000beef Note: to understand how the u32 are encoded, see the section about encoding integers. 0x\n000000000000beef // pointer address\n0000000000000004 // length = 4\n0000000000000004 // capacity = 4 At the pointer address, then the vector's content are encoded as such: 0x\n0000000000000001 // 1u32\n0000000000000002 // 2u32\n0000000000000003 // 3u32\n0000000000000004 // 4u32","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Vectors","id":"124","title":"Vectors"},"125":{"body":"ABI calls containing tuples are encoded as such: If X is a tuple with the type signature (T_1, T_2, ..., T_n), with T_1,...,T_n being any type except for vector, then enc(X) is encoded as the concatenation of enc(T_1), enc(T_2),enc (T_3), ..., enc(T_n). abi MyContract { fn foo(a: (u64, str[3], bool));\n} { fn foo(a: (u64, str[4], bool)) {};\n} Calling foo with (1u64, \"fuel\", true) : 0x\n0000000000000001 // 1u64\n6675656c00000000 // \"fuel\" encoded as per the specs\n0000000000000001 // true","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Tuples","id":"125","title":"Tuples"},"126":{"body":"This version was created to replace the older version 0 described above, and follows three philosophical tenets: being self-sufficient: it must be possible to completely decode the original data only using the encoded bytes and the original type (there are no references to data outside the encoded bytes); no overhead: only the bare minimum bytes are necessary to do the encoding. No metadata, headers, etc...; no relation with runtime memory layout: no padding, no alignment, etc...","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Version 1","id":"126","title":"Version 1"},"127":{"body":"Primitive types will be encoded using the exact number of bits they need: u8: 1 byte; u16: 2 bytes; u32: 4 bytes; u64: 8 bytes; u256: 32 bytes; b256: 32 bytes;","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Primitive Types","id":"127","title":"Primitive Types"},"128":{"body":"Arrays are encoded without any padding or alignment, with one item after the other. [T; 1] is encoded [encode(T)]; [T; 2] is encoded [encode(T), encode(T)]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Arrays","id":"128","title":"Arrays"},"129":{"body":"String arrays are encoded just like arrays, without any overhead. str[1] = 1 byte str[2] = 2 bytes str[n] = n bytes String slices do contain their length as u64, and the string itself is encoded packed without alignment or padding. \"abc\" = [0, 0, 0, 0, 0, 0, 0, 3, \"a\", \"b\", \"c\"]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Strings","id":"129","title":"Strings"},"13":{"body":"The Blob inserts a simple binary blob in the chain. It's raw immutable data that can be cheaply loaded by the VM and used as instructions or just data. Unlike Create, it doesn't hold any state or balances. Blobs are content-addressed, i.e. the they are uniquely identified by hash of the data field. Programs running on the VM can load an already-posted blob just by the hash, without having to specify it in contract inputs. name type description id byte[32] Blob id, i.e. hash of the data. witnessIndex uint16 The witness index of the data. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message or OutputType.ContractCreated Any output is of type OutputType.Change with non-base asset_id witnessIndex >= tx.witnessesCount sha256(witnesses[witnessIndex]) != id","breadcrumbs":"Transaction Format » Transaction » TransactionBlob","id":"13","title":"TransactionBlob"},"130":{"body":"raw_slice, also being dynamic, contains their length as u64 and is treated as a \"slice of bytes\". Each byte is encoded as u8 (1 byte) and is packed without alignment and padding. For example, a slice of three bytes like [0u8, 1u8, 2u8] will be encoded as bytes [0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 2]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Slices","id":"130","title":"Slices"},"131":{"body":"Tuples are encoded just like arrays, without any overhead like padding and alignment: (A, B, C) = [encode(A), encode(B), encode(C)]","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Tuple","id":"131","title":"Tuple"},"132":{"body":"Structs can be encoded in two ways: first, with the automatic implementation; second, with the custom implementation. Auto implementation follows the same rules as tuples. So we can imagine that struct S { a: A, b: B, c: C\n} is encoded the same way as the tuple (A, B, C). Custom implementation allows the developer to choose how a struct is encoded. A struct has auto-implemented encoding if no custom was found.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Structs (v1)","id":"132","title":"Structs (v1)"},"133":{"body":"Enums can also be encoded with the automatic or the custom implementation. The auto implementation first encoded the variant with a u64 number starting from zero as the first variant and increments this value for each variant, following declaration order. enum E { VARIANT_A: A, // <- variant 0 VARIANT_B: B, // <- variant 1 VARIANT_C: C // <- variant 2 } will be encoded as [encode(variant), encode(value)]. The variant data will be encoded right after the variant tag, without any alignment or padding. An enum has auto-implemented encoding if no custom was found.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Enums","id":"133","title":"Enums"},"134":{"body":"Some common data structures also have well-defined encoding: Vec will be encoded as [encode(length), ] Bytes will be encoded as [encode(length), ] String will be encoded as [encode (length), ] All of them first contain the length and then their data right after, without any padding or alignment.","breadcrumbs":"Application Binary Interface (ABI) » Argument Encoding » Data Structures","id":"134","title":"Data Structures"},"135":{"body":"Hash based ids are deterministically generated from associated types and are used in the JSON ABI for type IDs and for logId. This document specifies how the hash based IDS are generated for type IDs and for logId.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Hash based IDs","id":"135","title":"Hash based IDs"},"136":{"body":"Hash based ids for type IDs are generated from the sha256 of a string that represents the type. For logIds we use the first 8 bytes of the sha256 of a string that represents the type, this is because the LOG and LOGD opcodes use a 64bit value as log id.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Generation","id":"136","title":"Generation"},"137":{"body":"For describing the string representation of type we will use the notation {abi_str(T)} that should be replaced by the respective ABI string representation of the respective type T.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String representation of types","id":"137","title":"String representation of types"},"138":{"body":"u8 => \"u8\" u16 => \"u16\" u32 => \"u32\" u64 => \"u64\" u256 => \"u256\" b256 => \"b256\" bool => \"bool\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Intrinsics","id":"138","title":"Intrinsics"},"139":{"body":"String array of size 1 => \"str[1]\" String array of size 2 => \"str[2]\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String arrays","id":"139","title":"String arrays"},"14":{"body":"enum UpgradePurposeType : uint8 { ConsensusParameters = 0, StateTransition = 1,\n} name type description type UpgradePurposeType Type of upgrade purpose. data One of ConsensusParameters , StateTransition Upgrade purposes. Transaction is invalid if: type is not valid UpgradePurposeType value`","breadcrumbs":"Transaction Format » UpgradePurpose » UpgradePurposeType","id":"14","title":"UpgradePurposeType"},"140":{"body":"String slice => \"str\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » String slices","id":"140","title":"String slices"},"141":{"body":"[T; 1] => \"[{abi_str(T)}; 1]\" [T; 2] => \"[{abi_str(T)}; 2]\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Arrays","id":"141","title":"Arrays"},"142":{"body":"() => \"()\" (T1) => \"({abi_str(T1)})\" (T1,T2) => \"({abi_str(T1)}, {abi_str(T2)})\" etc.","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Tuples","id":"142","title":"Tuples"},"143":{"body":"Option enum with type parameter T => \"enum std::option::Option<{abi_str(T)}>\" Enum without type parameters named MyEnum => \"enum MyEnum\" Enum with type parameter T1 named MyEnum => \"enum MyEnum<{abi_str(T1)}>\" Enum with type parameters T1, T2 named MyEnum in my_module => \"enum my_module::MyEnum<{abi_str(T1)},{abi_str(T2)}>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Enums","id":"143","title":"Enums"},"144":{"body":"Vec struct with type parameter T => \"struct std::vec::Vec<{abi_str(T)}>\" Struct without type parameters named MyStruct => \"struct MyStruct\" Struct with type parameter T1 named MyStruct => \"struct MyStruct<{abi_str(T1)}>\" Struct with type parameters T1, T2 named MyStruct in my_module => \"struct my_module::MyStruct<{abi_str(T1)},{abi_str(T2)}>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Structs","id":"144","title":"Structs"},"145":{"body":"Generic type parameter T if root type => \"generic T\" Generic type parameter T if not root type => \"T\" as in \"struct MyStruct\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Generic Type Parameter","id":"145","title":"Generic Type Parameter"},"146":{"body":"Tuple of array and u64 => \"([u64,1]; u64)\" Array of Option=> \"[enum std::option::Option; 3]\" Struct with tuple type parameter => \"struct my_module::MyStruct<(u64, u64)>\"","breadcrumbs":"Application Binary Interface (ABI) » Hash Based Ids » Complex examples composition","id":"146","title":"Complex examples composition"},"147":{"body":"Introduction Parameters Semantics Flags Instruction Set VM Initialization Contexts Predicate Estimation and Verification Script Execution Call Call Frames Ownership","breadcrumbs":"FuelVM » Fuel VM Specification","id":"147","title":"Fuel VM Specification"},"148":{"body":"This document provides the specification for the Fuel Virtual Machine (FuelVM). The specification covers the types, instruction set, and execution semantics.","breadcrumbs":"FuelVM » Introduction","id":"148","title":"Introduction"},"149":{"body":"name type value note CONTRACT_MAX_SIZE uint64 Maximum contract size, in bytes. VM_MAX_RAM uint64 2**26 64 MiB. MESSAGE_MAX_DATA_SIZE uint64 Maximum size of message data, in bytes.","breadcrumbs":"FuelVM » Parameters","id":"149","title":"Parameters"},"15":{"body":"name type description witnessIndex uint16 Index of witness that contains a serialized(with postcard ) consensus parameters. checksum byte[32] The hash of the serialized consensus parameters. Given helper deserialize_consensus_parameters() that deserializes the consensus parameters from a witness by using postcard algorithm. Transaction is invalid if: witnessIndex >= tx.witnessesCount checksum != sha256(tx.data.witnesses[witnessIndex]) deserialize_consensus_parameters(tx.data.witnesses[witnessIndex]) returns an error.","breadcrumbs":"Transaction Format » UpgradePurpose » ConsensusParameters","id":"15","title":"ConsensusParameters"},"150":{"body":"FuelVM instructions are exactly 32 bits (4 bytes) wide and comprise of a combination of: Opcode: 8 bits Register/special register (see below) identifier: 6 bits Immediate value: 12, 18, or 24 bits, depending on operation Of the 64 registers (6-bit register address space), the first 16 are reserved: value register name description 0x00 $zero zero Contains zero (0), for convenience. 0x01 $one one Contains one (1), for convenience. 0x02 $of overflow Contains overflow/underflow of addition, subtraction, and multiplication. 0x03 $pc program counter The program counter. Memory address of the current instruction. 0x04 $ssp stack start pointer Memory address of bottom of current writable stack area. 0x05 $sp stack pointer Memory address on top of current writable stack area (points to free memory). 0x06 $fp frame pointer Memory address of beginning of current call frame. 0x07 $hp heap pointer Memory address below the current bottom of the heap (points to used/OOB memory). 0x08 $err error Error codes for particular operations. 0x09 $ggas global gas Remaining gas globally. 0x0A $cgas context gas Remaining gas in the context. 0x0B $bal balance Received balance for this context. 0x0C $is instructions start Pointer to the start of the currently-executing code. 0x0D $ret return value Return value or pointer. 0x0E $retl return length Return value length in bytes. 0x0F $flag flags Flags register. Integers are represented in big-endian format, and all operations are unsigned. Boolean false is 0 and Boolean true is 1. Registers are 64 bits (8 bytes) wide. Words are the same width as registers. Persistent state (i.e. storage) is a key-value store with 32-byte keys and 32-byte values. Each contract has its own persistent state that is independent of other contracts. This is committed to in a Sparse Binary Merkle Tree.","breadcrumbs":"FuelVM » Semantics","id":"150","title":"Semantics"},"151":{"body":"value name description 0x01 F_UNSAFEMATH If set, undefined arithmetic zeroes target and sets $err without panic. 0x02 F_WRAPPING If set, overflowing arithmetic wraps around and sets $of without panic. All other flags are reserved, any must be set to zero.","breadcrumbs":"FuelVM » Flags","id":"151","title":"Flags"},"152":{"body":"A complete instruction set of the Fuel VM is documented in the following page .","breadcrumbs":"FuelVM » Instruction Set","id":"152","title":"Instruction Set"},"153":{"body":"Every time the VM runs, a single monolithic memory of size VM_MAX_RAM bytes is allocated, indexed by individual byte. A stack and heap memory model is used, allowing for dynamic memory allocation in higher-level languages. The stack begins at 0 and grows upward. The heap begins at VM_MAX_RAM and grows downward. To initialize the VM, the following is pushed on the stack sequentially: Transaction hash (byte[32], word-aligned), computed as defined here . Base asset ID (byte[32], word-aligned) MAX_INPUTS pairs of (asset_id: byte[32], balance: uint64), of: For predicate estimation and verification , zeroes. For script execution , the free balance for each asset ID seen in the transaction's inputs, ordered in ascending order. If there are fewer than MAX_INPUTS asset IDs, the pair has a value of zero. Transaction length, in bytes (uint64, word-aligned). The transaction, serialized . Then the following registers are initialized (without explicit initialization, all registers are initialized to zero): $ssp = 32 + 32 + MAX_INPUTS*(32+8) + size(tx)): the writable stack area starts immediately after the serialized transaction in memory (see above). $sp = $ssp: writable stack area is empty to start. $hp = VM_MAX_RAM: the heap area begins at the top and is empty to start.","breadcrumbs":"FuelVM » VM Initialization","id":"153","title":"VM Initialization"},"154":{"body":"There are 4 contexts in the FuelVM: predicate estimation and verification , scripts , and calls . A context is an isolated execution environment with defined memory ownership and can be external or internal : External: predicate and script. $fp will be zero. Internal: call. $fp will be non-zero. Returning from a context behaves differently depending on whether the context is external or internal.","breadcrumbs":"FuelVM » Contexts","id":"154","title":"Contexts"},"155":{"body":"There are two ways to run predicates on the VM: Estimation: runs the predicate and updates the amount of gas used Verification: runs the predicate and verifies the amount of gas used matches the input For any input of type InputType.Coin or InputType.Message , a non-zero predicateLength field means the UTXO being spent is a P2SH rather than a P2PKH output. For each such input in the transaction, the VM is initialized , then: $pc and $is are set to the start of the input's predicate field. $ggas and $cgas are set to MAX_GAS_PER_PREDICATE for estimation, and predicateGasUsed for verification. Predicate execution will fail if gas is exhausted during execution. During predicate mode, hitting any contract instruction (except ldc with non-contract target) causes predicate verification to halt, returning Boolean false. A predicate that halts without returning Boolean true would not pass verification, making the entire transaction invalid. Note that predicate return value is monotonic with respect to time (i.e. if a predicate evaluates to true then it will always evaluate to true in the future). After successful execution, the run mode is determines the final step: Estimation: predicateGasUsed is set to MAX_GAS_PER_PREDICATE - $ggas. Verification: if $ggas is non-zero, predicate verification fails.","breadcrumbs":"FuelVM » Predicate Estimation and Verification","id":"155","title":"Predicate Estimation and Verification"},"156":{"body":"If script bytecode is present, transaction validation requires execution. The VM is initialized , then: $pc and $is are set to the start of the transaction's script bytecode. $ggas and $cgas are set to tx.scriptGasLimit. Following initialization, execution begins. For each instruction, its gas cost gc is first computed. If gc > $cgas, deduct $cgas from $ggas and $cgas (i.e. spend all of $cgas and no more), then revert immediately without actually executing the instruction. Otherwise, deduct gc from $ggas and $cgas. After the script has been executed, tx.receiptsRoot is updated to contain the Merkle root of the receipts, as described in the TransactionScript spec .","breadcrumbs":"FuelVM » Script Execution","id":"156","title":"Script Execution"},"157":{"body":"Call context is entered via CALL instruction . It's also called internal context , or contract context . Call context is used to access state of a contract.","breadcrumbs":"FuelVM » Call","id":"157","title":"Call"},"158":{"body":"Cross-contract calls push a call frame onto the stack, similar to a stack frame used in regular languages for function calls (which may be used by a high-level language that targets the FuelVM). The distinction is as follows: Stack frames: store metadata across trusted internal (i.e. intra-contract) function calls. Not supported natively by the FuelVM, but may be used as an abstraction at a higher layer. Call frames: store metadata across untrusted external (i.e. inter-contract) calls. Supported natively by the FuelVM. Call frames are needed to ensure that the called contract cannot mutate the running state of the current executing contract. They segment access rights for memory: the currently-executing contracts may only write to their own call frame and their own heap. A call frame consists of the following, word-aligned: bytes type value description Unwritable area begins. 32 byte[32] to Contract ID for this call. 32 byte[32] asset_id asset ID of forwarded coins. 8*64 byte[8][64] regs Saved registers from previous context. 8 uint64 codesize Code size in bytes, padded to the next word boundary. 8 byte[8] param1 First parameter. 8 byte[8] param2 Second parameter. 1* byte[] code Zero-padded to 8-byte alignment, but individual instructions are not aligned. Unwritable area ends. * Call frame's stack.","breadcrumbs":"FuelVM » Call Frames","id":"158","title":"Call Frames"},"159":{"body":"Only memory that has been allocated is accessible. In other words, memory between highest-ever $sp value and current $hp is inaccessible. Attempting to read or write memory that has not been allocated will result in VM panic. Similarly reads or writes that cross from the stack to the heap will panic. Note that stack remains readable even after stack frame has been shrunk. However, if the heap is afterwards expanded to cover that area, the crossing read prohibition still remains, while all memory is accessible.","breadcrumbs":"FuelVM » Access rights","id":"159","title":"Access rights"},"16":{"body":"name type description bytecodeRoot byte[32] The root of the new bytecode of the state transition function.","breadcrumbs":"Transaction Format » UpgradePurpose » StateTransition","id":"16","title":"StateTransition"},"160":{"body":"Whenever memory is written to (i.e. with SB or SW ), or write access is granted (i.e. with CALL ), ownership must be checked. If the context is external, the owned memory range is: [$ssp, $sp): the writable stack area. [$hp, VM_MAX_RAM): the heap area allocated by this script or predicate. If the context is internal, the owned memory range for a call frame is: [$ssp, $sp): the writable stack area of the call frame. [$hp, $fp->$hp): the heap area allocated by this call frame.","breadcrumbs":"FuelVM » Ownership","id":"160","title":"Ownership"},"161":{"body":"Memory is only executable in range [$is, $ssp). Attempting to execute instructions outside these boundaries will cause a panic. This area never overlaps with writable memory, essentially providing W^X protection.","breadcrumbs":"FuelVM » Executability","id":"161","title":"Executability"},"162":{"body":"Reading Guide Arithmetic/Logic (ALU) Instructions ADD: Add ADDI: Add immediate AND: AND ANDI: AND immediate DIV: Divide DIVI: Divide immediate EQ: Equals EXP: Exponentiate EXPI: Exponentiate immediate GT: Greater than LT: Less than MLOG: Math logarithm MOD: Modulus MODI: Modulus immediate MOVE: Move MOVI: Move immediate MROO: Math root MUL: Multiply MULI: Multiply immediate MLDV: Fused multiply-divide NOOP: No operation NOT: Invert OR: OR ORI: OR immediate SLL: Shift left logical SLLI: Shift left logical immediate SRL: Shift right logical SRLI: Shift right logical immediate SUB: Subtract SUBI: Subtract immediate SUBI: Subtract immediate WDCM: 128-bit integer comparison WQCM: 256-bit integer comparison WDOP: Misc 128-bit integer operations WQOP: Misc 256-bit integer operations WDML: Multiply 128-bit integers WQML: Multiply 256-bit integers WDDV: 128-bit integer division WQDV: 256-bit integer division WDMD: 128-bit integer fused multiply-divide WQMD: 256-bit integer fused multiply-divide WDAM: Modular 128-bit integer addition WQAM: Modular 256-bit integer addition WDMM: Modular 128-bit integer multiplication WQMM: Modular 256-bit integer multiplication XOR: XOR XORI: XOR immediate Control Flow Instructions JMP: Jump JI: Jump immediate JNE: Jump if not equal JNEI: Jump if not equal immediate JNZI: Jump if not zero immediate JMPB: Jump relative backwards JMPF: Jump relative forwards JNZB: Jump if not zero relative backwards JNZF: Jump if not zero relative forwards JNEB: Jump if not equal relative backwards JNEF: Jump if not equal relative forwards RET: Return from context Memory Instructions ALOC: Allocate memory CFE: Extend call frame CFEI: Extend call frame immediate CFS: Shrink call frame CFSI: Shrink call frame immediate LB: Load byte LW: Load word MCL: Memory clear MCLI: Memory clear immediate MCP: Memory copy MCPI: Memory copy immediate MEQ: Memory equality POPH: Pop a set of high registers from stack POPL: Pop a set of low registers from stack PSHH: Push a set of high registers to stack PSHL: Push a set of low registers to stack SB: Store byte SW: Store word Contract Instructions BAL: Balance of contract ID BHEI: Block height BHSH: Block hash BURN: Burn existing coins CALL: Call contract CB: Coinbase contract id CCP: Code copy CROO: Code Merkle root CSIZ: Code size LDC: Load code from an external contract, blob or memory LOG: Log event LOGD: Log data event MINT: Mint new coins RETD: Return from context with data RVRT: Revert SMO: Send message to output SCWQ: State clear sequential 32 byte slots SRW: State read word SRWQ: State read sequential 32 byte slots SWW: State write word SWWQ: State write sequential 32 byte slots TIME: Timestamp at height TR: Transfer coins to contract TRO: Transfer coins to output Blob Instructions BSIZ: Blob size BLDD: Load data from a blob Cryptographic Instructions ECK1: Secp251k1 signature recovery ECR1: Secp256r1 signature recovery ED19: EdDSA curve25519 verification K256: keccak-256 S256: SHA-2-256 Other Instructions ECAL: Call external function FLAG: Set flags GM: Get metadata GTF: Get transaction fields","breadcrumbs":"FuelVM » Instruction Set » FuelVM Instruction Set","id":"162","title":"FuelVM Instruction Set"},"163":{"body":"This page provides a description of all instructions for the FuelVM. Encoding is read as a sequence of one 8-bit value (the opcode identifier) followed by four 6-bit values (the register identifiers or immediate value). A single i indicates a 6-bit immediate value, i i indicates a 12-bit immediate value, i i i indicates an 18-bit immediate value, and i i i i indicates a 24-bit immediate value. All immediate values are interpreted as big-endian unsigned integers. If the instruction would be shorter than the full 32 bits, the remaining part is reserved and must be zero. The syntax MEM[x, y] used in this page means the memory range starting at byte x, of length y bytes. The syntax STATE[x, y] used in this page means the sequence of storage slots starting at key x and spanning y bytes.","breadcrumbs":"FuelVM » Instruction Set » Reading Guide","id":"163","title":"Reading Guide"},"164":{"body":"Some instructions may panic , i.e. enter an unrecoverable state. Additionally, attempting to execute an instruction not in this list causes a panic and consumes no gas. Instructions with reserved part having a non-zero value will likewise panic. How a panic is handled depends on context : In a predicate context, cease VM execution and return false. In other contexts, revert (described below). On a non-predicate panic, append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Panic id byte[32] Contract ID of current context if in an internal context, zero otherwise. pc uint64 Value of register $pc. is uint64 Value of register $is. then append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 1 gas_used uint64 Gas consumed by the script.","breadcrumbs":"FuelVM » Instruction Set » Panics","id":"164","title":"Panics"},"165":{"body":"The number of receipts is limited to 216, with the last two reserved to panic and script result receipts. Trying to add any other receipts after 216-2 will panic.","breadcrumbs":"FuelVM » Instruction Set » Receipts","id":"165","title":"Receipts"},"166":{"body":"A few instructions are annotated with the effects they produce, the table below explains each effect: effect name description Storage read Instruction reads from storage slots Storage write Instruction writes to storage slots External call External contract call instruction Balance tree read Instruction reads from the balance tree Balance tree write Instruction writes to the balance tree Output message Instruction sends a message to a recipient address If an instruction is not annotated with an effect, it means it does not produce any of the aforementioned affects.","breadcrumbs":"FuelVM » Instruction Set » Effects","id":"166","title":"Effects"},"167":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation. Normally, if the result of an ALU operation is mathematically undefined (e.g. dividing by zero), the VM panics. However, if the F_UNSAFEMATH flag is set, $err is set to true and execution continues. If an operation would overflow, so that the result doesn't fit into the target field, the VM will panic. Results below zero are also considered overflows. If the F_WRAPPING flag is set, instead $of is set to true or the overflowing part of the result, depending on the operation.","breadcrumbs":"FuelVM » Instruction Set » Arithmetic/Logic (ALU) Instructions","id":"167","title":"Arithmetic/Logic (ALU) Instructions"},"168":{"body":"Description Adds two registers. Operation $rA = $rB + $rC; Syntax add $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ADD: Add","id":"168","title":"ADD: Add"},"169":{"body":"Description Adds a register and an immediate value. Operation $rA = $rB + imm; Syntax addi $rA, $rB, immediate Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ADDI: Add immediate","id":"169","title":"ADDI: Add immediate"},"17":{"body":"// index using powers of 2 for efficient bitmasking\nenum PolicyType : uint32 { Tip = 1, WitnessLimit = 2, Maturity = 4, MaxFee = 8, Expiration = 16,\n} name type description data One of Tip , WitnessLimit , Maturity or Expiration Policy data.","breadcrumbs":"Transaction Format » Policy » Policy","id":"17","title":"Policy"},"170":{"body":"Description Bitwise ANDs two registers. Operation $rA = $rB & $rC; Syntax and $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » AND: AND","id":"170","title":"AND: AND"},"171":{"body":"Description Bitwise ANDs a register and an immediate value. Operation $rA = $rB & imm; Syntax andi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register imm is extended to 64 bits, with the high 52 bits set to 0. $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » ANDI: AND immediate","id":"171","title":"ANDI: AND immediate"},"172":{"body":"Description Divides two registers. Operation $rA = $rB // $rC; Syntax div $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, $rA is cleared and $err is set to true. Otherwise, $err is cleared. $of is cleared.","breadcrumbs":"FuelVM » Instruction Set » DIV: Divide","id":"172","title":"DIV: Divide"},"173":{"body":"Description Divides a register and an immediate value. Operation $rA = $rB // imm; Syntax divi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If imm == 0, $rA is cleared and $err is set to true. Otherwise, $err is cleared. $of is cleared.","breadcrumbs":"FuelVM » Instruction Set » DIVI: Divide immediate","id":"173","title":"DIVI: Divide immediate"},"174":{"body":"Description Compares two registers for equality. Operation $rA = $rB == $rC; Syntax eq $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » EQ: Equals","id":"174","title":"EQ: Equals"},"175":{"body":"Description Raises one register to the power of another. Operation $rA = $rB ** $rC; Syntax exp $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If the result cannot fit in 8 bytes, $of is set to 1 and $rA is instead set to 0, otherwise $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » EXP: Exponentiate","id":"175","title":"EXP: Exponentiate"},"176":{"body":"Description Raises one register to the power of an immediate value. Operation $rA = $rB ** imm; Syntax expi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If the result cannot fit in 8 bytes, $of is set to 1 and $rA is instead set to 0, otherwise $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » EXPI: Exponentiate immediate","id":"176","title":"EXPI: Exponentiate immediate"},"177":{"body":"Description Compares two registers for greater-than. Operation $rA = $rB > $rC; Syntax gt $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » GT: Greater than","id":"177","title":"GT: Greater than"},"178":{"body":"Description Compares two registers for less-than. Operation $rA = $rB < $rC; Syntax lt $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » LT: Less than","id":"178","title":"LT: Less than"},"179":{"body":"Description The (integer) logarithm base $rC of $rB. Operation $rA = math.floor(math.log($rB, $rC)); Syntax mlog $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rB == 0, both $rA and $of are cleared and $err is set to true. If $rC <= 1, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MLOG: Math logarithm","id":"179","title":"MLOG: Math logarithm"},"18":{"body":"name type description tip uint64 Additional, optional fee in BASE_ASSET to incentivize block producer to include transaction","breadcrumbs":"Transaction Format » Policy » Tip","id":"18","title":"Tip"},"180":{"body":"Description Modulo remainder of two registers. Operation $rA = $rB % $rC; Syntax mod $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOD: Modulus","id":"180","title":"MOD: Modulus"},"181":{"body":"Description Modulo remainder of a register and an immediate value. Operation $rA = $rB % imm; Syntax modi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register If imm == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MODI: Modulus immediate","id":"181","title":"MODI: Modulus immediate"},"182":{"body":"Description Copy from one register to another. Operation $rA = $rB; Syntax move $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOVE: Move","id":"182","title":"MOVE: Move"},"183":{"body":"Description Copy an immediate value into a register. Operation $rA = imm; Syntax movi $rA, imm Encoding 0x00 rA i i i Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MOVI: Move immediate","id":"183","title":"MOVI: Move immediate"},"184":{"body":"Description The (integer) $rCth root of $rB. Operation $rA = math.floor(math.root($rB, $rC)); Syntax mroo $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register If $rC == 0, both $rA and $of are cleared and $err is set to true. Otherwise, $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » MROO: Math root","id":"184","title":"MROO: Math root"},"185":{"body":"Description Multiplies two registers. Operation $rA = $rB * $rC; Syntax mul $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MUL: Multiply","id":"185","title":"MUL: Multiply"},"186":{"body":"Description Multiplies a register and an immediate value. Operation $rA = $rB * imm; Syntax mul $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the overflow of the operation. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MULI: Multiply immediate","id":"186","title":"MULI: Multiply immediate"},"187":{"body":"Description Multiplies two registers with arbitrary precision, then divides by a third register. Operation a = (b * c) / d; Syntax mldv $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 64 instead. If the divisor ($rD) is zero, then instead the value is divided by 1 << 64. This returns the higher half of the 128-bit multiplication result. This operation never overflows. If the result of after the division doesn't fit into a register, $of is assigned the overflow of the operation. Otherwise, $of is cleared. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » MLDV: Fused multiply-divide","id":"187","title":"MLDV: Fused multiply-divide"},"188":{"body":"Description Performs no operation. Operation Syntax noop Encoding 0x00 - - - - Notes $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » NOOP: No operation","id":"188","title":"NOOP: No operation"},"189":{"body":"Description Bitwise NOT a register. Operation $rA = ~$rB; Syntax not $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » NOT: Invert","id":"189","title":"NOT: Invert"},"19":{"body":"name type description witnessLimit uint64 The maximum amount of witness data allowed for the transaction Given helper len() that returns the number of bytes of a field. Transaction is invalid if: len(tx.witnesses) > witnessLimit","breadcrumbs":"Transaction Format » Policy » WitnessLimit","id":"19","title":"WitnessLimit"},"190":{"body":"Description Bitwise ORs two registers. Operation $rA = $rB \\| $rC; Syntax or $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » OR: OR","id":"190","title":"OR: OR"},"191":{"body":"Description Bitwise ORs a register and an immediate value. Operation $rA = $rB \\| imm; Syntax ori $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register imm is extended to 64 bits, with the high 52 bits set to 0. $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » ORI: OR immediate","id":"191","title":"ORI: OR immediate"},"192":{"body":"Description Left shifts a register by a register. Operation $rA = $rB << $rC; Syntax sll $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SLL: Shift left logical","id":"192","title":"SLL: Shift left logical"},"193":{"body":"Description Left shifts a register by an immediate value. Operation $rA = $rB << imm; Syntax slli $rA, $rB, imm Encoding 0x00 rA rB i i Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SLLI: Shift left logical immediate","id":"193","title":"SLLI: Shift left logical immediate"},"194":{"body":"Description Right shifts a register by a register. Operation $rA = $rB >> $rC; Syntax srl $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SRL: Shift right logical","id":"194","title":"SRL: Shift right logical"},"195":{"body":"Description Right shifts a register by an immediate value. Operation $rA = $rB >> imm; Syntax srli $rA, $rB, imm Encoding 0x00 rA rB i i Notes Zeroes are shifted in. Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » SRLI: Shift right logical immediate","id":"195","title":"SRLI: Shift right logical immediate"},"196":{"body":"Description Subtracts two registers. Operation $rA = $rB - $rC; Syntax sub $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of is assigned the underflow of the operation, as though $of is the high byte of a 128-bit register. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » SUB: Subtract","id":"196","title":"SUB: Subtract"},"197":{"body":"Description Subtracts a register and an immediate value. Operation $rA = $rB - imm; Syntax subi $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of is assigned the underflow of the operation, as though $of is the high byte of a 128-bit register. $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » SUBI: Subtract immediate","id":"197","title":"SUBI: Subtract immediate"},"198":{"body":"Description Compare or examine two 128-bit integers using selected mode Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;$rA = cmp_op(b,c); Syntax wdcm $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ...XXX mode Compare mode selection .XX... reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not Then the actual operation that's performed: mode Name Description 0 eq Equality (==) 1 ne Inequality (!=) 2 lt Less than (<) 3 gt Greater than (>) 4 lte Less than or equals (<=) 5 gte Greater than or equals (>=) 6 lzc Leading zero count the lhs argument (lzcnt). Discards rhs. 7 - Reserved and must not be used The leading zero count can be used to compute rounded-down log2 of a number using the following formula TOTAL_BITS - 1 - lzc(n). Note that log2(0) is undefined, and will lead to integer overflow with this method. Clears $of and $err. Panic if: A reserved compare mode is given $rA is a reserved register $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDCM: 128-bit integer comparison","id":"198","title":"WDCM: 128-bit integer comparison"},"199":{"body":"Description Compare or examine two 256-bit integers using selected mode Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;$rA = cmp_op(b,c); Syntax wqcm $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDCM. Clears $of and $err. Panic if: A reserved compare mode is given $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQCM: 256-bit integer comparison","id":"199","title":"WQCM: 256-bit integer comparison"},"2":{"body":"Overview - Describes the FuelVM at a high level, from its architecture to how it is initialized. Instruction Set - Defines the FuelVM instruction set.","breadcrumbs":"Fuel Specifications » FuelVM","id":"2","title":"FuelVM"},"20":{"body":"name type description maturity uint32 Block until which the transaction cannot be included. Transaction is invalid if: blockheight() < maturity","breadcrumbs":"Transaction Format » Policy » Maturity","id":"20","title":"Maturity"},"200":{"body":"Description Perform an ALU operation on two 128-bit integers Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;mem[$rA,16] = op(b,c); Syntax wdop $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ...XXX op Operation selection, see below .XX... reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not Then the actual operation that's performed: op Name Description 0 add Add 1 sub Subtract 2 not Invert bits (discards rhs) 3 or Bitwise or 4 xor Bitwise exclusive or 5 and Bitwise and 6 shl Shift left (logical) 7 shr Shift right (logical) Operations behave $of and $err similarly to their 64-bit counterparts, except that $of is set to 1 instead of the overflowing part. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDOP: Misc 128-bit integer operations","id":"200","title":"WDOP: Misc 128-bit integer operations"},"201":{"body":"Description Perform an ALU operation on two 256-bit integers Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;mem[$rA,32] = op(b,c); Syntax wqop $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDOP. Operations behave $of and $err similarly to their 64-bit counterparts. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQOP: Misc 256-bit integer operations","id":"201","title":"WQOP: Misc 256-bit integer operations"},"202":{"body":"Description Perform integer multiplication operation on two 128-bit integers. Operation b=indirect0?mem[$rB,16]:$rB;c=indirect1?mem[$rC,16]:$rC;mem[$rA,16]=b*c; Syntax wdml $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description ..XXXX reserved Reserved and must be zero .X.... indirect0 Is lhs operand ($rB) indirect or not X..... indirect1 Is rhs operand ($rC) indirect or not $of is set to 1 in case of overflow, and cleared otherwise. $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check indirect0 == 1 and $rB + 16 overflows or > VM_MAX_RAM indirect1 == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDML: Multiply 128-bit integers","id":"202","title":"WDML: Multiply 128-bit integers"},"203":{"body":"Description Perform integer multiplication operation on two 256-bit integers. Operation b=indirect0?mem[$rB,32]:$rB;c=indirect1?mem[$rC,32]:$rC;mem[$rA,32]=b*c; Syntax wqml $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDML. $of is set to 1 in case of overflow, and cleared otherwise. $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check indirect0 == 1 and $rB + 32 overflows or > VM_MAX_RAM indirect1 == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQML: Multiply 256-bit integers","id":"203","title":"WQML: Multiply 256-bit integers"},"204":{"body":"Description Divide a 128-bit integer by another. Operation b = mem[$rB,16];c = indirect?mem[$rC,16]:$rC;mem[$rA,16] = b / c; Syntax wddv $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The six-bit immediate value is used to select operating mode, as follows: Bits Short name Description .XXXXX reserved Reserved and must be zero X..... indirect Is rhs operand ($rC) indirect or not $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM indirect == 1 and $rC + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDDV: 128-bit integer division","id":"204","title":"WDDV: 128-bit integer division"},"205":{"body":"Description Divide a 256-bit integer by another. Operation b = mem[$rB,32];c = indirect?mem[$rC,32]:$rC;mem[$rA,32] = b / c; Syntax wqdv $rA, $rB, $rC, imm Encoding 0x00 rA rB rC i Notes The immediate value is interpreted identically to WDDV. $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: Reserved bits of the immediate are set The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM indirect == 1 and $rC + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQDV: 256-bit integer division","id":"205","title":"WQDV: 256-bit integer division"},"206":{"body":"Description Combined multiply-divide of 128-bit integers with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16]=(b * c) / d; Syntax wdmd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 128 instead. If the divisor MEM[$rA, 16] is zero, then instead the value is divided by 1 << 128. This returns the higher half of the 256-bit multiplication result. If the result of after the division is larger than operand size, $of is set to one. Otherwise, $of is cleared. $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDMD: 128-bit integer fused multiply-divide","id":"206","title":"WDMD: 128-bit integer fused multiply-divide"},"207":{"body":"Description Combined multiply-divide of 256-bit integers with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32]=(b * c) / d; Syntax wqmd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Division by zero is treated as division by 1 << 256 instead. If the divisor MEM[$rA, 32] is zero, then instead the value is divided by 1 << 256. This returns the higher half of the 512-bit multiplication result. If the result of after the division is larger than operand size, $of is set to one. Otherwise, $of is cleared. $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQMD: 256-bit integer fused multiply-divide","id":"207","title":"WQMD: 256-bit integer fused multiply-divide"},"208":{"body":"Description Add two 128-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16] = (b+c)%d; Syntax wdam $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDAM: Modular 128-bit integer addition","id":"208","title":"WDAM: Modular 128-bit integer addition"},"209":{"body":"Description Add two 256-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32] = (b+c)%d; Syntax wqam $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQAM: Modular 256-bit integer addition","id":"209","title":"WQAM: Modular 256-bit integer addition"},"21":{"body":"name type description expiration uint32 Block after which the transaction cannot be included. Transaction is invalid if: blockheight() > expiration","breadcrumbs":"Transaction Format » Policy » Expiration","id":"21","title":"Expiration"},"210":{"body":"Description Multiply two 128-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,16];c=mem[$rC,16];d=mem[$rD,16];mem[$rA,16] = (b*c)%d; Syntax wdmm $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 16] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 16] does not pass ownership check $rB + 16 overflows or > VM_MAX_RAM $rC + 16 overflows or > VM_MAX_RAM $rD + 16 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WDMM: Modular 128-bit integer multiplication","id":"210","title":"WDMM: Modular 128-bit integer multiplication"},"211":{"body":"Description Multiply two 256-bit integers and compute modulo remainder with arbitrary precision. Operation b=mem[$rB,32];c=mem[$rC,32];d=mem[$rD,32];mem[$rA,32] = (b*c)%d; Syntax wqmm $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes $of is cleared. If the rhs operand is zero, MEM[$rA, 32] is cleared and $err is set to true. Otherwise, $err is cleared. Panic if: The memory range MEM[$rA, 32] does not pass ownership check $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » WQMM: Modular 256-bit integer multiplication","id":"211","title":"WQMM: Modular 256-bit integer multiplication"},"212":{"body":"Description Bitwise XORs two registers. Operation $rA = $rB ^ $rC; Syntax xor $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » XOR: XOR","id":"212","title":"XOR: XOR"},"213":{"body":"Description Bitwise XORs a register and an immediate value. Operation $rA = $rB ^ imm; Syntax xori $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $of and $err are cleared.","breadcrumbs":"FuelVM » Instruction Set » XORI: XOR immediate","id":"213","title":"XORI: XOR immediate"},"214":{"body":"","breadcrumbs":"FuelVM » Instruction Set » Control Flow Instructions","id":"214","title":"Control Flow Instructions"},"215":{"body":"Description Jumps to the code instruction offset by a register. Operation $pc = $is + $rA * 4; Syntax jmp $rA Encoding 0x00 rA - - - Notes Panic if: $is + $rA * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JMP: Jump","id":"215","title":"JMP: Jump"},"216":{"body":"Description Jumps to the code instruction offset by imm. Operation $pc = $is + imm * 4; Syntax ji imm Encoding 0x00 i i i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JI: Jump immediate","id":"216","title":"JI: Jump immediate"},"217":{"body":"Description Jump to the code instruction offset by a register if $rA is not equal to $rB. Operation if $rA != $rB:$pc = $is + $rC * 4;else:$pc += 4; Syntax jne $rA $rB $rC Encoding 0x00 rA rB rC - Notes Panic if: $is + $rC * 4 > VM_MAX_RAM - 1 and the jump would be performed (i.e. $rA != $rB)","breadcrumbs":"FuelVM » Instruction Set » JNE: Jump if not equal","id":"217","title":"JNE: Jump if not equal"},"218":{"body":"Description Jump to the code instruction offset by imm if $rA is not equal to $rB. Operation if $rA != $rB:$pc = $is + imm * 4;else:$pc += 4; Syntax jnei $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1 and the jump would be performed (i.e. $rA != $rB)","breadcrumbs":"FuelVM » Instruction Set » JNEI: Jump if not equal immediate","id":"218","title":"JNEI: Jump if not equal immediate"},"219":{"body":"Description Jump to the code instruction offset by imm if $rA is not equal to $zero. Operation if $rA != $zero:$pc = $is + imm * 4;else:$pc += 4; Syntax jnzi $rA imm Encoding 0x00 rA i i i Notes Panic if: $is + imm * 4 > VM_MAX_RAM - 1and the jump would be performed (i.e. $rA != $zero)","breadcrumbs":"FuelVM » Instruction Set » JNZI: Jump if not zero immediate","id":"219","title":"JNZI: Jump if not zero immediate"},"22":{"body":"name type description max_fee uint64 Required policy to specify the maximum fee payable by this transaction using BASE_ASSET. This is used to check transactions before the actual gas_price is known. Transaction is invalid if: max_fee > sum_inputs(tx, BASE_ASSET_ID) - sum_outputs(tx, BASE_ASSET_ID) max_fee < max_fee(tx, BASE_ASSET_ID, gas_price)","breadcrumbs":"Transaction Format » Policy » MaxFee","id":"22","title":"MaxFee"},"220":{"body":"Description Jump $rA + imm instructions backwards. Operation $pc -= ($rA + imm + 1) * 4; Syntax jmpb $rA imm Encoding 0x00 rA i i i Notes Panic if: $pc - ($rA + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JMPB: Jump relative backwards","id":"220","title":"JMPB: Jump relative backwards"},"221":{"body":"Description Jump $rA + imm instructions forwards Operation $pc += ($rA + imm + 1) * 4; Syntax jmpf $rA imm Encoding 0x00 rA i i i Notes Panic if: $pc + ($rA + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JMPF: Jump relative forwards","id":"221","title":"JMPF: Jump relative forwards"},"222":{"body":"Description Jump $rB + imm instructions backwards if $rA != $zero. Operation if $rA != $zero:$pc -= ($rB + imm + 1) * 4;else:$pc += 4; Syntax jnzb $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $pc - ($rB + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JNZB: Jump if not zero relative backwards","id":"222","title":"JNZB: Jump if not zero relative backwards"},"223":{"body":"Description Jump $rB + imm instructions forwards if $rA != $zero. Operation if $rA != $zero:$pc += ($rB + imm + 1) * 4;else:$pc += 4; Syntax jnzf $rA $rB imm Encoding 0x00 rA rB i i Notes Panic if: $pc + ($rB + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JNZF: Jump if not zero relative forwards","id":"223","title":"JNZF: Jump if not zero relative forwards"},"224":{"body":"Description Jump $rC + imm instructions backwards if $rA != $rB. Operation if $rA != $rB:$pc -= ($rC + imm + 1) * 4;else:$pc += 4; Syntax jneb $rA $rB $rC imm Encoding 0x00 rA rB rC i Notes Panic if: $pc - ($rC + imm + 1) * 4 < 0","breadcrumbs":"FuelVM » Instruction Set » JNEB: Jump if not equal relative backwards","id":"224","title":"JNEB: Jump if not equal relative backwards"},"225":{"body":"Description Jump $rC + imm instructions forwards if $rA != $rB. Operation if $rA != $rB:$pc += ($rC + imm + 1) * 4;else:$pc += 4; Syntax jnef $rA $rB $rC imm Encoding 0x00 rA rB rC i Notes Panic if: $pc + ($rC + imm + 1) * 4 > VM_MAX_RAM - 1","breadcrumbs":"FuelVM » Instruction Set » JNEF: Jump if not equal relative forwards","id":"225","title":"JNEF: Jump if not equal relative forwards"},"226":{"body":"Description Returns from context with value $rA. Operation return($rA); Syntax ret $rA Encoding 0x00 rA - - - Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Return id byte[32] Contract ID of current context if in an internal context, zero otherwise. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is. If current context is external, append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 0 gas_used uint64 Gas consumed by the script. If current context is external, cease VM execution and return $rA. Returns from contract call, popping the call frame. Before popping perform the following operations. Return the unused forwarded gas to the caller: $cgas = $cgas + $fp->$cgas (add remaining context gas from previous context to current remaining context gas) Set the return value: $ret = $rA $retl = 0 Then pop the call frame and restore all registers except $ggas, $cgas, $ret, $retl and $hp. Afterwards, set the following registers: $pc = $pc + 4 (advance program counter from where we called)","breadcrumbs":"FuelVM » Instruction Set » RET: Return from context","id":"226","title":"RET: Return from context"},"227":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Memory Instructions","id":"227","title":"Memory Instructions"},"228":{"body":"Description Allocate a number of bytes from the heap. Operation $hp = $hp - $rA; Syntax aloc $rA Encoding 0x00 rA - - - Notes Newly allocated memory is zeroed. Panic if: $hp - $rA underflows $hp - $rA < $sp","breadcrumbs":"FuelVM » Instruction Set » ALOC: Allocate memory","id":"228","title":"ALOC: Allocate memory"},"229":{"body":"Description Extend the current call frame's stack. Operation $sp = $sp + $rA Syntax cfe $rA Encoding 0x00 rA - - - Notes Does not initialize memory. Panic if: $sp + $rA overflows $sp + $rA > $hp","breadcrumbs":"FuelVM » Instruction Set » CFE: Extend call frame","id":"229","title":"CFE: Extend call frame"},"23":{"body":"enum InputType : uint8 { Coin = 0, Contract = 1, Message = 2,\n} name type description type InputType Type of input. data One of InputCoin , InputContract , or InputMessage Input data. Transaction is invalid if: type > InputType.Message","breadcrumbs":"Transaction Format » Input » Input","id":"23","title":"Input"},"230":{"body":"Description Extend the current call frame's stack by an immediate value. Operation $sp = $sp + imm Syntax cfei imm Encoding 0x00 i i i i Notes Does not initialize memory. Panic if: $sp + imm overflows $sp + imm > $hp","breadcrumbs":"FuelVM » Instruction Set » CFEI: Extend call frame immediate","id":"230","title":"CFEI: Extend call frame immediate"},"231":{"body":"Description Shrink the current call frame's stack. Operation $sp = $sp - $rA Syntax cfs $rA Encoding 0x00 $rA - - - Notes Does not clear memory. Panic if: $sp - $rA underflows $sp - $rA < $ssp","breadcrumbs":"FuelVM » Instruction Set » CFS: Shrink call frame","id":"231","title":"CFS: Shrink call frame"},"232":{"body":"Description Shrink the current call frame's stack by an immediate value. Operation $sp = $sp - imm Syntax cfsi imm Encoding 0x00 i i i i Notes Does not clear memory. Panic if: $sp - imm underflows $sp - imm < $ssp","breadcrumbs":"FuelVM » Instruction Set » CFSI: Shrink call frame immediate","id":"232","title":"CFSI: Shrink call frame immediate"},"233":{"body":"Description A byte is loaded from the specified address offset by imm. Operation $rA = MEM[$rB + imm, 1]; Syntax lb $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $rB + imm + 1 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LB: Load byte","id":"233","title":"LB: Load byte"},"234":{"body":"Description A word is loaded from the specified address offset by imm. Operation $rA = MEM[$rB + (imm * 8), 8]; Syntax lw $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA is a reserved register $rB + (imm * 8) + 8 overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LW: Load word","id":"234","title":"LW: Load word"},"235":{"body":"Description Clear bytes in memory. Operation MEM[$rA, $rB] = 0; Syntax mcl $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + $rB overflows or > VM_MAX_RAM The memory range MEM[$rA, $rB] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCL: Memory clear","id":"235","title":"MCL: Memory clear"},"236":{"body":"Description Clear bytes in memory. Operation MEM[$rA, imm] = 0; Syntax mcli $rA, imm Encoding 0x00 rA i i i Notes Panic if: $rA + imm overflows or > VM_MAX_RAM The memory range MEM[$rA, imm] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCLI: Memory clear immediate","id":"236","title":"MCLI: Memory clear immediate"},"237":{"body":"Description Copy bytes in memory. Operation MEM[$rA, $rC] = MEM[$rB, $rC]; Syntax mcp $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + $rC overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory ranges MEM[$rA, $rC] and MEM[$rB, $rC] overlap The memory range MEM[$rA, $rC] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCP: Memory copy","id":"237","title":"MCP: Memory copy"},"238":{"body":"Description Copy bytes in memory. Operation MEM[$rA, imm] = MEM[$rB, imm]; Syntax mcpi $rA, $rB, imm Encoding 0x00 rA rB imm imm Notes Panic if: $rA + imm overflows or > VM_MAX_RAM $rB + imm overflows or > VM_MAX_RAM The memory ranges MEM[$rA, imm] and MEM[$rB, imm] overlap The memory range MEM[$rA, imm] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » MCPI: Memory copy immediate","id":"238","title":"MCPI: Memory copy immediate"},"239":{"body":"Description Compare bytes in memory. Operation $rA = MEM[$rB, $rD] == MEM[$rC, $rD]; Syntax meq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Panic if: $rA is a reserved register $rB + $rD overflows or > VM_MAX_RAM $rC + $rD overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » MEQ: Memory equality","id":"239","title":"MEQ: Memory equality"},"24":{"body":"name type description txID byte[32] Hash of transaction. outputIndex uint16 Index of transaction output. owner byte[32] Owning address or predicate root. amount uint64 Amount of coins. asset_id byte[32] Asset ID of the coins. txPointer TXPointer Points to the TX whose output is being spent. witnessIndex uint16 Index of witness that authorizes spending the coin. predicateGasUsed uint64 Gas used by predicate. predicateLength uint64 Length of predicate, in instructions. predicateDataLength uint64 Length of predicate input data, in bytes. predicate byte[] Predicate bytecode. predicateData byte[] Predicate input data (parameters). Given helper len() that returns the number of bytes of a field. Transaction is invalid if: witnessIndex >= tx.witnessesCount predicateLength > MAX_PREDICATE_LENGTH predicateDataLength > MAX_PREDICATE_DATA_LENGTH If predicateLength > 0; the computed predicate root (see below) is not equal owner predicateLength * 4 != len(predicate) predicateDataLength != len(predicateData) predicateGasUsed > MAX_GAS_PER_PREDICATE Note: when signing a transaction, txPointer and predicateGasUsed are set to zero. Note: when verifying and estimating a predicate or executing a script, txPointer and predicateGasUsed are initialized to zero. The predicate root is computed here .","breadcrumbs":"Transaction Format » Input » InputCoin","id":"24","title":"InputCoin"},"240":{"body":"Description Push a set of registers from range 40..64 to the stack in order. Operation tmp=$sp;$sp+=popcnt(imm)*8;MEM[tmp,$sp]=registers[40..64].mask(imm) Syntax pshh imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pushes the register 61 followed by register 62. Panic if: $sp + popcnt(imm)*8 overflows $sp + popcnt(imm)*8 > $hp","breadcrumbs":"FuelVM » Instruction Set » PSHH: Push a set of high registers to stack","id":"240","title":"PSHH: Push a set of high registers to stack"},"241":{"body":"Description Push a set of registers from range 16..40 to the stack in order. Operation tmp=$sp;$sp+=popcnt(imm)*8;MEM[tmp,$sp]=registers[16..40].mask(imm) Syntax pshl imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pushes the register 37 followed by register 38. Panic if: $sp + popcnt(imm)*8 overflows $sp + popcnt(imm)*8 > $hp","breadcrumbs":"FuelVM » Instruction Set » PSHL: Push a set of low registers to stack","id":"241","title":"PSHL: Push a set of low registers to stack"},"242":{"body":"Description Pop to a set of registers from range 40..64 from the stack. Operation tmp=$sp-popcnt(imm)*8;registers[40..64].mask(imm)=MEM[tmp,$sp]$sp-=tmp; Syntax poph imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pops the register 62 followed by register 61. Note that the order is reverse from PSHH, so that PSHH a; POPH a returns to the original state. Panic if: $sp - popcnt(imm)*8 overflows $sp - popcnt(imm)*8 < $ssp","breadcrumbs":"FuelVM » Instruction Set » POPH: Pop a set of high registers from stack","id":"242","title":"POPH: Pop a set of high registers from stack"},"243":{"body":"Description Pop to a set of registers from range 16..40 from the stack. Operation tmp=$sp-popcnt(imm)*8;registers[16..40].mask(imm)=MEM[tmp,$sp]$sp-=tmp; Syntax poph imm Encoding 0x00 i i i i Notes The immediate value is used as a bitmask for selecting the registers. The nth bit of the bitmask corresponds to nth entry of the register range. In other words, the most significant (i.e. leftmost) bit of the bitmask corresponds to the highest register index. So for instance bitmask 011000000000000000000000 pops the register 38 followed by register 37. Note that the order is reverse from PSHL, so that PSHL a; POPL a returns to the original state. Panic if: $sp - popcnt(imm)*8 overflows $sp - popcnt(imm)*8 < $ssp","breadcrumbs":"FuelVM » Instruction Set » POPL: Pop a set of low registers from stack","id":"243","title":"POPL: Pop a set of low registers from stack"},"244":{"body":"Description The least significant byte of $rB is stored at the address $rA offset by imm. Operation MEM[$rA + imm, 1] = $rB[7, 1]; Syntax sb $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA + imm + 1 overflows or > VM_MAX_RAM The memory range MEM[$rA + imm, 1] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » SB: Store byte","id":"244","title":"SB: Store byte"},"245":{"body":"Description The value of $rB is stored at the address $rA offset by imm. Operation MEM[$rA + (imm * 8), 8] = $rB; Syntax sw $rA, $rB, imm Encoding 0x00 rA rB i i Notes Panic if: $rA + (imm * 8) + 8 overflows or > VM_MAX_RAM The memory range MEM[$rA + (imm * 8), 8] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » SW: Store word","id":"245","title":"SW: Store word"},"246":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation, except for CALL , RETD and RVRT .","breadcrumbs":"FuelVM » Instruction Set » Contract Instructions","id":"246","title":"Contract Instructions"},"247":{"body":"Description Set $rA to the balance of asset ID at $rB for contract with ID at $rC. Operation $rA = balance(MEM[$rB, 32], MEM[$rC, 32]); Syntax bal $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Balance tree read Notes Where helper balance(asset_id: byte[32], contract_id: byte[32]) -> uint64 returns the current balance of asset_id of contract with ID contract_id. Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rC, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » BAL: Balance of contract ID","id":"247","title":"BAL: Balance of contract ID"},"248":{"body":"Description Get Fuel block height. Operation $rA = blockheight(); Syntax bhei $rA Encoding 0x00 rA - - - Notes Panic if: $rA is a reserved register","breadcrumbs":"FuelVM » Instruction Set » BHEI: Block height","id":"248","title":"BHEI: Block height"},"249":{"body":"Description Get block header hash. Operation MEM[$rA, 32] = blockhash($rB); Syntax bhsh $rA $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check Block header hashes for blocks with height greater than or equal to current block height are zero (0x00**32).","breadcrumbs":"FuelVM » Instruction Set » BHSH: Block hash","id":"249","title":"BHSH: Block hash"},"25":{"body":"name type description txID byte[32] Hash of transaction. outputIndex uint16 Index of transaction output. balanceRoot byte[32] Root of amount of coins owned by contract before transaction execution. stateRoot byte[32] State root of contract before transaction execution. txPointer TXPointer Points to the TX whose output is being spent. contractID byte[32] Contract ID. Transaction is invalid if: there is not exactly one output of type OutputType.Contract with inputIndex equal to this input's index Note: when signing a transaction, txID, outputIndex, balanceRoot, stateRoot, and txPointer are set to zero. Note: when verifying a predicate or executing a script, txID, outputIndex, balanceRoot, stateRoot, and txPointer are initialized to zero.","breadcrumbs":"Transaction Format » Input » InputContract","id":"25","title":"InputContract"},"250":{"body":"Description Burn $rA coins of the $rB ID from the current contract. Operation burn($rA, $rB); Syntax burn $rA $rB Encoding 0x00 rA rB - - Notes $rB is a pointer to a 32 byte ID in memory. The asset ID is constructed using the asset ID construction method. Panic if: $rB + 32 overflows or > VM_MAX_RAM Balance of asset ID from constructAssetID(MEM[$fp, 32], MEM[$rB, 32]) of output with contract ID MEM[$fp, 32] minus $rA underflows $fp == 0 (in the script context) For output with contract ID MEM[$fp, 32], decrease balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB, 32]) by $rA. This modifies the balanceRoot field of the appropriate output. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Burn sub_id byte[32] Asset sub identifier MEM[$rB, $rB + 32]. contract_id byte[32] Contract ID of the current context. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » BURN: Burn existing coins","id":"250","title":"BURN: Burn existing coins"},"251":{"body":"Description Call contract. Operation Syntax call $rA $rB $rC $rD Encoding 0x00 rA rB rC rD Effects External call Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rA, 32] is not in tx.inputs Reading past MEM[VM_MAX_RAM - 1] In an external context, if $rB > MEM[balanceOfStart(MEM[$rC, 32]), 8] In an internal context, if $rB is greater than the balance of asset ID MEM[$rC, 32] of output with contract ID MEM[$fp, 32] Register $rA is a memory address from which the following fields are set (word-aligned): bytes type value description 32 byte[32] to Contract ID to call. 8 byte[8] param1 First parameter. 8 byte[8] param2 Second parameter. $rB is the amount of coins to forward. $rC points to the 32-byte asset ID of the coins to forward. $rD is the amount of gas to forward. If it is set to an amount greater than the available gas, all available gas is forwarded. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Call from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Contract ID of called contract. amount uint64 Amount of coins to forward, i.e. $rB. asset_id byte[32] Asset ID of coins to forward, i.e. MEM[$rC, 32]. gas uint64 Gas to forward, i.e. min($rD, $cgas). param1 uint64 First parameter. param2 uint64 Second parameter. pc uint64 Value of register $pc. is uint64 Value of register $is. For output with contract ID MEM[$rA, 32], increase balance of asset ID MEM[$rC, 32] by $rB. In an external context, decrease MEM[balanceOfStart(MEM[$rC, 32]), 8] by $rB. In an internal context, decrease asset ID MEM[$rC, 32] balance of output with contract ID MEM[$fp, 32] by $rB. A call frame is pushed at $sp. In addition to filling in the values of the call frame, the following registers are set: $fp = $sp (on top of the previous call frame is the beginning of this call frame) Set $ssp and $sp to the start of the writable stack area of the call frame. Set $pc and $is to the starting address of the code. $flag set to zero. $bal = $rB (forward coins) $cgas = $rD or all available gas (forward gas) This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » CALL: Call contract","id":"251","title":"CALL: Call contract"},"252":{"body":"Description Get the coinbase contract id associated with the block proposer. Operation MEM[$rA, 32] = coinbase(); Syntax cb $rA Encoding 0x00 rA - - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » CB: Coinbase contract id","id":"252","title":"CB: Coinbase contract id"},"253":{"body":"Description Copy $rD bytes of code starting at $rC for contract with ID equal to the 32 bytes in memory starting at $rB into memory starting at $rA. Operation MEM[$rA, $rD] = code($rB, $rC, $rD); Syntax ccp $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes If $rD is greater than the code size, zero bytes are filled in. This is used only for reading and inspecting code of other contracts. Use LDC to load code for executing. Panic if: $rA + $rD overflows or > VM_MAX_RAM $rB + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, $rD] does not pass ownership check Contract with ID MEM[$rB, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » CCP: Code copy","id":"253","title":"CCP: Code copy"},"254":{"body":"Description Set the 32 bytes in memory starting at $rA to the code root for contract with ID equal to the 32 bytes in memory starting at $rB. Operation MEM[$rA, 32] = coderoot(MEM[$rB, 32]); Syntax croo $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check Contract with ID MEM[$rB, 32] is not in tx.inputs Code root computation is defined here .","breadcrumbs":"FuelVM » Instruction Set » CROO: Code Merkle root","id":"254","title":"CROO: Code Merkle root"},"255":{"body":"Description Set $rA to the size of the code for contract with ID equal to the 32 bytes in memory starting at $rB. Operation $rA = codesize(MEM[$rB, 32]); Syntax csiz $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rB, 32] is not in tx.inputs","breadcrumbs":"FuelVM » Instruction Set » CSIZ: Code size","id":"255","title":"CSIZ: Code size"},"256":{"body":"Description Copy $rC bytes of code at offset $rB from object identified with $rA into memory starting at $ssp. Object type is in imm. Operation code = match imm { 0 => contract_code(mem[$rA,32]), 1 => blob_payload(mem[$rA,32]), 2 => mem[$ra, ..] }; MEM[$ssp, $rC] = code[$rB, $rC]; Syntax ldc $rA, $rB, $rC, imm Encoding 0x00 rA rB rC imm Notes If $rC is greater than the code size, zero bytes are filled in. Final length is always padded to word boundary. Object type from imm determines the source for loading as follows: imm Object type 0 Contract code 1 Blob payload 2 VM memory other reserved Panic if: $ssp + $rC overflows or > VM_MAX_RAM imm <= 1 and $rA + 32 overflows or > VM_MAX_RAM $ssp + $rC >= $hp imm == 0 and $rC > CONTRACT_MAX_SIZE imm == 0 and contract with ID MEM[$rA, 32] is not in tx.inputs imm == 0 and context is a predicate imm == 1 and blob with ID MEM[$rA, 32] is not found in the chain state imm == 2 and $rA + $rB + $rC overflows or > VM_MAX_RAM imm >= 3 (reserved value) Increment $fp->codesize, $ssp by $rC padded to word alignment. Then set $sp to $ssp. This instruction can be used to concatenate the code of multiple contracts or blobs together. It can only be used when the stack area of the call frame is zero-sized.","breadcrumbs":"FuelVM » Instruction Set » LDC: Load code from an external contract, blob or memory","id":"256","title":"LDC: Load code from an external contract, blob or memory"},"257":{"body":"Description Log an event. This is a no-op. Operation log($rA, $rB, $rC, $rD); Syntax log $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Log id byte[32] Contract ID of current context if in an internal context, zero otherwise. val0 uint64 Value of register $rA. val1 uint64 Value of register $rB. val2 uint64 Value of register $rC. val3 uint64 Value of register $rD. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » LOG: Log event","id":"257","title":"LOG: Log event"},"258":{"body":"Description Log an event. This is a no-op. Operation logd($rA, $rB, $rC, $rD); Syntax logd $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.LogData id byte[32] Contract ID of current context if in an internal context, zero otherwise. val0 uint64 Value of register $rA. val1 uint64 Value of register $rB. ptr uint64 Value of register $rC. len uint64 Value of register $rD. digest byte[32] Hash of MEM[$rC, $rD]. pc uint64 Value of register $pc. is uint64 Value of register $is. Logs the memory range MEM[$rC, $rD]. Panics if: $rC + $rD overflows or > VM_MAX_RAM","breadcrumbs":"FuelVM » Instruction Set » LOGD: Log data event","id":"258","title":"LOGD: Log data event"},"259":{"body":"Description Mint $rA coins of the $rB ID from the current contract. Operation mint($rA, $rB); Syntax mint $rA $rB Encoding 0x00 rA rB - - Notes $rB is a pointer to a 32 byte ID in memory The asset ID will be constructed using the asset ID construction method. Panic if: $rB + 32 overflows or > VM_MAX_RAM Balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB]) of output with contract ID MEM[$fp, 32] plus $rA overflows $fp == 0 (in the script context) For output with contract ID MEM[$fp, 32], increase balance of asset ID constructAssetID(MEM[$fp, 32], MEM[$rB]) by $rA. This modifies the balanceRoot field of the appropriate output. Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Mint sub_id byte[32] Asset sub identifier MEM[$rB, $rB + 32]. contract_id byte[32] Contract ID of the current context. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is.","breadcrumbs":"FuelVM » Instruction Set » MINT: Mint new coins","id":"259","title":"MINT: Mint new coins"},"26":{"body":"name type description sender byte[32] The address of the message sender. recipient byte[32] The address or predicate root of the message recipient. amount uint64 Amount of base asset coins sent with message. nonce byte[32] The message nonce. witnessIndex uint16 Index of witness that authorizes spending the coin. predicateGasUsed uint64 Gas used by predicate execution. dataLength uint64 Length of message data, in bytes. predicateLength uint64 Length of predicate, in instructions. predicateDataLength uint64 Length of predicate input data, in bytes. data byte[] The message data. predicate byte[] Predicate bytecode. predicateData byte[] Predicate input data (parameters). Given helper len() that returns the number of bytes of a field. Transaction is invalid if: witnessIndex >= tx.witnessesCount dataLength > MAX_MESSAGE_DATA_LENGTH predicateLength > MAX_PREDICATE_LENGTH predicateDataLength > MAX_PREDICATE_DATA_LENGTH If predicateLength > 0; the computed predicate root (see below) is not equal recipient dataLength != len(data) predicateLength * 4 != len(predicate) predicateDataLength != len(predicateData) predicateGasUsed > MAX_GAS_PER_PREDICATE The predicate root is computed here . Note: InputMessages with data length greater than zero are not considered spent until they are included in a transaction of type TransactionType.Script with a ScriptResult receipt where result is equal to 0 indicating a successful script exit Note: when signing a transaction, predicateGasUsed is set to zero. Note: when verifying and estimating a predicate, predicateGasUsed is initialized to zero.","breadcrumbs":"Transaction Format » Input » InputMessage","id":"26","title":"InputMessage"},"260":{"body":"Description Returns from context with value MEM[$rA, $rB]. Operation returndata($rA, $rB); Syntax retd $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA + $rB overflows or > VM_MAX_RAM Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.ReturnData id byte[32] Contract ID of current context if in an internal context, zero otherwise. ptr uint64 Value of register $rA. len uint64 Value of register $rB. digest byte[32] Hash of MEM[$rA, $rB]. pc uint64 Value of register $pc. is uint64 Value of register $is. If current context is a script, append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 0 gas_used uint64 Gas consumed by the script. If current context is external, cease VM execution and return MEM[$rA, $rB]. Returns from contract call, popping the call frame. Before popping, perform the following operations. Return the unused forwarded gas to the caller: $cgas = $cgas + $fp->$cgas (add remaining context gas from previous context to current remaining context gas) Set the return value: $ret = $rA $retl = $rB Then pop the call frame and restore all registers except $ggas, $cgas, $ret, $retl and $hp. Afterwards, set the following registers: $pc = $pc + 4 (advance program counter from where we called)","breadcrumbs":"FuelVM » Instruction Set » RETD: Return from context with data","id":"260","title":"RETD: Return from context with data"},"261":{"body":"Description Halt execution, reverting state changes and returning value in $rA. Operation revert($rA); Syntax rvrt $rA Encoding 0x00 rA - - - Notes Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Revert id byte[32] Contract ID of current context if in an internal context, zero otherwise. val uint64 Value of register $rA. pc uint64 Value of register $pc. is uint64 Value of register $is. Then append an additional receipt to the list of receipts: name type description type ReceiptType ReceiptType.ScriptResult result uint64 1 gas_used uint64 Gas consumed by the script. Cease VM execution and revert script effects. After a revert: All OutputContract outputs will have the same balanceRoot and stateRoot as on initialization. All OutputVariable outputs will have to, amount, and asset_id of zero.","breadcrumbs":"FuelVM » Instruction Set » RVRT: Revert","id":"261","title":"RVRT: Revert"},"262":{"body":"Description Send a message to recipient address MEM[$rA, 32] from the MEM[$fp, 32] sender with message data MEM[$rB, $rC] and the $rD amount of base asset coins. Operation outputmessage(MEM[$fp, 32], MEM[$rA, 32], MEM[$rB, $rC], $rD); Syntax smo $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Output message Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM $rC > MESSAGE_MAX_DATA_SIZE In an external context, if $rD > MEM[balanceOfStart(0), 8] In an internal context, if $rD is greater than the balance of asset ID 0 of output with contract ID MEM[$fp, 32] Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.MessageOut sender byte[32] The address of the message sender: MEM[$fp, 32]. recipient byte[32] The address of the message recipient: MEM[$rA, 32]. amount uint64 Amount of base asset coins sent with message: $rD. nonce byte[32] The message nonce as described here . len uint64 Length of message data, in bytes: $rC. digest byte[32] Hash of MEM[$rB, $rC]. In an external context, decrease MEM[balanceOfStart(0), 8] by $rD. In an internal context, decrease asset ID 0 balance of output with contract ID MEM[$fp, 32] by $rD. This modifies the balanceRoot field of the appropriate contract that had its' funds deducted.","breadcrumbs":"FuelVM » Instruction Set » SMO: Send message out","id":"262","title":"SMO: Send message out"},"263":{"body":"Description A sequential series of 32 bytes is cleared from the current contract's state. Operation STATE[MEM[$rA, 32], 32 * $rC] = None; Syntax scwq $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) Register $rB will be set to false if any storage slot in the requested range was already unset (default) and true if all the slots were set.","breadcrumbs":"FuelVM » Instruction Set » SCWQ: State clear sequential 32 byte slots","id":"263","title":"SCWQ: State clear sequential 32 byte slots"},"264":{"body":"Description A word is read from the current contract's state. Operation $rA = STATE[MEM[$rC, 32]][0, 8]; Syntax srw $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Storage read Notes Returns zero if the state element does not exist. Panic if: $rA is a reserved register $rB is a reserved register $rC + 32 overflows or > VM_MAX_RAM $fp == 0 (in the script context) Register $rB will be set to false if the requested slot is unset (default) and true if it's set.","breadcrumbs":"FuelVM » Instruction Set » SRW: State read word","id":"264","title":"SRW: State read word"},"265":{"body":"Description A sequential series of 32 bytes is read from the current contract's state. Operation MEM[$rA, 32 * rD] = STATE[MEM[$rC, 32], 32 * rD]; Syntax srwq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Storage read Notes Returns zero if the state element does not exist. Panic if: $rA + 32 * rD overflows or > VM_MAX_RAM $rC + 32 * rD overflows or > VM_MAX_RAM $rB is a reserved register The memory range MEM[$rA, 32 * rD] does not pass ownership check $fp == 0 (in the script context) Register $rB will be set to false if any storage slot in the requested range is unset (default) and true if all the slots are set.","breadcrumbs":"FuelVM » Instruction Set » SRWQ: State read sequential 32 byte slots","id":"265","title":"SRWQ: State read sequential 32 byte slots"},"266":{"body":"Description A word is written to the current contract's state. Operation STATE[MEM[$rA, 32]][0, 8] = $rC;STATE[MEM[$rA, 32]][8, 24] = 0; Syntax sww $rA $rB $rC Encoding 0x00 rA rB rC - Effects Storage write Notes Additional gas is charged when a new storage slot is created. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) The last 24 bytes of STATE[MEM[$rA, 32]] are set to 0. Register $rB will be set to the number of new slots written, i.e. 1 if the slot was previously unset, and 0 if it already contained a value.","breadcrumbs":"FuelVM » Instruction Set » SWW: State write word","id":"266","title":"SWW: State write word"},"267":{"body":"Description A sequential series of 32 bytes is written to the current contract's state. Operation STATE[MEM[$rA, 32], 32 * $rD] = MEM[$rC, 32 * $rD]; Syntax swwq $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Storage write Notes Additional gas is charged when for each new storage slot created. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 * $rD overflows or > VM_MAX_RAM $rB is a reserved register $fp == 0 (in the script context) Register $rB will be set to the number of storage slots that were previously unset, and were set by this operation.","breadcrumbs":"FuelVM » Instruction Set » SWWQ: State write sequential 32 byte slots","id":"267","title":"SWWQ: State write sequential 32 byte slots"},"268":{"body":"Description Get timestamp of block at given height. Operation $rA = time($rB); Syntax time $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB is greater than the current block height. Gets the timestamp of the block at height $rB. Time is in TAI64 format.","breadcrumbs":"FuelVM » Instruction Set » TIME: Timestamp at height","id":"268","title":"TIME: Timestamp at height"},"269":{"body":"Description Transfer $rB coins with asset ID at $rC to contract with ID at $rA. Operation transfer(MEM[$rA, 32], $rB, MEM[$rC, 32]); Syntax tr $rA, $rB, $rC Encoding 0x00 rA rB rC - Effects Balance tree read, balance tree write Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM Contract with ID MEM[$rA, 32] is not in tx.inputs In an external context, if $rB > MEM[balanceOfStart(MEM[$rC, 32]), 8] In an internal context, if $rB is greater than the balance of asset ID MEM[$rC, 32] of output with contract ID MEM[$fp, 32] $rB == 0 Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.Transfer from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Contract ID of contract to transfer coins to. amount uint64 Amount of coins transferred. asset_id byte[32] asset ID of coins transferred. pc uint64 Value of register $pc. is uint64 Value of register $is. For output with contract ID MEM[$rA, 32], increase balance of asset ID MEM[$rC, 32] by $rB. In an external context, decrease MEM[balanceOfStart(MEM[$rC, 32]), 8] by $rB. In an internal context, decrease asset ID MEM[$rC, 32] balance of output with contract ID MEM[$fp, 32] by $rB. This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » TR: Transfer coins to contract","id":"269","title":"TR: Transfer coins to contract"},"27":{"body":"enum OutputType : uint8 { Coin = 0, Contract = 1, Change = 2, Variable = 3, ContractCreated = 4,\n} name type description type OutputType Type of output. data One of OutputCoin , OutputContract , OutputChange , OutputVariable , or OutputContractCreated . Output data. Transaction is invalid if: type > OutputType.ContractCreated","breadcrumbs":"Transaction Format » Output » Output","id":"27","title":"Output"},"270":{"body":"Description Transfer $rC coins with asset ID at $rD to address at $rA, with output $rB. Operation transferout(MEM[$rA, 32], $rB, $rC, MEM[$rD, 32]); Syntax tro $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Effects Balance tree read, balance tree write Notes There is a balanceOfStart(asset_id: byte[32]) -> uint32 helper that returns the memory address of the remaining free balance of asset_id. If asset_id has no free balance remaining, the helper panics. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rD + 32 overflows or > VM_MAX_RAM $rB > tx.outputsCount In an external context, if $rC > MEM[balanceOfStart(MEM[$rD, 32]), 8] In an internal context, if $rC is greater than the balance of asset ID MEM[$rD, 32] of output with contract ID MEM[$fp, 32] $rC == 0 tx.outputs[$rB].type != OutputType.Variable tx.outputs[$rB].amount != 0 Append a receipt to the list of receipts: name type description type ReceiptType ReceiptType.TransferOut from byte[32] Contract ID of current context if in an internal context, zero otherwise. to byte[32] Address to transfer coins to. amount uint64 Amount of coins transferred. asset_id byte[32] asset ID of coins transferred. pc uint64 Value of register $pc. is uint64 Value of register $is. In an external context, decrease MEM[balanceOfStart(MEM[$rD, 32]), 8] by $rC. In an internal context, decrease asset ID MEM[$rD, 32] balance of output with contract ID MEM[$fp, 32] by $rC. Then set: tx.outputs[$rB].to = MEM[$rA, 32] tx.outputs[$rB].amount = $rC tx.outputs[$rB].asset_id = MEM[$rD, 32] This modifies the balanceRoot field of the appropriate output(s).","breadcrumbs":"FuelVM » Instruction Set » TRO: Transfer coins to output","id":"270","title":"TRO: Transfer coins to output"},"271":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Blob Instructions","id":"271","title":"Blob Instructions"},"272":{"body":"Description Set $rA to the size of the blob with ID equal to the 32 bytes in memory starting at $rB. Operation $rA = len(blob(MEM[$rB, 32])); Syntax bsiz $rA, $rB Encoding 0x00 rA rB - - Notes Panic if: $rA is a reserved register $rB + 32 overflows or > VM_MAX_RAM Blob ID MEM[$rB, 32] is not found","breadcrumbs":"FuelVM » Instruction Set » BSIZ: Blob size","id":"272","title":"BSIZ: Blob size"},"273":{"body":"|-------------|-------------------------------------------------------------------------------------------------------------| | Description | Load 32-byte blob id at $rB, and copy $rD bytes starting from $rC into $sA. | | Operation | MEM[$rA, $rD] = blob(MEM[$rB, 32])[$rC, $rD]; | | Syntax | bldd $rA, $rB, rC, $rD | | Encoding | 0x00 rA rB rC rD | | Notes | If $rC > blob size, zero bytes are filled in. | Panic if: $rA + $rD overflows or > VM_MAX_RAM or > $hp $rB + 32 overflows or > VM_MAX_RAM Blob ID MEM[$rB, 32] is not found","breadcrumbs":"FuelVM » Instruction Set » BLDD: Load data from a blob","id":"273","title":"BLDD: Load data from a blob"},"274":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Cryptographic Instructions","id":"274","title":"Cryptographic Instructions"},"275":{"body":"Description The 64-byte public key (x, y) recovered from 64-byte signature starting at $rB on 32-byte message hash starting at $rC. Operation MEM[$rA, 64] = ecrecover_k1(MEM[$rB, 64], MEM[$rC, 32]); Syntax eck1 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Takes message hash as an input. You can use S256 to hash the message if needed. Panic if: $rA + 64 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 64] does not pass ownership check Signatures and signature verification are specified here . If the signature cannot be verified, MEM[$rA, 64] is set to 0 and $err is set to 1, otherwise $err is cleared. To get the address from the public key, hash the public key with SHA-2-256 .","breadcrumbs":"FuelVM » Instruction Set » ECK1: Secp256k1 signature recovery","id":"275","title":"ECK1: Secp256k1 signature recovery"},"276":{"body":"Description The 64-byte public key (x, y) recovered from 64-byte signature starting at $rB on 32-byte message hash starting at $rC. Operation MEM[$rA, 64] = ecrecover_r1(MEM[$rB, 64], MEM[$rC, 32]); Syntax ecr1 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Takes message hash as an input. You can use S256 to hash the message if needed. Panic if: $rA + 64 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + 32 overflows or > VM_MAX_RAM The memory range MEM[$rA, 64] does not pass ownership check Signatures and signature verification are specified here . If the signature cannot be verified, MEM[$rA, 64] is set to 0 and $err is set to 1, otherwise $err is cleared. To get the address from the public key, hash the public key with SHA-2-256 .","breadcrumbs":"FuelVM » Instruction Set » ECR1: Secp256r1 signature recovery","id":"276","title":"ECR1: Secp256r1 signature recovery"},"277":{"body":"Description Verification 64-byte signature at $rB with 32-byte public key at $rA for a message starting at $rC with length $rD. Operation ed19verify(MEM[$rA, 32], MEM[$rB, 64], MEM[$rC, $rD]); Syntax ed19 $rA, $rB, $rC, $rD Encoding 0x00 rA rB rC rD Notes Takes message instead of hash. For backwards compatibility reasons, if $rD == 0, it will be treated as 32. Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + 64 overflows or > VM_MAX_RAM $rC + $rD overflows or > VM_MAX_RAM Verification are specified here . If there is an error in verification, $err is set to 1, otherwise $err is cleared.","breadcrumbs":"FuelVM » Instruction Set » ED19: EdDSA curve25519 verification","id":"277","title":"ED19: EdDSA curve25519 verification"},"278":{"body":"Description The keccak-256 hash of $rC bytes starting at $rB. Operation MEM[$rA, 32] = keccak256(MEM[$rB, $rC]); Syntax k256 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » K256: keccak-256","id":"278","title":"K256: keccak-256"},"279":{"body":"Description The SHA-2-256 hash of $rC bytes starting at $rB. Operation MEM[$rA, 32] = sha256(MEM[$rB, $rC]); Syntax s256 $rA, $rB, $rC Encoding 0x00 rA rB rC - Notes Panic if: $rA + 32 overflows or > VM_MAX_RAM $rB + $rC overflows or > VM_MAX_RAM The memory range MEM[$rA, 32] does not pass ownership check","breadcrumbs":"FuelVM » Instruction Set » S256: SHA-2-256","id":"279","title":"S256: SHA-2-256"},"28":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins.","breadcrumbs":"Transaction Format » Output » OutputCoin","id":"28","title":"OutputCoin"},"280":{"body":"All these instructions advance the program counter $pc by 4 after performing their operation.","breadcrumbs":"FuelVM » Instruction Set » Other Instructions","id":"280","title":"Other Instructions"},"281":{"body":"Description Call an external function that has full access to the VM state. Operation external(&mut vm, $rA, $rB, $rC, $rD) Syntax ecal $rA $rB $rC $rD Encoding 0x00 rA rB rC rD Notes Does nothing by default, but the VM user can define this to do anything. This function provides an escape hatch from the VM, similar to ecall instruction of RISC-V. The suggested convention is to use $rA for \"system call number\", i.e. identifying the procedure to call, but all arguments can be used freely. The operation can modify the VM state freely, including writing to registers and memory. Again, the suggested convention is to use $rA for the return value and $err for any possible errors. However, these conventions can be ignored when necessary. Panic if: The external function panics.","breadcrumbs":"FuelVM » Instruction Set » ECAL: Call external function","id":"281","title":"ECAL: Call external function"},"282":{"body":"Description Set $flag to $rA. Operation $flag = $rA; Syntax flag $rA Encoding 0x00 rA - - - Notes Panic if: Any reserved flags are set","breadcrumbs":"FuelVM » Instruction Set » FLAG: Set flags","id":"282","title":"FLAG: Set flags"},"283":{"body":"Description Get metadata from memory. Operation Varies (see below). Syntax gm $rA, imm Encoding 0x00 rA imm imm imm Notes Read metadata from memory. A convenience instruction to avoid manually extracting metadata. name value description GM_IS_CALLER_EXTERNAL 0x00001 Get if caller is external. GM_GET_CALLER 0x00002 Get caller's contract ID. GM_GET_VERIFYING_PREDICATE 0x00003 Get index of current predicate. GM_GET_CHAIN_ID 0x00004 Get the value of CHAIN_ID GM_TX_START 0x00005 Transaction start memory address GM_BASE_ASSET_ID 0x00006 Base asset ID If imm == GM_IS_CALLER_EXTERNAL: Panic if: $fp == 0 (in an external context) Set $rA to true if parent is an external context, false otherwise. If imm == GM_GET_CALLER: Panic if: $fp == 0 (in an external context) $fp->$fp == 0 (if parent context is external) Set $rA to $fp->$fp (i.e. $rA will point to the previous call frame's contract ID). If imm == GM_GET_VERIFYING_PREDICATE: Panic if: not in a predicate context Set $rA to the index of the currently-verifying predicate.","breadcrumbs":"FuelVM » Instruction Set » GM: Get metadata","id":"283","title":"GM: Get metadata"},"284":{"body":"Description Get transaction fields. Operation Varies (see below). Syntax gtf $rA, $rB, imm Encoding 0x00 rA rB i i Notes Get fields from the transaction . name imm set $rA to GTF_TYPE 0x001 tx.type GTF_SCRIPT_GAS_LIMIT 0x002 tx.scriptGasLimit GTF_SCRIPT_SCRIPT_LENGTH 0x003 tx.scriptLength GTF_SCRIPT_SCRIPT_DATA_LENGTH 0x004 tx.scriptDataLength GTF_SCRIPT_INPUTS_COUNT 0x005 tx.inputsCount GTF_SCRIPT_OUTPUTS_COUNT 0x006 tx.outputsCount GTF_SCRIPT_WITNESSES_COUNT 0x007 tx.witnessesCount GTF_SCRIPT_SCRIPT 0x009 Memory address of tx.script GTF_SCRIPT_SCRIPT_DATA 0x00A Memory address of tx.scriptData GTF_SCRIPT_INPUT_AT_INDEX 0x00B Memory address of tx.inputs[$rB] GTF_SCRIPT_OUTPUT_AT_INDEX 0x00C Memory address of t.outputs[$rB] GTF_SCRIPT_WITNESS_AT_INDEX 0x00D Memory address of tx.witnesses[$rB] GTF_TX_LENGTH 0x00E Length of raw transaction types in memory GTF_CREATE_BYTECODE_WITNESS_INDEX 0x101 tx.bytecodeWitnessIndex GTF_CREATE_STORAGE_SLOTS_COUNT 0x102 tx.storageSlotsCount GTF_CREATE_INPUTS_COUNT 0x103 tx.inputsCount GTF_CREATE_OUTPUTS_COUNT 0x104 tx.outputsCount GTF_CREATE_WITNESSES_COUNT 0x105 tx.witnessesCount GTF_CREATE_SALT 0x106 Memory address of tx.salt GTF_CREATE_STORAGE_SLOT_AT_INDEX 0x107 Memory address of tx.storageSlots[$rB] GTF_CREATE_INPUT_AT_INDEX 0x108 Memory address of tx.inputs[$rB] GTF_CREATE_OUTPUT_AT_INDEX 0x109 Memory address of t.outputs[$rB] GTF_CREATE_WITNESS_AT_INDEX 0x10A Memory address of tx.witnesses[$rB] GTF_INPUT_TYPE 0x200 tx.inputs[$rB].type GTF_INPUT_COIN_TX_ID 0x201 Memory address of tx.inputs[$rB].txID GTF_INPUT_COIN_OUTPUT_INDEX 0x202 tx.inputs[$rB].outputIndex GTF_INPUT_COIN_OWNER 0x203 Memory address of tx.inputs[$rB].owner GTF_INPUT_COIN_AMOUNT 0x204 tx.inputs[$rB].amount GTF_INPUT_COIN_ASSET_ID 0x205 Memory address of tx.inputs[$rB].asset_id GTF_INPUT_COIN_WITNESS_INDEX 0x207 tx.inputs[$rB].witnessIndex GTF_INPUT_COIN_PREDICATE_LENGTH 0x209 tx.inputs[$rB].predicateLength GTF_INPUT_COIN_PREDICATE_DATA_LENGTH 0x20A tx.inputs[$rB].predicateDataLength GTF_INPUT_COIN_PREDICATE 0x20B Memory address of tx.inputs[$rB].predicate GTF_INPUT_COIN_PREDICATE_DATA 0x20C Memory address of tx.inputs[$rB].predicateData GTF_INPUT_COIN_PREDICATE_GAS_USED 0x20D tx.inputs[$rB].predicateGasUsed GTF_INPUT_CONTRACT_CONTRACT_ID 0x225 Memory address of tx.inputs[$rB].contractID GTF_INPUT_MESSAGE_SENDER 0x240 Memory address of tx.inputs[$rB].sender GTF_INPUT_MESSAGE_RECIPIENT 0x241 Memory address of tx.inputs[$rB].recipient GTF_INPUT_MESSAGE_AMOUNT 0x242 tx.inputs[$rB].amount GTF_INPUT_MESSAGE_NONCE 0x243 Memory address of tx.inputs[$rB].nonce GTF_INPUT_MESSAGE_WITNESS_INDEX 0x244 tx.inputs[$rB].witnessIndex GTF_INPUT_MESSAGE_DATA_LENGTH 0x245 tx.inputs[$rB].dataLength GTF_INPUT_MESSAGE_PREDICATE_LENGTH 0x246 tx.inputs[$rB].predicateLength GTF_INPUT_MESSAGE_PREDICATE_DATA_LENGTH 0x247 tx.inputs[$rB].predicateDataLength GTF_INPUT_MESSAGE_DATA 0x248 Memory address of tx.inputs[$rB].data GTF_INPUT_MESSAGE_PREDICATE 0x249 Memory address of tx.inputs[$rB].predicate GTF_INPUT_MESSAGE_PREDICATE_DATA 0x24A Memory address of tx.inputs[$rB].predicateData GTF_INPUT_MESSAGE_PREDICATE_GAS_USED 0x24B tx.inputs[$rB].predicateGasUsed GTF_OUTPUT_TYPE 0x300 tx.outputs[$rB].type GTF_OUTPUT_COIN_TO 0x301 Memory address of tx.outputs[$rB].to GTF_OUTPUT_COIN_AMOUNT 0x302 tx.outputs[$rB].amount GTF_OUTPUT_COIN_ASSET_ID 0x303 Memory address of tx.outputs[$rB].asset_id GTF_OUTPUT_CONTRACT_INPUT_INDEX 0x304 tx.outputs[$rB].inputIndex GTF_OUTPUT_CONTRACT_BALANCE_ROOT 0x305 Memory address of tx.outputs[$rB].balanceRoot GTF_OUTPUT_CONTRACT_STATE_ROOT 0x306 Memory address of tx.outputs[$rB].stateRoot GTF_OUTPUT_CONTRACT_CREATED_CONTRACT_ID 0x307 Memory address of tx.outputs[$rB].contractID GTF_OUTPUT_CONTRACT_CREATED_STATE_ROOT 0x308 Memory address of tx.outputs[$rB].stateRoot GTF_WITNESS_DATA_LENGTH 0x400 tx.witnesses[$rB].dataLength GTF_WITNESS_DATA 0x401 Memory address of tx.witnesses[$rB].data GTF_POLICY_TYPES 0x500 tx.policies.policyTypes GTF_POLICY_TIP 0x501 tx.policies[0x00].tip GTF_POLICY_WITNESS_LIMIT 0x502 tx.policies[count_ones(0b11 & tx.policyTypes) - 1].witnessLimit GTF_POLICY_MATURITY 0x503 tx.policies[count_ones(0b111 & tx.policyTypes) - 1].maturity GTF_POLICY_MAX_FEE 0x504 tx.policies[count_ones(0b1111 & tx.policyTypes) - 1].maxFee Panic if: $rA is a reserved register imm is not one of the values listed above The value of $rB results in an out of bounds access for variable-length fields The input or output type does not match (OutputChange and OutputVariable count as OutputCoin) The requested policy type is not set for this transaction. For fixed-length fields, the value of $rB is ignored.","breadcrumbs":"FuelVM » Instruction Set » GTF: Get transaction fields","id":"284","title":"GTF: Get transaction fields"},"285":{"body":"Specifications for network-specific components of the protocol. PoA Network","breadcrumbs":"Networks » Networks","id":"285","title":"Networks"},"286":{"body":"","breadcrumbs":"Networks » Proof of Authority (PoA) » PoA Network","id":"286","title":"PoA Network"},"287":{"body":"Wraps the application header . name type description prevRoot byte[32] Merkle root of all previous consensus header hashes (i.e. not including this block). height uint32 Height of this block. timestamp uint64 Time this block was created, in TAI64 format. applicationHash byte[32] Hash of serialized application header for this block. Consensus for the consensus header is a single signature from the authority over the hash of the serialized consensus header. Since the system is secure under the assumption the authority is honest, there is no need for committing to the authority signatures in the header.","breadcrumbs":"Networks » Proof of Authority (PoA) » Consensus Header","id":"287","title":"Consensus Header"},"288":{"body":"Test suites for verifying the correctness of a Fuel implementation. Sparse Merkle Tree Tests","breadcrumbs":"Testing » Testing","id":"288","title":"Testing"},"289":{"body":"","breadcrumbs":"Testing » Sparse Merkle Tree » Sparse Merkle Tree Test Specifications","id":"289","title":"Sparse Merkle Tree Test Specifications"},"29":{"body":"name type description inputIndex uint16 Index of input contract. balanceRoot byte[32] Root of amount of coins owned by contract after transaction execution. stateRoot byte[32] State root of contract after transaction execution. Transaction is invalid if: inputIndex >= tx.inputsCount tx.inputs[inputIndex].type != InputType.Contract Note: when signing a transaction, balanceRoot and stateRoot are set to zero. Note: when verifying a predicate or executing a script, balanceRoot and stateRoot are initialized to zero. The balance root balanceRoot is the root of the SMT of balance leaves. Each balance is a uint64, keyed by asset ID (a byte[32]). The state root stateRoot is the root of the SMT of storage slots. Each storage slot is a byte[32], keyed by a byte[32].","breadcrumbs":"Transaction Format » Output » OutputContract","id":"29","title":"OutputContract"},"290":{"body":"0.1.1 Last updated 2022/07/11","breadcrumbs":"Testing » Sparse Merkle Tree » Version","id":"290","title":"Version"},"291":{"body":"This document outlines a test suite specification that can be used to verify the correctness of a Sparse Merkle Tree's outputs. The scope of this document covers only Sparse Merkle Tree (SMT) implementations that are compliant with Celestia Sparse Merkle Tree Specification . The goal of this document is to equip SMT library developers with a supplemental indicator of correctness. Libraries implementing an SMT can additionally implement this test suite specification in the code base's native language. Passing all tests in the concrete test suite is an indication of correctness and consistency with the reference specification; however, it is not an absolute guarantee. The tests described in this document are designed to test features common to most Sparse Merkle Tree implementations. Test specifications are agnostic of the implementation details or language, and therefore take a black-box testing approach. A test specification may provide an example of what a compliant test may look like in the form of pseudocode. A test specification follows the format: Test name Test description Test inputs Test outputs Example pseudocode For a concrete test to comply with its corresponding test specification, the System Under Test (SUT) must take in the prescribed inputs. When the SUT produces the prescribed outputs, the test passes. When the SUT produces any result or error that is not prescribed by the specification, the test fails. For a library to comply with the complete specification described herein, it must implement all test specifications, and each test must pass. All test specifications assume that the Merkle Tree implementation under test uses the SHA-2-256 hashing algorithm as defined in FIPS PUB 180-4 to produce its outputs. The following test cases stipulate a theoretical function Sum(N) that takes in a big endian data slice N and returns the 32 byte SHA-256 hash of N.","breadcrumbs":"Testing » Sparse Merkle Tree » Abstract","id":"291","title":"Abstract"},"292":{"body":"Test Empty Root Test Update 1 Test Update 2 Test Update 3 Test Update 5 Test Update 10 Test Update 100 Test Update With Repeated Inputs Test Update Overwrite Key Test Update Union Test Update Sparse Union Test Update With Empty Data Test Update With Empty Data Performs Delete Test Update 1 Delete 1 Test Update 2 Delete 1 Test Update 10 Delete 5 Test Delete Non-existent Key Test Interleaved Update Delete Test Delete Sparse Union","breadcrumbs":"Testing » Sparse Merkle Tree » Root Signature Tests","id":"292","title":"Root Signature Tests"},"293":{"body":"Description : Tests the default root given no update or delete operations. The input set is described by S = {Ø}. Inputs : No inputs . Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Empty Root","id":"293","title":"Test Empty Root"},"294":{"body":"Description : Tests the root after performing a single update call with the specified input. Inputs : Update the empty tree with (K, D) where leaf key K = Sum(0u32) (32 bytes) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 1","id":"294","title":"Test Update 1"},"295":{"body":"Description : Tests the root after performing two update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x8d0ae412ca9ca0afcb3217af8bcd5a673e798bd6fd1dfacad17711e883f494cb Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '8d0ae412ca9ca0afcb3217af8bcd5a673e798bd6fd1dfacad17711e883f494cb'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 2","id":"295","title":"Test Update 2"},"296":{"body":"Description : Tests the root after performing three update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(2u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x52295e42d8de2505fdc0cc825ff9fead419cbcf540d8b30c7c4b9c9b94c268b7 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x02\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '52295e42d8de2505fdc0cc825ff9fead419cbcf540d8b30c7c4b9c9b94c268b7'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 3","id":"296","title":"Test Update 3"},"297":{"body":"Description : Tests the root after performing five update calls with the specified inputs. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(2u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(3u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(4u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 5","id":"297","title":"Test Update 5"},"298":{"body":"Description : Tests the root after performing 10 update calls with the specified inputs. Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x21ca4917e99da99a61de93deaf88c400d4c082991cb95779e444d43dd13e8849 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '21ca4917e99da99a61de93deaf88c400d4c082991cb95779e444d43dd13e8849'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 10","id":"298","title":"Test Update 10"},"299":{"body":"Description : Tests the root after performing 100 update calls with the specified inputs. Inputs : For each i in 0..100, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x82bf747d455a55e2f7044a03536fc43f1f55d43b855e72c0110c986707a23e4d Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..100 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '82bf747d455a55e2f7044a03536fc43f1f55d43b855e72c0110c986707a23e4d'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 100","id":"299","title":"Test Update 100"},"3":{"body":"Proof of Authority (PoA) - The Fuel Proof of Authority Network.","breadcrumbs":"Fuel Specifications » Network-Specific","id":"3","title":"Network-Specific"},"30":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins. Transaction is invalid if: any other output has type OutputType.OutputChange and asset ID asset_id (i.e. only one change output per asset ID is allowed) Note: when signing a transaction, amount is set to zero. Note: when verifying a predicate or executing a script, amount is initialized to zero. This output type indicates that the output's amount may vary based on transaction execution, but is otherwise identical to a Coin output. An amount of zero after transaction execution indicates that the output is unspendable and can be pruned from the UTXO set.","breadcrumbs":"Transaction Format » Output » OutputChange","id":"30","title":"OutputChange"},"300":{"body":"Description : Tests the root after performing two update calls with the same inputs. The resulting input set is described by S = {A} U {A} = {A}, where {A} is the input. This test expects a root signature identical to that produced by Test Update 1 . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree again with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Repeated Inputs","id":"300","title":"Test Update With Repeated Inputs"},"301":{"body":"Description : Tests the root after performing two update calls with the same leaf keys but different leaf data. The second update call is expected to overwrite the data originally written by the first update call. Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"CHANGE\" (bytes, UTF-8) Outputs : The expected root signature: 0xdd97174c80e5e5aa3a31c61b05e279c1495c8a07b2a08bca5dbc9fb9774f9457 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"CHANGE\")\nroot = smt.root()\nexpected_root = 'dd97174c80e5e5aa3a31c61b05e279c1495c8a07b2a08bca5dbc9fb9774f9457'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Overwrite Key","id":"301","title":"Test Update Overwrite Key"},"302":{"body":"Description : Tests the root after performing update calls with discontinuous sets of inputs. The resulting input set is described by S = [0..5) U [10..15) U [20..25). Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 10..15, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 20..25, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0x7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 10..15 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 20..25 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = '7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Union","id":"302","title":"Test Update Union"},"303":{"body":"Description : Tests the root after performing update calls with discontinuous sets of inputs. The resulting input set is described by S = [0, 2, 4, 6, 8]. Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i * 2) and leaf data D = b\"DATA\" (bytes, UTF-8) Outputs : The expected root signature: 0xe912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32 * 2).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nroot = smt.root()\nexpected_root = 'e912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update Sparse Union","id":"303","title":"Test Update Sparse Union"},"304":{"body":"Description : Tests the root after performing one update call with empty data. Updating the empty tree with empty data does not change the root, and the expected root remains the default root. The resulting input set is described by S = {Ø} U {Ø} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and empty leaf data D = b\"\" (0 bytes) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"\")\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Empty Data","id":"304","title":"Test Update With Empty Data"},"305":{"body":"Description : Tests the root after performing one update call with arbitrary data followed by a second update call on the same key with empty data. Updating a key with empty data is equivalent to calling delete. By deleting the only key, we have an empty tree and expect to arrive at the default root. The resulting input set is described by S = {0} - {0} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(0u32) and empty leaf data D = b\"\" (0 bytes) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"\")\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update With Empty Data Performs Delete","id":"305","title":"Test Update With Empty Data Performs Delete"},"306":{"body":"Description : Tests the root after performing one update call followed by a subsequent delete call on the same key. By deleting the only key, we have an empty tree and expect to arrive at the default root. The resulting input set is described by S = {0} - {0} = {Ø}. This test expects a root signature identical to that produced by Test Empty Root . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(0u32) Outputs : The expected root signature: 0x0000000000000000000000000000000000000000000000000000000000000000 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.delete(&sum(b\"\\x00\\x00\\x00\\x00\"))\nroot = smt.root()\nexpected_root = '0000000000000000000000000000000000000000000000000000000000000000'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 1 Delete 1","id":"306","title":"Test Update 1 Delete 1"},"307":{"body":"Description : Tests the root after performing two update calls followed by a subsequent delete call on the first key. By deleting the second key, we have a tree with only one key remaining, equivalent to a single update. This test expects a root signature identical to that produced by Test Update 1 . Inputs : Update the empty tree with (K, D), where leaf key K = Sum(0u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Update the tree with (K, D), where leaf key K = Sum(1u32) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(1u32) Outputs : The expected root signature: 0x39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x00\"), b\"DATA\")\nsmt.update(&sum(b\"\\x00\\x00\\x00\\x01\"), b\"DATA\")\nsmt.delete(&sum(b\"\\x00\\x00\\x00\\x01\"))\nroot = smt.root()\nexpected_root = '39f36a7cb4dfb1b46f03d044265df6a491dffc1034121bc1071a34ddce9bb14b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 2 Delete 1","id":"307","title":"Test Update 2 Delete 1"},"308":{"body":"Description : Tests the root after performing 10 update calls followed by 5 subsequent delete calls on the latter keys. By deleting the last five keys, we have a tree with the first five keys remaining, equivalent to five updates. This test expects a root signature identical to that produced by Test Update 5 . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 5..10, delete (K) from the tree, where leaf key K = Sum(i) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 5..10 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Update 10 Delete 5","id":"308","title":"Test Update 10 Delete 5"},"309":{"body":"Description : Tests the root after performing five update calls followed by a subsequent delete on a key that is not present in the input set. This test expects a root signature identical to that produced by Test Update 5 . Inputs : For each i in 0..5, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) Delete (K) from the tree, where leaf key K = Sum(1024u32) Outputs : The expected root signature: 0x108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..5 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nsmt.delete(&sum(b\"\\x00\\x00\\x04\\x00\")) root = smt.root()\nexpected_root = '108f731f2414e33ae57e584dc26bd276db07874436b2264ca6e520c658185c6b'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Delete Non-existent Key","id":"309","title":"Test Delete Non-existent Key"},"31":{"body":"name type description to byte[32] Receiving address or predicate root. amount uint64 Amount of coins to send. asset_id byte[32] Asset ID of coins. Note: when signing a transaction, to, amount, and asset_id are set to zero. Note: when verifying a predicate or executing a script, to, amount, and asset_id are initialized to zero. This output type indicates that the output's amount and owner may vary based on transaction execution, but is otherwise identical to a Coin output. An amount of zero after transaction execution indicates that the output is unspendable and can be pruned from the UTXO set.","breadcrumbs":"Transaction Format » Output » OutputVariable","id":"31","title":"OutputVariable"},"310":{"body":"Description : Tests the root after performing a series of interleaved update and delete calls. The resulting input set is described by [0..5) U [10..15) U [20..25). This test demonstrates the inverse relationship between operations update and delete. This test expects a root signature identical to that produced by Test Update Union . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 5..15, delete (K) from the tree, where leaf key K = Sum(i) from the tree For each i in 10..20, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 15..25, delete (K) from the tree, where leaf key K = Sum(i) from the tree For each i in 20..30, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 25..35, delete (K) from the tree, where leaf key K = Sum(i) from the tree Outputs : The expected root signature: 0x7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 5..15 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nfor i in 10..20 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 15..25 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nfor i in 20..30 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 25..35 { key = &(i as u32).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = '7e6643325042cfe0fc76626c043b97062af51c7e9fc56665f12b479034bce326'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Interleaved Update Delete","id":"310","title":"Test Interleaved Update Delete"},"311":{"body":"Description : Tests the root after performing delete calls with discontinuous sets of inputs. The resulting input set is described by S = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - [1, 3, 5, 7, 9] = [0, 2, 4, 6, 8]. This test expects a root signature identical to that produced by Test Update Sparse Union . Inputs : For each i in 0..10, update the tree with (K, D), where leaf key K = Sum(i) and leaf data D = b\"DATA\" (bytes, UTF-8) For each i in 0..5, delete (K) from the tree, where leaf key K = Sum(i * 2 + 1) Outputs : The expected root signature: 0xe912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696 Example Pseudocode : smt = SparseMerkleTree.new(Storage.new(), sha256.new())\nfor i in 0..10 { key = &(i as u32).to_big_endian_bytes() data = b\"DATA\" smt.update(&sum(key), data)\n}\nfor i in 0..5 { key = &(i as u32 * 2 + 1).to_big_endian_bytes() smt.delete(&sum(key))\n}\nroot = smt.root()\nexpected_root = 'e912e97abc67707b2e6027338292943b53d01a7fbd7b244674128c7e468dd696'\nexpect(hex_encode(root), expected_root).to_be_equal","breadcrumbs":"Testing » Sparse Merkle Tree » Test Delete Sparse Union","id":"311","title":"Test Delete Sparse Union"},"32":{"body":"name type description contractID byte[32] Contract ID. stateRoot byte[32] Initial state root of contract.","breadcrumbs":"Transaction Format » Output » OutputContractCreated","id":"32","title":"OutputContractCreated"},"33":{"body":"name type description dataLength uint64 Length of witness data, in bytes. data byte[] Witness data.","breadcrumbs":"Transaction Format » Witness » Witness","id":"33","title":"Witness"},"34":{"body":"The location of the transaction in the block. It can be used by UTXOs as a reference to the transaction or by the transaction itself to make it unique. name type description blockHeight uint32 Block height. txIndex uint16 Transaction index.","breadcrumbs":"Transaction Format » Transaction Pointer » TXPointer","id":"34","title":"TXPointer"},"35":{"body":"This chapter defines how to compute unique identifiers. Asset ID Blob ID Contract ID Predicate ID Transaction ID UTXO ID Coin ID Message ID Message Nonce Fee ID","breadcrumbs":"Computing Identifiers » Identifiers","id":"35","title":"Identifiers"},"36":{"body":"The asset ID (also called asset hash ) of a asset is computed as the hash of the CONTRACT_ID and a 256-bit SUB_IDENTIFIER. sha256(CONTRACT_ID ++ SUB_IDENTIFIER)","breadcrumbs":"Computing Identifiers » Asset ID » Asset ID","id":"36","title":"Asset ID"},"37":{"body":"The blob ID (also called blob hash ) of a transaction is computed as the hash of the blob data. Blob ID calculation doesn't vary between chains. sha256(blob_data)","breadcrumbs":"Computing Identifiers » Blob ID » Blob ID","id":"37","title":"Blob ID"},"38":{"body":"For a transaction of type TransactionType.Create, tx, the contract ID is sha256(0x4655454C ++ tx.data.salt ++ root(tx.data.witnesses[bytecodeWitnessIndex].data) ++ root_smt(tx.storageSlots)), where root is the Merkle root of the binary Merkle tree with each leaf being 16KiB of instructions, and root_smt is the Sparse Merkle tree root of the provided key-value pairs. If the bytecode is not a multiple of 16 KiB, the final leaf should be zero-padded rounding up to the nearest multiple of 8 bytes.","breadcrumbs":"Computing Identifiers » Contract ID » Contract ID","id":"38","title":"Contract ID"},"39":{"body":"For an input of type InputType.Coin or InputType.Message, input, the predicate owner is calculated as: sha256(0x4655454C ++ root(input.predicate)), where root is the Merkle root of the binary Merkle tree each leaf being 16KiB of instructions. If the bytecode is not a multiple of 16 KiB, the final leaf should be zero-padded rounding up to the nearest multiple of 8 bytes.","breadcrumbs":"Computing Identifiers » Predicate ID » Predicate ID","id":"39","title":"Predicate ID"},"4":{"body":"Sparse Merkle Tree - A test suite for verifying correctness of SMT outputs.","breadcrumbs":"Fuel Specifications » Testing","id":"4","title":"Testing"},"40":{"body":"The transaction ID (also called transaction hash ) of a transaction is computed as the hash of CHAIN_ID and the serialized transaction with fields zeroed out for signing (see different inputs and outputs for which fields are set to zero), and without witness data. In other words, only all non-witness data is hashed. sha256(CHAIN_ID ++ serialized_tx(tx))","breadcrumbs":"Computing Identifiers » Transaction ID » Transaction ID","id":"40","title":"Transaction ID"},"41":{"body":"","breadcrumbs":"Computing Identifiers » UTXO ID » UTXO ID","id":"41","title":"UTXO ID"},"42":{"body":"Is represented as an outpoint : a pair of transaction ID as byte[32] and output index as a uint16.","breadcrumbs":"Computing Identifiers » UTXO ID » Coin ID","id":"42","title":"Coin ID"},"43":{"body":"The ID of a message is computed as the hash of: the sender address as byte[32], the recipient address as byte[32], the Message nonce as byte[32], the amount being sent with the message as uint64, the message data as byte[] hash(byte[32] ++ byte[32] ++ byte[32] ++ uint64 ++ byte[]). The address values are serialized as a byte array of length 32 left-padded with zeroes, and all other value types are serialized according to the standard transaction serialization . Note that the message data length is not included since there is only one dynamically sized field and can be implicitly determined by the hash preimage size.","breadcrumbs":"Computing Identifiers » UTXO ID » Message ID","id":"43","title":"Message ID"},"44":{"body":"The nonce value for InputMessage is determined by the sending system and is published at the time the message is sent. The nonce value for OutputMessage is computed as the hash of the Transaction ID that emitted the message and the index of the message receipt uint16 (with canonical encoding): hash(byte[32] ++ canonical(uint16)).","breadcrumbs":"Computing Identifiers » UTXO ID » Message Nonce","id":"44","title":"Message Nonce"},"45":{"body":"The UTXO ID of collected fees in a block is the block height as a 32-byte big-endian unsigned integer (i.e. the first byte of the 32-byte array is the most significant byte, and so on).","breadcrumbs":"Computing Identifiers » UTXO ID » Fee ID","id":"45","title":"Fee ID"},"46":{"body":"Transaction Validity Cryptographic Primitives Storage Slot Initialization Block Header Format Relayer/Bridge","breadcrumbs":"Protocol » Protocol","id":"46","title":"Protocol"},"47":{"body":"Transaction Life Cycle Access Lists VM Precondition Validity Rules Base Sanity Checks Spending UTXOs and Created Contracts Sufficient Balance Valid Signatures Predicate Verification Script Execution VM Postcondition Validity Rules Correct Change State Changes","breadcrumbs":"Protocol » Transaction Validity Rules » Transaction Validity","id":"47","title":"Transaction Validity"},"48":{"body":"Once a transaction is seen, it goes through several stages of validation, in this order: Pre-checks Predicate verification Script execution Post-checks","breadcrumbs":"Protocol » Transaction Validity Rules » Transaction Life Cycle","id":"48","title":"Transaction Life Cycle"},"49":{"body":"The validity rules below assume sequential transaction validation for side effects (i.e. state changes). However, by construction, transactions with disjoint write access lists can be validated in parallel, including with overlapping read-only access lists. Transactions with overlapping write access lists must be validated and placed in blocks in topological order. UTXOs and contracts in the read-only and write-destroy access lists must exist (i.e. have been created previously) in order for a transaction to be valid. In other words, for a unique state element ID, the write-create must precede the write-destroy. Read-only access list: Write-destroy access list: For each input InputType.Coin The UTXO ID (txId, outputIndex) For each input InputType.Contract The UTXO ID (txId, outputIndex) For each input InputType.Message The message ID messageID Write-create access list: For each output OutputType.ContractCreated The contract ID contractID For each output The created UTXO ID Note that block proposers use the contract ID contractID for inputs and outputs of type InputType.Contract and OutputType.Contract rather than the pair of txId and outputIndex.","breadcrumbs":"Protocol » Transaction Validity Rules » Access Lists","id":"49","title":"Access Lists"},"5":{"body":"The Fuel Transaction Format. Consensus Parameters Transaction TransactionScript TransactionCreate TransactionMint TransactionUpgrade TransactionUpload TransactionBlob Input InputCoin InputContract InputMessage Output OutputCoin OutputContract OutputChange OutputVariable OutputContractCreated Witness Policy TXPointer","breadcrumbs":"Transaction Format » Transaction Format","id":"5","title":"Transaction Format"},"50":{"body":"This section defines VM precondition validity rules for transactions: the bare minimum required to accept an unconfirmed transaction into a mempool, and preconditions that the VM assumes to hold prior to execution. Chains of unconfirmed transactions are omitted. For a transaction tx, UTXO set state, contract set contracts, and message set messages, the following checks must pass. Note: InputMessages where input.dataLength > 0 are not dropped from the messages message set until they are included in a transaction of type TransactionType.Script with a ScriptResult receipt where result is equal to 0 indicating a successful script exit.","breadcrumbs":"Protocol » Transaction Validity Rules » VM Precondition Validity Rules","id":"50","title":"VM Precondition Validity Rules"},"51":{"body":"Base sanity checks are defined in the transaction format .","breadcrumbs":"Protocol » Transaction Validity Rules » Base Sanity Checks","id":"51","title":"Base Sanity Checks"},"52":{"body":"for input in tx.inputs: if input.type == InputType.Contract: if not input.contractID in contracts: return False elif input.type == InputType.Message: if not input.nonce in messages: return False else: if not (input.txId, input.outputIndex) in state: return False\nreturn True If this check passes, the UTXO ID (txId, outputIndex) fields of each contract input is set to the UTXO ID of the respective contract. The txPointer of each input is also set to the TX pointer of the UTXO with ID utxoID.","breadcrumbs":"Protocol » Transaction Validity Rules » Spending UTXOs and Created Contracts","id":"52","title":"Spending UTXOs and Created Contracts"},"53":{"body":"For each asset ID assetId in the input and output set: def gas_to_fee(gas, gasPrice) -> int: \"\"\" Converts gas units into a fee amount \"\"\" return ceil(gas * gasPrice / GAS_PRICE_FACTOR) def sum_data_messages(tx, assetId) -> int: \"\"\" Returns the total balance available from messages containing data \"\"\" total: int = 0 if assetId == 0: for input in tx.inputs: if input.type == InputType.Message and input.dataLength > 0: total += input.amount return total def sum_inputs(tx, assetId) -> int: total: int = 0 for input in tx.inputs: if input.type == InputType.Coin and input.assetId == assetId: total += input.amount elif input.type == InputType.Message and assetId == 0 and input.dataLength == 0: total += input.amount return total def transaction_size_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of a transaction based on size in bytes \"\"\" return size(tx) * GAS_PER_BYTE def minted(tx, assetId) -> int: \"\"\" Returns any minted amounts by the transaction \"\"\" if tx.type != TransactionType.Mint or assetId != tx.mintAssetId: return 0 return tx.mint_amount def sum_outputs(tx, assetId) -> int: total: int = 0 for output in tx.outputs: if output.type == OutputType.Coin and output.assetId == assetId: total += output.amount return total def input_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of verifying input utxos \"\"\" total: int = 0 witnessIndices = set() for input in tx.inputs: if input.type == InputType.Coin or input.type == InputType.Message: # add fees allocated for predicate execution if input.predicateLength == 0: # notate witness index if input is signed witnessIndices.add(input.witnessIndex) else: # add intrinsic gas cost of predicate merkleization based on number of predicate bytes total += contract_code_root_gas_fee(input.predicateLength) total += input.predicateGasUsed # add intrinsic cost of vm initialization total += vm_initialization_gas_fee() # add intrinsic cost of verifying witness signatures total += len(witnessIndices) * eck1_recover_gas_fee() return total def metadata_gas_fees(tx) -> int: \"\"\" Computes the intrinsic gas cost of processing transaction outputs The `contract_code_root_gas_fee`, `sha256_gas_fee`, and `contract_state_root_gas_fee` are based on the benchmarked gas costs of these operations. Consensus parameters contain definitions of gas costs for all operations and opcodes in the network. \"\"\" total: int = 0 if tx.type == TransactionType.Create: for output in tx.outputs: if output.type == OutputType.OutputContractCreated: # add intrinsic cost of calculating the code root based on the size of the contract bytecode total += contract_code_root_gas_fee(tx.witnesses[tx.bytecodeWitnessIndex].dataLength) # add intrinsic cost of calculating the state root based on the number of sotrage slots total += contract_state_root_gas_fee(tx.storageSlotCount) # add intrinsic cost of calculating the contract id # size = 4 byte seed + 32 byte salt + 32 byte code root + 32 byte state root total += sha256_gas_fee(100) elif tx.type == TransactionType.Upgrade: if tx.upgradePurpose.type == UpgradePurposeType.ConsensusParameters: # add intrinsic cost of calculating the consensus parameters hash total += sha256_gas_fee(size(tx.witnesses[tx.upgradePurpose.witnessIndex].data)) elif tx.type == TransactionType.Upload: # add intrinsic cost of calculating the root based on the number of bytecode subsections total += contract_state_root_gas_fee(tx.subsectionsNumber) # add intrinsic cost of hashing the subsection for verification of the connection with Binary Merkle tree root total += sha256_gas_fee(size(tx.witnesses[tx.witnessIndex])) if tx.type != TransactionType.Mint: # add intrinsic cost of calculating the transaction id total += sha256_gas_fee(size(tx)) return total def intrinsic_gas_fees(tx) -> int: \"\"\" Computes intrinsic costs for a transaction \"\"\" fees: int = 0 # add the cost of initializing a vm for the script if tx.type == TransactionType.Create or tx.type == TransactionType.Script: fees += vm_initialization_gas_fee() fees += metadata_gas_fees(tx) fees += intrinsic_input_gas_fees(tx) return fees def min_gas(tx) -> int: \"\"\" Comutes the minimum amount of gas required for a transaction to begin processing. \"\"\" gas = transaction_size_gas_fees(tx) + intrinsic_gas_fees(tx) if tx.type == TransactionType.Upload # charge additionally for storing bytecode on chain gas += transaction_size_gas_fees(size(tx.witnesses[tx.witnessIndex])) return gas def max_gas(tx) -> int: \"\"\" Computes the amount of gas required to process a transaction. \"\"\" gas = min_gas(tx) gas = gas + (tx.witnessBytesLimit - tx.witnessBytes) * GAS_PER_BYTE if tx.type == TransactionType.Script: gas += tx.gasLimit return gas def maxFee(tx, assetId, gasPrice) -> int: \"\"\" Computes the maximum potential amount of fees that may need to be charged to process a transaction. \"\"\" maxGas = max_gas(tx) feeBalance = gas_to_fee(maxGas, gasPrice) # Only base asset can be used to pay for gas if assetId == 0: return feeBalance else: return 0 def available_balance(tx, assetId) -> int: \"\"\" Make the data message balance available to the script \"\"\" availableBalance = sum_inputs(tx, assetId) + sum_data_messages(tx, assetId) + minted(tx, assetId) return availableBalance def unavailable_balance(tx, assetId) -> int: sentBalance = sum_outputs(tx, assetId) # Total fee balance feeBalance = tx.policies.max_fee # Only base asset can be used to pay for gas if assetId == 0: return sentBalance + feeBalance return sentBalance # The sum_data_messages total is not included in the unavailable_balance since it is spendable as long as there # is enough base asset amount to cover gas costs without using data messages. Messages containing data can't\n# cover gas costs since they are retryable.\nreturn available_balance(tx, assetId) >= (unavailable_balance(tx, assetId) + sum_data_messages(tx, assetId))","breadcrumbs":"Protocol » Transaction Validity Rules » Sufficient Balance","id":"53","title":"Sufficient Balance"},"54":{"body":"def address_from(pubkey: bytes) -> bytes: return sha256(pubkey)[0:32] for input in tx.inputs: if (input.type == InputType.Coin or input.type == InputType.Message) and input.predicateLength == 0: # ECDSA signatures must be 64 bytes if tx.witnesses[input.witnessIndex].dataLength != 64: return False # Signature must be from owner if address_from(ecrecover_k1(txhash(), tx.witnesses[input.witnessIndex].data)) != input.owner: return False\nreturn True Signatures and signature verification are specified here . The transaction hash is computed as defined here .","breadcrumbs":"Protocol » Transaction Validity Rules » Valid Signatures","id":"54","title":"Valid Signatures"},"55":{"body":"For each input of type InputType.Coin or InputType.Message, and predicateLength > 0, verify its predicate .","breadcrumbs":"Protocol » Transaction Validity Rules » Predicate Verification","id":"55","title":"Predicate Verification"},"56":{"body":"Given transaction tx, the following checks must pass: If tx.scriptLength == 0, there is no script and the transaction defines a simple balance transfer, so no further checks are required. If tx.scriptLength > 0, the script must be executed. For each asset ID assetId in the input set, the free balance available to be moved around by the script and called contracts is freeBalance[assetId]. The initial message balance available to be moved around by the script and called contracts is messageBalance: freeBalance[assetId] = available_balance(tx, assetId) - unavailable_balance(tx, assetId)\nmessageBalance = sum_data_messages(tx, 0) Once the free balances are computed, the script is executed . After execution, the following is extracted: The transaction in-memory on VM termination is used as the final transaction which is included in the block. The unspent free balance unspentBalance for each asset ID. The unspent gas unspentGas from the $ggas register. size(tx) encompasses the entire transaction serialized according to the transaction format, including witness data. This ensures every byte of block space either on Fuel or corresponding DA layer can be accounted for. If the transaction as included in a block does not match this final transaction, the block is invalid.","breadcrumbs":"Protocol » Transaction Validity Rules » Script Execution","id":"56","title":"Script Execution"},"57":{"body":"The cost of a transaction can be described by: def cost(tx, gasPrice) -> int: return gas_to_fee(min_gas(tx) + tx.gasLimit - unspentGas, gasPrice) where: min_gas(tx) is the minimum cost of the transaction in gas, including intrinsic gas fees incurred from: The number of bytes comprising the transaction Processing inputs, including predicates Processing outputs VM initialization unspentGas is the amount gas left over after intrinsic fees and execution of the transaction, extracted from the $ggas register. Converting unspent gas to a fee describes how much \"change\" is left over from the user's payment; the block producer collects this unspent gas as reward. gas_to_fee is a function that converts gas to a concrete fee based on a given gas price. Fees incurred by transaction processing outside the context of execution are collectively referred to as intrinsic fees. Intrinsic fees include the cost of storing the transaction, calculated on a per-byte basis, the cost of processing inputs and outputs, including predicates and signature verification, and initialization of the VM prior to any predicate or script execution. Because intrinsic fees are independent of execution, they can be determined a priori and represent the bare minimum cost of the transaction. A naturally occurring result of a variable gas limit is the concept of minimum and maximum fees. The minimum fee is, thus, the exact fee required to pay the fee balance, while the maximum fee is the minimum fee plus the gas limit: min_gas = min_gas(tx)\nmax_gas = min_gas + (tx.witnessBytesLimit - tx.witnessBytes) * GAS_PER_BYTE + tx.gasLimit\nmin_fee = gas_to_fee(min_gas, gasPrice)\nmax_fee = gas_to_fee(max_gas, gasPrice) The cost of the transaction cost(tx) must lie within the range defined by [min_fee, max_fee]. min_gas is defined as the sum of all intrinsic costs of the transaction known prior to execution. The definition of max_gas illustrates that the delta between minimum gas and maximum gas is the sum of: The remaining allocation of witness bytes, converted to gas The user-defined tx.gasLimit Note that gasLimit applies to transactions of type Script. gasLimit is not applicable for transactions of type Create and is defined to equal 0 in the above formula. A transaction cost cost(tx), in gas, greater than max_gas is invalid and must be rejected; this signifies that the user must provide a higher gas limit for the given transaction. min_fee is the minimum reward the producer is guaranteed to collect, and max_fee is the maximum reward the producer is potentially eligible to collect. In practice, the user is always charged intrinsic fees; thus, unspentGas is the remainder of max_gas after intrinsic fees and the variable cost of execution. Calculating a conversion from unspentGas to an unspent fee describes the reward the producer will collect in addition to min_fee.","breadcrumbs":"Protocol » Transaction Validity Rules » Fees","id":"57","title":"Fees"},"58":{"body":"This section defines VM postcondition validity rules for transactions: the requirements for a transaction to be valid after it has been executed. Given transaction tx, state state, and contract set contracts, the following checks must pass.","breadcrumbs":"Protocol » Transaction Validity Rules » VM Postcondition Validity Rules","id":"58","title":"VM Postcondition Validity Rules"},"59":{"body":"If change outputs are present, they must have: if the transaction does not revert; if the asset ID is 0; an amount of unspentBalance + floor((unspentGas * gasPrice) / GAS_PRICE_FACTOR) otherwise; an amount of the unspent free balance for that asset ID after VM execution is complete if the transaction reverts; if the asset ID is 0; an amount of the initial free balance plus (unspentGas * gasPrice) - messageBalance otherwise; an amount of the initial free balance for that asset ID.","breadcrumbs":"Protocol » Transaction Validity Rules » Correct Change","id":"59","title":"Correct Change"},"6":{"body":"name type description GAS_PER_BYTE uint64 Gas charged per byte of the transaction. GAS_PRICE_FACTOR uint64 Unit factor for gas price. MAX_GAS_PER_TX uint64 Maximum gas per transaction. MAX_INPUTS uint64 Maximum number of inputs. MAX_OUTPUTS uint64 Maximum number of outputs. MAX_PREDICATE_LENGTH uint64 Maximum length of predicate, in instructions. MAX_GAS_PER_PREDICATE uint64 Maximum gas per predicate. MAX_PREDICATE_DATA_LENGTH uint64 Maximum length of predicate data, in bytes. MAX_SCRIPT_LENGTH uint64 Maximum length of script, in instructions. MAX_SCRIPT_DATA_LENGTH uint64 Maximum length of script data, in bytes. MAX_MESSAGE_DATA_LENGTH uint64 Maximum length of message data, in bytes. MAX_STORAGE_SLOTS uint64 Maximum number of initial storage slots. MAX_TRANSACTION_SIZE uint64 Maximum size of a transaction, in bytes. MAX_WITNESSES uint64 Maximum number of witnesses. MAX_BYTECODE_SUBSECTIONS uint64 Maximum number of bytecode subsections. CHAIN_ID uint64 A unique per-chain identifier. BASE_ASSET_ID bytes32 The base asset of the chain. PRIVILEGED_ADDRESS bytes32 The privileged address of the network who can perform upgrade.","breadcrumbs":"Transaction Format » Consensus Parameters » Consensus Parameters","id":"6","title":"Consensus Parameters"},"60":{"body":"Transaction processing is completed by removing spent UTXOs from the state and adding created UTXOs to the state.","breadcrumbs":"Protocol » Transaction Validity Rules » State Changes","id":"60","title":"State Changes"},"61":{"body":"The coinbase transaction is a mechanism for block creators to collect transaction fees. In order for a coinbase transaction to be valid: It must be a Mint transaction. The coinbase transaction must be the last transaction within a block, even if there are no other transactions in the block and the fee is zero. The mintAmount doesn't exceed the total amount of fees processed from all other transactions within the same block. The mintAssetId matches the assetId that fees are paid in (assetId == 0). The minted amount of the coinbase transaction intrinsically increases the balance corresponding to the inputContract. This means the balance of mintAssetId is directly increased by mintAmount on the input contract, without requiring any VM execution. Compared to coin outputs, intrinsically increasing a contract balance to collect coinbase amounts prevents the accumulation of dust during low-usage periods.","breadcrumbs":"Protocol » Transaction Validity Rules » Coinbase Transaction","id":"61","title":"Coinbase Transaction"},"62":{"body":"Hashing Merkle Trees Binary Merkle Tree Sparse Merkle Tree EcDSA Public-Key Cryptography EdDSA Public-Key Cryptography","breadcrumbs":"Protocol » Cryptographic Primitives » Cryptographic Primitives","id":"62","title":"Cryptographic Primitives"},"63":{"body":"All hashing is done with SHA-2-256 (also known as SHA-256), defined in FIPS 180-4 .","breadcrumbs":"Protocol » Cryptographic Primitives » Hashing","id":"63","title":"Hashing"},"64":{"body":"Output of the hashing function. Exactly 256 bits (32 bytes) long.","breadcrumbs":"Protocol » Cryptographic Primitives » HashDigest","id":"64","title":"HashDigest"},"65":{"body":"Two Merkle tree structures are used: a Binary Merkle Tree (to commit to bytecode) and a Sparse Merkle Tree (to commit to contract storage, i.e. state).","breadcrumbs":"Protocol » Cryptographic Primitives » Merkle Trees","id":"65","title":"Merkle Trees"},"66":{"body":"Binary Merkle trees are constructed in the same fashion as described in Certificate Transparency (RFC-6962) , except for using a different hashing function . Leaves are hashed once to get leaf node values and internal node values are the hash of the concatenation of their children (either leaf nodes or other internal nodes). Nodes contain a single field: name type description v HashDigest Node value. The base case (an empty tree) is defined as the hash of the empty string: node.v = 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 For leaf node node of leaf data d: node.v = h(0x00, serialize(d)) For internal node node with children l and r: node.v = h(0x01, l.v, r.v) Note that rather than duplicating the last node if there are an odd number of nodes (the Bitcoin design ), trees are allowed to be imbalanced. In other words, the height of each leaf may be different. For an example, see Section 2.1.3 of Certificate Transparency (RFC-6962) . Leaves and internal nodes are hashed differently: the one-byte 0x00 is prepended for leaf nodes while 0x01 is prepended for internal nodes. This avoids a second-preimage attack where internal nodes are presented as leaves trees with leaves at different heights. Binary Merkle Tree Inclusion Proofs name type description root HashDigest [] The expected root of the Merkle tree. data Bytes The data of the leaf (unhashed). siblings HashDigest [] Sibling hash values, ordered starting from the leaf's neighbor. A proof for a leaf in a binary Merkle tree , as per Section 2.1.1 of Certificate Transparency (RFC-6962) . In some contexts, the array of sibling hashes is also known as the proof set. Note that proof format prescribes that leaf data be in its original, unhashed state, while the proof set (array of sibling data) uses hashed data. This format precludes the proof set from itself including the leaf data from the leaf undergoing the proof; rather, proof verification explicitly requires hashing the leaf data during the calculation of the proof set root.","breadcrumbs":"Protocol » Cryptographic Primitives » Binary Merkle Tree","id":"66","title":"Binary Merkle Tree"},"67":{"body":"Sparse Merkle Trees (SMTs) are sparse , i.e. they contain mostly empty leaves. They can be used as key-value stores for arbitrary data, as each leaf is keyed by its index in the tree. Storage efficiency is achieved through clever use of implicit defaults, avoiding the need to store empty leaves. Additional rules are added on top of plain binary Merkle trees : Default values are given to leaf nodes with empty leaves. While the above rule is sufficient to pre-compute the values of intermediate nodes that are roots of empty subtrees, a further simplification is to extend this default value to all nodes that are roots of empty subtrees. The 32-byte zero, i.e. 0x0000000000000000000000000000000000000000000000000000000000000000, is used as the default value. This rule takes precedence over the above one. The number of hashing operations can be reduced to be logarithmic in the number of non-empty leaves on average, assuming a uniform distribution of non-empty leaf keys. An internal node that is the root of a subtree that contains exactly one non-empty leaf is replaced by that leaf's leaf node. Nodes contain a single field: name type description v HashDigest Node value. In the base case, where a sparse Merkle tree has height = 0, the root of a tree is defined as the hash of the empty string: node.v = 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 When a sparse Merkle tree has a height of 0, it can have no leaves, and, therefore, no default value children. The root is then calculated as the hash of the empty string, similar to that of an empty binary Merkle tree. For a tree with height > 0, the root of an empty tree is defined as the default value: node.v = 0x0000000000000000000000000000000000000000000000000000000000000000 Note that this is in contrast to the base case of the sparse and binary Merkle trees, where the root is the hash of the empty string. When a sparse Merkle tree has a height greater than 0, a new tree instance is composed of default value leaves. Nodes containing only default value children have the default value as well. Applying these rules recursively percolates the default value up to the tree's root. For leaf node node of leaf data d with key k: node.v = h(0x00, k, h(serialize(d))) The key of leaf nodes must be prepended, since the index of a leaf node that is not at maximum depth cannot be determined without this information. Leaf values are hashed so that they do not need to be included in full in non-membership proofs. For internal node node with children l and r: node.v = h(0x01, l.v, r.v) Insertion Before insertion of the key-value pair, each key of the Sparse Merkle Tree should be hashed with sha256 to prevent tree structure manipulations. During the proof verification, the original leaf key should be hashed similarly. Otherwise, the root will not match. Sparse Merkle Tree Inclusion Proofs SMTs can further be extended with compact proofs. Merkle proofs are composed, among other things, of a list of sibling node values. We note that, since nodes that are roots of empty subtrees have known values (the default value), these values do not need to be provided explicitly; it is sufficient to simply identify which siblings in the Merkle branch are roots of empty subtrees, which can be done with one bit per sibling. For a Merkle branch of height h, an h-bit value is appended to the proof. The lowest bit corresponds to the sibling of the leaf node, and each higher bit corresponds to the next parent. A value of 1 indicates that the next value in the list of values provided explicitly in the proof should be used, and a value of 0 indicates that the default value should be used. A proof into an SMT is structured as: name type description depth uint16 Depth of the leaf node. The root node is at depth 0. Must be <= 256. siblings HashDigest [] Sibling hash values, ordered starting from the leaf's neighbor. includedSiblings byte[32] Bitfield of explicitly included sibling hashes. The includedSiblings is ordered by most-significant-byte first, with each byte ordered by most-significant-bit first. The lowest bit corresponds to the leaf node level. A specification describing a suite of test vectors and outputs of a Sparse Merkle Tree is here .","breadcrumbs":"Protocol » Cryptographic Primitives » Sparse Merkle Tree","id":"67","title":"Sparse Merkle Tree"},"68":{"body":"Consensus-critical data is authenticated using ECDSA , with the curve secp256k1 . A highly-optimized library is available in C , with wrappers in Go and Rust . Public keys are encoded in uncompressed form, as the concatenation of the x and y values. No prefix is needed to distinguish between encoding schemes as this is the only encoding supported. Deterministic signatures ( RFC-6979 ) should be used when signing, but this is not enforced at the protocol level as it cannot be. Signatures are represented as the r and s (each 32 bytes), and v (1-bit) values of the signature. r and s take on their usual meaning (see: SEC 1, 4.1.3 Signing Operation ), while v is used for recovering the public key from a signature more quickly (see: SEC 1, 4.1.6 Public Key Recovery Operation ). Only low-s values in signatures are valid (i.e. s <= secp256k1.n//2); s can be replaced with -s mod secp256k1.n during the signing process if it is high. Given this, the first bit of s will always be 0, and can be used to store the 1-bit v value. v represents the parity of the Y component of the point, 0 for even and 1 for odd. The X component of the point is assumed to always be low, since the possibility of it being high is negligible . Putting it all together, the encoding for signatures is: | 32 bytes || 32 bytes |\n[256-bit r value][1-bit v value][255-bit s value] This encoding scheme is derived from EIP 2098: Compact Signature Representation .","breadcrumbs":"Protocol » Cryptographic Primitives » ECDSA Public-Key Cryptography","id":"68","title":"ECDSA Public-Key Cryptography"},"69":{"body":"Ed25519 is supported for use by applications built on Fuel. Edwards curve operations are performed by the ed25519-dalek Rust library. Public keys are encoded in compressed form as specified by the Ed25519 format RFC-8032 5.1.5 . Point compression is performed by replacing the most significant bit in the final octet of the y coordinate with the sign bit from the x coordinate: let mut pk = y;\npk ^= x.is_negative().unwrap_u8() << 7; Public keys are required to be strong enough to prevent malleability, and are checked for weakness during signature verification. Signatures are 64 bytes, represented as the concatenation of R (32 bytes) and S (32 bytes) Where R and S are defined in RFC-8032 5.1.6 . Signatures must conform to strict verification requirements to avoid malleability concerns. While this is not part of the original Ed25519 specification, it has become a growing concern especially in cryptocurrency applications.","breadcrumbs":"Protocol » Cryptographic Primitives » EdDSA Public-Key Cryptography","id":"69","title":"EdDSA Public-Key Cryptography"},"7":{"body":"enum TransactionType : uint8 { Script = 0, Create = 1, Mint = 2, Upgrade = 3, Upload = 4, Blob = 5,\n} name type description type TransactionType Transaction type. data One of TransactionScript , TransactionCreate , TransactionMint , TransactionUpgrade , or TransactionUpload Transaction data. Given helper max_gas() returns the maximum gas that the transaction can use. Given helper count_ones() that returns the number of ones in the binary representation of a field. Given helper count_variants() that returns the number of variants in an enum. Given helper sum_variants() that sums all variants of an enum. Transaction is invalid if: type is not valid TransactionType value inputsCount > MAX_INPUTS outputsCount > MAX_OUTPUTS witnessesCount > MAX_WITNESSES size > MAX_TRANSACTION_SIZE. The size of a transaction is calculated as the sum of the sizes of its static and dynamic parts, as determined by canonical serialization. No inputs are of type InputType.Coin or InputType.Message with input.dataLength == 0 More than one output is of type OutputType.Change for any asset ID in the input set More than one output is of type OutputType.Change with identical asset_id fields. Any output is of type OutputType.Change for any asset ID not in the input set More than one input of type InputType.Coin for any Coin ID in the input set More than one input of type InputType.Contract for any Contract ID in the input set More than one input of type InputType.Message for any Message ID in the input set if type != TransactionType.Mint max_gas(tx) > MAX_GAS_PER_TX No policy of type PolicyType.MaxFee is set count_ones(policyTypes) > count_variants(PolicyType) policyTypes > sum_variants(PolicyType) len(policies) > count_ones(policyTypes) When serializing a transaction, fields are serialized as follows (with inner structs serialized recursively): uint8, uint16, uint32, uint64: big-endian right-aligned to 8 bytes. byte[32]: as-is. byte[]: as-is, with padding zeroes aligned to 8 bytes. When deserializing a transaction, the reverse is done. If there are insufficient bytes or too many bytes, the transaction is invalid.","breadcrumbs":"Transaction Format » Transaction » Transaction","id":"7","title":"Transaction"},"70":{"body":"Contracts can request that certain storage slots are initialized to specific values. These initialized slots are represented in JSON format as an array where each element represents a storage slot and has the following properties: \"key\": String, a 32-byte key for a given storage slot; \"value\": String, a 32-byte value that initializes the slot; For instance, the following is a JSON object that requests that the 3 storage slots with keys 0x11..11, 0x22..22, and 0x33..33, are respectively initialized to the values indicated. [ { \"key\": \"0x1111111111111111111111111111111111111111111111111111111111111111\", \"value\": \"0x1010101010101010101010101010101010101010101010101010101010101010\" }, { \"key\": \"0x2222222222222222222222222222222222222222222222222222222222222222\", \"value\": \"0x2020202020202020202020202020202020202020202020202020202020202020\" }, { \"key\": \"0x3333333333333333333333333333333333333333333333333333333333333333\", \"value\": \"0x0303030303030303030303030303030303030303030303030303030303030303\" },\n]","breadcrumbs":"Protocol » Storage Slot Initialization » JSON Format for Contract Storage Initializers","id":"70","title":"JSON Format for Contract Storage Initializers"},"71":{"body":"","breadcrumbs":"Protocol » Block Header Format » Block Header","id":"71","title":"Block Header"},"72":{"body":"The application header is a network-agnostic block header. Different networks may wrap the application header in a consensus header, depending on their consensus protocol. name type description da_height uint64 Height of the data availability layer up to which (inclusive) input messages are processed. consensusParametersVersion uint32 The version of the consensus parameters used to execute this block. stateTransitionBytecodeVersion uint32 The version of the state transition bytecode used to execute this block. txCount uint16 Number of transaction s in this block. message_receipt_count uint32 Number of output message s in this block. txRoot byte[32] Merkle root of transaction s in this block. message_outbox_root byte[32] Merkle root of output message s messageId in this block. event_inbox_root byte[32] Merkle root of all events imported from L1 in this block. The order of the events added to the Merkle tree is the L1 block order, and the index of each event within each block","breadcrumbs":"Protocol » Block Header Format » Application Header","id":"72","title":"Application Header"},"73":{"body":"The Fuel relayer/bridge protocol is a set of rules that govern the interaction between the Fuel blockchain and the Layer 1 (L1) blockchain (e.g. Ethereum). The Fuel blockchain can emit messages that will be processed by the smart contract on the L1 blockchain. The smart contract on the L1 can also emit events that will be processed by the Fuel blockchain. This is used to move any data between the L1 blockchain and the Fuel blockchain.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Layer 1 Relayer/Bridge Protocol","id":"73","title":"Layer 1 Relayer/Bridge Protocol"},"74":{"body":"The message outbox is the set of messages sent to the L1 blockchain from the Fuel blockchain.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Fuel Message Outbox","id":"74","title":"Fuel Message Outbox"},"75":{"body":"The event inbox is the set of events received from the L1 blockchain by the Fuel blockchain. The block producer will receive a list of events from the L1 by some relayer, and then include the merkle root of the events in the block header. There are two types of events that can be received from the L1: Messages Transactions","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Fuel Event Inbox","id":"75","title":"Fuel Event Inbox"},"76":{"body":"An arbitrary message sent from the L1 to the Fuel blockchain. This can be used to move assets from the L1 to the Fuel blockchain or send other arbitrary information to the Fuel blockchain. name type description sender bytes[32] The identity of the sender of the message on the L1 recipient bytes[32] The recipient of the message on the Fuel Blockchain nonce bytes[32] Unique identifier of the message assigned by the L1 contract amount uint64 The amount of the base asset transfer data byte[] Arbitrary message data","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Messages","id":"76","title":"Messages"},"77":{"body":"These are transactions that are submitted on the L1 that must be executed on the Fuel blockchain. This \"Forced Transaction Inclusion\" is a security feature that allows participants of the Fuel Blockchain to access their funds in the (unlikely) event that the Fuel blockchain block production is compromised or malicious, e.g. the block producer is censoring transactions. name type description nonce bytes[32] Unique identifier of the transaction assigned by the L1 contract max_gas uint64 The maximum amount of gas allowed to use on Fuel Blockchain serialized_transaction byte[] The serialized transaction bytes following canonical serialization The serialized_transaction can be any transaction variant except the Mint transaction, which is only ever created by the block producer. Mint transactions will be rejected by the Fuel blockchain if they are relayed from the L1.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Transactions","id":"77","title":"Transactions"},"78":{"body":"It is important that the L1 events are ordered correctly when they are relayed to the Fuel blockchain. The events will be ordered by the L1 block height and then by the index of the event within the block. The order is important because a merkle root will be generated each time events from L1 are included in a Fuel block. This merkle root can later be used to prove that an arbitrary event was included on that block without having to store every event on the block header explicitly. Just the merkle root will be on the block header . The order of the events affects the value of the merkle root.","breadcrumbs":"Protocol » Layer 1 Relayer/Bridge Protocol » Ordering","id":"78","title":"Ordering"},"79":{"body":"This document describes and specifies the ABI (Application Binary Interface) of the FuelVM, the Sway programming language, and contracts written in Sway. JSON ABI Format Receipts Function Selector Encoding Argument Encoding Hash Based Ids","breadcrumbs":"Application Binary Interface (ABI) » Application Binary Interface (ABI)","id":"79","title":"Application Binary Interface (ABI)"},"8":{"body":"enum ReceiptType : uint8 { Call = 0, Return = 1, ReturnData = 2, Panic = 3, Revert = 4, Log = 5, LogData = 6, Transfer = 7, TransferOut = 8, ScriptResult = 9, MessageOut = 10, Mint = 11, Burn = 12,\n} name type description scriptGasLimit uint64 Gas limits the script execution. receiptsRoot byte[32] Merkle root of receipts. scriptLength uint64 Script length, in instructions. scriptDataLength uint64 Length of script input data, in bytes. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. script byte[] Script to execute. scriptData byte[] Script input data (parameters). policies Policy [] List of policies, sorted by PolicyType. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Given helper len() that returns the number of bytes of a field. Transaction is invalid if: Any output is of type OutputType.ContractCreated scriptLength > MAX_SCRIPT_LENGTH scriptDataLength > MAX_SCRIPT_DATA_LENGTH scriptLength * 4 != len(script) scriptDataLength != len(scriptData) Note: when signing a transaction, receiptsRoot is set to zero. Note: when verifying a predicate or executing a script, receiptsRoot is initialized to zero. The receipts root receiptsRoot is the root of the binary Merkle tree of receipts. If there are no receipts, its value is set to the root of the empty tree, i.e. 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.","breadcrumbs":"Transaction Format » Transaction » TransactionScript","id":"8","title":"TransactionScript"},"80":{"body":"The JSON of an ABI is the human-readable representation of the interface of a Sway contract.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Format","id":"80","title":"JSON ABI Format"},"81":{"body":"Current specVersion is 1.0 The version above should be updated each time this spec changes and the JSON ABI generator should be updated with the new changes along with an increment in the spec version.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Spec Version","id":"81","title":"Spec Version"},"82":{"body":"Before describing the format of the JSON ABI, we provide some definitions that will make the JSON ABI spec easier to read. Given the example below: struct Foo { x: bool }\nstruct Bar { y: T } fn baz(input1: Foo, input2: Bar); // an ABI function we define the following expressions: type concrete declaration : the declaration or definition of a type which can be generic. struct Foo { .. } and struct Bar { .. } in the example above are both type declarations. Note that generic types may have multiple type concrete declaration . type metadata declaration : the declaration or definition of a type which can be generic. struct Foo { .. } and struct Bar { .. } in the example above are both type declarations. The metadata declaration contains component details about the type. And a single type metadata declaration is generated per type, even for generic types. type application : the application or use of a type. Foo and Bar in fn baz(input1: Foo, input2: Bar); in the example above are both applications of the type declarations struct Foo { .. } and struct Bar { .. } respectively. type parameter : a generic parameter used in a type declaration. T in struct Bar in the example above is a type parameter. type argument : an application of a type parameter used in a type application. u64 in input2: Bar in the example above is a type argument.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Notation","id":"82","title":"Notation"},"83":{"body":"The ABI of a contract is represented as a JSON object containing the following properties: \"specVersion\": a string representing the version pointing to this document versioning. specVersion enables the reader of the JSON ABI to find the correct specification for that file, this can be done by comparing it to value in spec version . \"encodingVersion\": a string representing the version of the ABIEncode and ABIDecode used in this program. \"programType\": a string that can be \"script\", \"contract\", \"predicate\", \"library\". This is used by the SDK to generate types without having to manually specify the program type. \"concreteTypes\": an array describing all the type concrete declarations used (or transitively used) in the ABI. Each type concrete declaration is a JSON object that contains the following properties: \"type\": a string representing the type, the sha256 of this string generates the concreteTypeId. \"concreteTypeId\": a unique string hash based ID. Generated as specified in Hash Based Ids . \"metadataTypeId\": the type metadata declaration ID of this type, if the type metadata has components or is generic, otherwise nonexistent. \"typeArguments\": an array of type concrete declarations hash based IDs of the type parameters of the type, if the type is generic, otherwise nonexistent. \"metadataTypes\": an array describing all the type metadata declarations used (or transitively used) in the ABI. Each type metadata declaration is a JSON object that contains the following properties: \"type\": a string representation of the type metadata declaration . The section JSON ABI Format for Each Possible Metadata Type Declaration specifies the format for each possible type. \"metadataTypeId\": a unique integer ID. \"components\": an array of the components of a given type, if any, otherwise nonexistent. Each component is a type application represented as a JSON object that contains the following properties: \"name\": the name of the component. \"typeId\": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component. \"typeArguments\": an array of the type arguments used when applying the type of the component, if the type is generic, otherwise nonexistent. Each type argument is a type application represented as a JSON object that contains the following properties: \"name\": the name of the type argument . \"typeId\": the type metadata declaration ID (number) or type concrete declaration hash based ID (string) of the type of the component. \"typeArguments\": an array of the type arguments used when applying the type of the type argument , if the type is generic, otherwise nonexistent. The format of the elements of this array recursively follows the rules described in this section. \"typeParameters\": an array of type metadata declaration ID of the type parameters of the type, if the type is generic, otherwise nonexistent. Each type parameter is a type declaration and is represented as described in Generic Type Parameter . \"functions\": an array describing all the functions in the ABI. Each function is a JSON object that contains the following properties: \"name\": the name of the function \"inputs\": an array of objects that represents the inputs to the function (i.e. its parameters). Each input is a type application represented as a JSON object that contains the following properties: \"name\": the name of the input. \"concreteTypeId\": the type concrete declaration hash based ID of the type of the input. \"output\": the type concrete declaration hash based ID of the type being returned by the function. \"attributes\": an optional array of attributes . Each attribute is explained in the dedicated section and is represented as a JSON object that contains the following properties: \"name\": the name of the attribute. \"arguments\": an array of attribute arguments. \"loggedTypes\": an array describing all instances of log or logd in the contract's bytecode. Each instance is a JSON object that contains the following properties: \"logId\": a string containing the 64bit hash based decimal ID calculated from the first 8 bytes of the sha256 of a string that represents the type logged as defined in Hash Based Ids . The log and logd instructions must set their $rB register to that ID. \"concreteTypeId\": the type concrete declaration hash based ID of the value being logged. \"messagesTypes\": an array describing all instances of smo in the contract's bytecode. Each instance is a JSON object that contains the following properties: \"message_id\": a unique string ID. \"concreteTypeId\": the type concrete declaration hash based ID of the message data being sent. \"configurables\": an array describing all configurable variables used in the contract. Each configurable variable is represented as a JSON object that contains the following properties: \"name\": the name of the configurable variable. \"concreteTypeId\": the type concrete declaration hash based ID of the type of the configurable variable. \"offset\": the specific offset within the contract's bytecode, in bytes, to the data section entry for the configurable variable. Note : This JSON should be both human-readable and parsable by the tooling around the FuelVM and the Sway programming language. There is a detailed specification for the binary encoding backing this readable descriptor. The Function Selector Encoding section specifies the encoding for the function being selected to be executed and each of the argument types.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Spec","id":"83","title":"JSON ABI Spec"},"84":{"body":"Attribute name Attribute arguments Semantics storage read and/or write Specifies if a function reads or writes to/from storage payable None Specifies if a function can accept coins: a function without payable attribute must not accept coins test None Specifies if a function is a unit test inline never or always, but not both Specifies if a function should be inlined during code generation doc-comment String Documentation comment doc Not defined yet Not defined yet","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Attributes Semantics","id":"84","title":"Attributes Semantics"},"85":{"body":"Below is a simple example showing how the JSON ABI for an example that does not use generic or complex types. We will later go over more complex examples. abi MyContract { fn first_function(arg: u64) -> bool; fn second_function(arg: b256);\n} the JSON representation of this ABI looks like: { \"concreteTypes\": [ { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"metadataTypes\": [], \"functions\": [ { \"inputs\": [ { \"name\": \"arg\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" } ], \"name\": \"first_function\", \"output\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"inputs\": [ { \"name\": \"arg\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" } ], \"name\": \"second_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » A Simple Example","id":"85","title":"A Simple Example"},"86":{"body":"Below is a list of the JSON ABI formats for each possible metadata type declaration:","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » JSON ABI Format for Each Possible Metadata Type Declaration","id":"86","title":"JSON ABI Format for Each Possible Metadata Type Declaration"},"87":{"body":"{ \"metadataTypeId\": , \"type\": \"struct \", \"components\": [ { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ], \"typeParameters\": [ , , ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » struct","id":"87","title":"struct"},"88":{"body":"{ \"metadataTypeId\": , \"type\": \"enum \", \"components\": [ { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ], \"typeParameters\": [ , , ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » enum","id":"88","title":"enum"},"89":{"body":"{ \"metadataTypeId\": , \"type\": \"[_; ]\", \"components\": [ { \"name\": \"__array_element\", \"typeId\": \"\", \"typeArguments\": ... } { \"name\": \"__array_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ]\n} is the size of the array.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » array","id":"89","title":"array"},"9":{"body":"name type description bytecodeWitnessIndex uint16 Witness index of contract bytecode to create. salt byte[32] Salt. storageSlotsCount uint64 Number of storage slots to initialize. policyTypes uint32 Bitfield of used policy types. inputsCount uint16 Number of inputs. outputsCount uint16 Number of outputs. witnessesCount uint16 Number of witnesses. storageSlots (byte[32], byte[32]])[] List of storage slots to initialize (key, value). policies Policy [] List of policies. inputs Input [] List of inputs. outputs Output [] List of outputs. witnesses Witness [] List of witnesses. Transaction is invalid if: Any input is of type InputType.Contract or InputType.Message where input.dataLength > 0 Any input uses non-base asset. Any output is of type OutputType.Contract or OutputType.Variable or OutputType.Message Any output is of type OutputType.Change with non-base asset_id It does not have exactly one output of type OutputType.ContractCreated tx.data.witnesses[bytecodeWitnessIndex].dataLength > CONTRACT_MAX_SIZE bytecodeWitnessIndex >= tx.witnessesCount The keys of storageSlots are not in ascending lexicographic order The computed contract ID (see below) is not equal to the contractID of the one OutputType.ContractCreated output storageSlotsCount > MAX_STORAGE_SLOTS The Sparse Merkle tree root of storageSlots is not equal to the stateRoot of the one OutputType.ContractCreated output Creates a contract with contract ID as computed here .","breadcrumbs":"Transaction Format » Transaction » TransactionCreate","id":"9","title":"TransactionCreate"},"90":{"body":"{ \"metadataTypeId\": , \"type\": \"(_, _, ...)\", \"components\": [ { \"name\": \"__tuple_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, { \"name\": \"__tuple_element\", \"typeId\": \"\", \"typeArguments\": [ { \"typeId\": \"\", \"typeArguments\": ... }, { \"typeId\": \"\", \"typeArguments\": ... }, ... ] }, ... ]\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » tuple","id":"90","title":"tuple"},"91":{"body":"{ \"metadataTypeId\": , \"type\": \"generic \"\n} is the name of the generic parameter as specified in the struct or enum declaration that uses it.","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Generic Type Parameter","id":"91","title":"Generic Type Parameter"},"92":{"body":"","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » Some Complex Examples","id":"92","title":"Some Complex Examples"},"93":{"body":"Given the following ABI declaration: enum MyEnum { Foo: u64, Bar: bool,\n} struct MyStruct { bim: u64, bam: MyEnum,\n} abi MyContract { /// this is a doc comment #[payable, storage(read, write)] fn complex_function( arg1: ([str[5]; 3], bool, b256), arg2: MyStruct, );\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"([str[5]; 3], bool, b256)\", \"concreteTypeId\": \"625531542be70834dd127e771101ac1014111718451bfae996d97abe700c66a5\", \"metadataTypeId\": 1, }, { \"type\": \"str[5]\", \"concreteTypeId\": \"84877f6e98274b9e4721db68b4c0bdb9e52b8e9572c5bd7811c07a41ced882c7\", }, { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"392d58c694d2d91f3025f2bccfadacf2a105936f5da881b0899185d49f264522\", \"metadataTypeId\": 4, }, { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"(_, _, _)\", \"components\": [ { \"name\": \"__tuple_element\", \"typeId\": 2, }, { \"name\": \"__tuple_element\", \"typeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", }, { \"name\": \"__tuple_element\", \"typeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\", } ] }, { \"metadataTypeId\": 2, \"type\": \"[_; 3]\", \"components\": [ { \"name\": \"__array_element\", \"typeId\": \"84877f6e98274b9e4721db68b4c0bdb9e52b8e9572c5bd7811c07a41ced882c7\", } ] }, { \"metadataTypeId\": 3, \"type\": \"enum MyEnum\", \"components\": [ { \"name\": \"Foo\", \"typeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"name\": \"Bar\", \"typeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", } ] }, { \"metadataTypeId\": 4, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"bim\", \"typeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"name\": \"bam\", \"typeId\": 3, } ] }, ], \"functions\": [ { \"inputs\": [ { \"name\": \"arg1\", \"concreteTypeId\": \"625531542be70834dd127e771101ac1014111718451bfae996d97abe700c66a5\", }, { \"name\": \"arg2\", \"concreteTypeId\": \"392d58c694d2d91f3025f2bccfadacf2a105936f5da881b0899185d49f264522\" } ], \"name\": \"complex_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", \"attributes\": [ { \"name\": \"doc-comment\", \"arguments\": [\" this is a doc comment\"] }, { \"name\": \"payable\", }, { \"name\": \"storage\", \"arguments\": [\"read\", \"write\"] } ] } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Non-Generic Custom Types","id":"93","title":"An Example with Non-Generic Custom Types"},"94":{"body":"Given the following ABI declaration: enum MyEnum { Foo: T, Bar: U,\n}\nstruct MyStruct { bam: MyEnum,\n} abi MyContract { fn complex_function( arg1: MyStruct, );\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"3ddd5c1768dd7869663dc2f868ea8a8ce68bd6064244dbc4286e2c921c8ce962\", \"metadataTypeId\": 5, \"typeArguments\": [ \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\" ] }, { \"type\": \"b256\", \"concreteTypeId\": \"7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b\", }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"enum MyEnum\", \"components\": [ { \"name\": \"Foo\", \"typeId\": 2, }, { \"name\": \"Bar\", \"typeId\": 3, } ], \"typeParameters\": [2, 3] }, { \"metadataTypeId\": 2, \"type\": \"generic T\", }, { \"metadataTypeId\": 3, \"type\": \"generic U\", }, { \"metadataTypeId\": 4, \"type\": \"generic W\", }, { \"metadataTypeId\": 5, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"bam\", \"typeId\": 1, \"typeArguments\": [ { \"typeId\": 4, }, { \"typeId\": 4, } ] } ], \"typeParameters\": [4] } ], \"functions\": [ { \"inputs\": [ { \"name\": \"arg1\", \"concreteTypeId\": \"3ddd5c1768dd7869663dc2f868ea8a8ce68bd6064244dbc4286e2c921c8ce962\" } ], \"name\": \"complex_function\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": []\n}","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Generic Types","id":"94","title":"An Example with Generic Types"},"95":{"body":"Given the following contract: struct MyStruct { x: W,\n} abi MyContract { fn logging();\n} ... fn logging() { log(MyStruct { x: 42 }); log(MyStruct { x: true });\n} its JSON representation would look like: { \"concreteTypes\": [ { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"eca2a040ce95fc19b7cd5f75bac530d052484d0b1a49267a2eb07a7a1b00c389\", \"metadataTypeId\": 1, \"typeArguments\": [ \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\" ] }, { \"type\": \"struct MyStruct\", \"concreteTypeId\": \"b2fa346d9ca66ceca61951a27dba2977b2a82b8aa8600670604f286a1393dffe\", \"metadataTypeId\": 1, \"typeArguments\": [ \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\" ] }, { \"type\": \"bool\", \"concreteTypeId\": \"b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903\", }, { \"type\": \"u64\", \"concreteTypeId\": \"1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0\", }, { \"type\": \"()\", \"concreteTypeId\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\", } ], \"metadataTypes\": [ { \"metadataTypeId\": 1, \"type\": \"struct MyStruct\", \"components\": [ { \"name\": \"x\", \"typeId\": 2, \"typeArguments\": null } ], \"typeParameters\": [2] }, { \"metadataTypeId\": 2, \"type\": \"generic W\", }, ], \"functions\": [ { \"inputs\": [], \"name\": \"logging\", \"output\": \"2e38e77b22c314a449e91fafed92a43826ac6aa403ae6a8acb6cf58239fbaf5d\" } ], \"loggedTypes\": [ { \"logId\": \"12896678128313068780\", \"concreteTypeId\": \"b2fa346d9ca66ceca61951a27dba2977b2a82b8aa8600670604f286a1393dffe\" }, { \"logId\": \"16383228984366451899\", \"concreteTypeId\": \"eca2a040ce95fc19b7cd5f75bac530d052484d0b1a49267a2eb07a7a1b00c389\" } ]\n} The logIds are calculated from: First 8 bytes of sha256(\"struct MyStruct\") => \"12896678128313068780\" First 8 bytes of sha256(\"struct MyStruct\") => \"16383228984366451899\"","breadcrumbs":"Application Binary Interface (ABI) » JSON ABI Format » An Example with Logs","id":"95","title":"An Example with Logs"},"96":{"body":"Upon execution of ABI calls, i.e scripts being executed, a JSON object representing a list of receipts will be returned to the caller. Below is the JSON specification of the possible receipt types. The root will be receipts_root which will include an array of receipts. { \"receipts_list\":[ { \"type\":\"\", ... }, ... ]\n} All receipts will have a type property: type: String; the type of the receipt. Can be one of: Call Return ReturnData Panic Revert Log Mint Burn LogData Transfer TransferOut ScriptResult MessageOut Then, each receipt type will have its own properties. Some of these properties are related to the FuelVM's registers, as specified in more detail here . Important note: For the JSON representation of receipts, we represent 64-bit unsigned integers as a JSON String due to limitations around the type Number in the JSON specification, which only supports numbers up to 2^{53-1}, while the FuelVM's registers hold values up to 2^64.","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Receipts","id":"96","title":"Receipts"},"97":{"body":"type: Panic. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context. null otherwise. reason: Optional decimal string representation of an 8-bit unsigned integer; panic reason. Not included in canonical receipt form. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. contractId: Optional hexadecimal string representation of the 256-bit (32-byte) contract ID if applicable. null otherwise. Not included in canonical receipt form. Primary use is for access-list estimation by SDK. { \"type\": \"Panic\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"reason\": \"1\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\", \"contractId\": \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Panic Receipt","id":"97","title":"Panic Receipt"},"98":{"body":"type: Return. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context; null otherwise. val: Decimal string representation of a 64-bit unsigned integer; value of register $rA. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Return\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"val\": \"18446744073709551613\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Return Receipt","id":"98","title":"Return Receipt"},"99":{"body":"type: Call. id: Hexadecimal string representation of the 256-bit (32-byte) contract ID of the current context if in an internal context; null otherwise. to: Hexadecimal representation of the 256-bit (32-byte) contract ID of the callee. amount: Decimal string representation of a 64-bit unsigned integer; amount of coins to forward. asset_id: Hexadecimal string representation of the 256-bit (32-byte) asset ID of coins to forward. gas: Decimal string representation of a 64-bit unsigned integer; amount gas to forward; value in register $rD. param1: Hexadecimal string representation of a 64-bit unsigned integer; first parameter, holds the function selector. param2: Hexadecimal string representation of a 64-bit unsigned integer; second parameter, typically used for the user-specified input to the ABI function being selected. pc: Hexadecimal string representation of a 64-bit unsigned integer; value of register $pc. is: Hexadecimal string representation of a 64-bit unsigned integer; value of register $is. { \"type\": \"Call\", \"id\": \"0x39150017c9e38e5e280432d546fae345d6ce6d8fe4710162c2e3a95a6faff051\", \"to\": \"0x1c98ff5d121a6d5afc8135821acb3983e460ef0590919266d620bfc7b9b6f24d\", \"amount\": \"10000\", \"asset_id\": \"0xa5149ac6064222922eaa226526b0d853e7871e28c368f6afbcfd60a6ef8d6e61\", \"gas\": \"500\", \"param1\": \"0x28f5c28f5c28f5c\", \"param2\": \"0x68db8bac710cb\", \"pc\": \"0xffffffffffffffff\", \"is\": \"0xfffffffffffffffe\"\n}","breadcrumbs":"Application Binary Interface (ABI) » Receipts » Call Receipt","id":"99","title":"Call Receipt"}},"length":312,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.4142135623730951}}},"df":4,"docs":{"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":6,"docs":{"297":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"123":{"tf":2.0}}},"1":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":71,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"133":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":3.872983346207417},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"x":{"0":{"0":{"*":{"*":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":6,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0}}},"2":{"df":2,"docs":{"120":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"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":{}},"5":{"1":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"283":{"tf":1.0}}},"2":{"df":1,"docs":{"283":{"tf":1.0}}},"3":{"df":1,"docs":{"283":{"tf":1.0}}},"4":{"df":1,"docs":{"283":{"tf":1.0}}},"5":{"df":1,"docs":{"283":{"tf":1.0}}},"6":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":114,"docs":{"108":{"tf":1.0},"150":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":1,"docs":{"284":{"tf":1.0}}}},"1":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0}}},"2":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}},"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"150":{"tf":1.0}}},"6":{"df":1,"docs":{"150":{"tf":1.0}}},"7":{"df":1,"docs":{"150":{"tf":1.0}}},"8":{"df":1,"docs":{"150":{"tf":1.0}}},"9":{"df":1,"docs":{"150":{"tf":1.0}}},"a":{"df":1,"docs":{"150":{"tf":1.0}}},"b":{"df":1,"docs":{"150":{"tf":1.0}}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"b":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"6":{"0":{"4":{"2":{"2":{"d":{"b":{"2":{"4":{"3":{"c":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"6":{"d":{"3":{"4":{"2":{"9":{"4":{"9":{"d":{"a":{"3":{"c":{"6":{"4":{"a":{"3":{"c":{"6":{"a":{"c":{"5":{"6":{"4":{"9":{"4":{"1":{"df":0,"docs":{},"f":{"8":{"4":{"b":{"6":{"df":0,"docs":{},"f":{"0":{"6":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"f":{"df":1,"docs":{"150":{"tf":1.0}}}},"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{".":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"7":{"df":0,"docs":{},"f":{"2":{"9":{"a":{"b":{"c":{"c":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}},"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":{"9":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"d":{"1":{"2":{"1":{"a":{"6":{"d":{"5":{"a":{"df":0,"docs":{},"f":{"c":{"8":{"1":{"3":{"5":{"8":{"2":{"1":{"a":{"c":{"b":{"3":{"9":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"6":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"5":{"9":{"0":{"9":{"1":{"9":{"2":{"6":{"6":{"d":{"6":{"2":{"0":{"b":{"df":0,"docs":{},"f":{"c":{"7":{"b":{"9":{"b":{"6":{"df":0,"docs":{},"f":{"2":{"4":{"d":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{".":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"284":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{".":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"0":{"1":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"6":{"c":{"6":{"c":{"6":{"df":0,"docs":{},"f":{"2":{"c":{"2":{"0":{"5":{"7":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"6":{"c":{"6":{"4":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"d":{"b":{"8":{"b":{"a":{"c":{"7":{"1":{"0":{"c":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"5":{"1":{"4":{"9":{"a":{"c":{"6":{"0":{"6":{"4":{"2":{"2":{"2":{"9":{"2":{"2":{"df":0,"docs":{},"e":{"a":{"a":{"2":{"2":{"6":{"5":{"2":{"6":{"b":{"0":{"d":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"7":{"8":{"7":{"1":{"df":0,"docs":{},"e":{"2":{"8":{"c":{"3":{"6":{"8":{"df":0,"docs":{},"f":{"6":{"a":{"df":0,"docs":{},"f":{"b":{"c":{"df":0,"docs":{},"f":{"d":{"6":{"0":{"a":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"6":{"df":0,"docs":{},"e":{"6":{"1":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"c":{"5":{"a":{"c":{"4":{"7":{"1":{"b":{"4":{"7":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"9":{"8":{"7":{"a":{"d":{"a":{"4":{"3":{"9":{"df":0,"docs":{},"f":{"c":{"0":{"8":{"5":{"c":{"df":0,"docs":{},"f":{"a":{"3":{"c":{"4":{"9":{"4":{"1":{"6":{"c":{"df":0,"docs":{},"f":{"2":{"b":{"5":{"0":{"4":{"a":{"c":{"5":{"0":{"1":{"5":{"1":{"df":0,"docs":{},"e":{"3":{"c":{"2":{"3":{"3":{"5":{"d":{"6":{"0":{"5":{"9":{"5":{"c":{"b":{"9":{"0":{"7":{"4":{"5":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"8":{"b":{"7":{"8":{"8":{"9":{"4":{"df":0,"docs":{},"e":{"4":{"9":{"3":{"c":{"9":{"8":{"a":{"1":{"9":{"6":{"a":{"a":{"5":{"1":{"b":{"4":{"3":{"2":{"b":{"6":{"7":{"4":{"df":0,"docs":{},"e":{"4":{"8":{"1":{"3":{"2":{"5":{"3":{"2":{"5":{"7":{"df":0,"docs":{},"e":{"d":{"9":{"3":{"3":{"1":{"0":{"5":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"d":{"6":{"8":{"1":{"3":{"b":{"3":{"a":{"a":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0}},"e":{"3":{"b":{"0":{"c":{"4":{"4":{"2":{"9":{"8":{"df":0,"docs":{},"f":{"c":{"1":{"c":{"1":{"4":{"9":{"a":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"f":{"4":{"c":{"8":{"9":{"9":{"6":{"df":0,"docs":{},"f":{"b":{"9":{"2":{"4":{"2":{"7":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"df":0,"docs":{},"e":{"4":{"6":{"4":{"9":{"b":{"9":{"3":{"4":{"c":{"a":{"4":{"9":{"5":{"9":{"9":{"1":{"b":{"7":{"8":{"5":{"2":{"b":{"8":{"5":{"5":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}}},"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":{"81":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{".":{"1":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"292":{"tf":1.0},"299":{"tf":1.4142135623730951}}},"8":{"df":0,"docs":{},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"292":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"1":{"df":1,"docs":{"8":{"tf":1.0}}},"2":{"8":{"9":{"6":{"6":{"7":{"8":{"1":{"2":{"8":{"3":{"1":{"3":{"0":{"6":{"8":{"7":{"8":{"0":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":2.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}},"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}},"5":{".":{".":{"2":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"df":0,"docs":{},"e":{"6":{"df":0,"docs":{},"f":{"4":{"4":{"c":{"1":{"d":{"6":{"2":{"9":{"1":{"c":{"d":{"df":0,"docs":{},"f":{"4":{"6":{"3":{"9":{"5":{"a":{"8":{"df":0,"docs":{},"e":{"5":{"7":{"3":{"2":{"7":{"6":{"a":{"4":{"df":0,"docs":{},"f":{"a":{"7":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"c":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"c":{"8":{"9":{"1":{"df":0,"docs":{},"e":{"0":{"9":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"2":{"d":{"1":{"b":{"0":{"a":{"0":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{".":{"4":{"0":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"3":{"2":{"2":{"8":{"9":{"8":{"4":{"3":{"6":{"6":{"4":{"5":{"1":{"8":{"9":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"150":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":2.0},"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"8":{"0":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"4":{"4":{"6":{"7":{"4":{"4":{"0":{"7":{"3":{"7":{"0":{"9":{"5":{"5":{"1":{"6":{"1":{"3":{"df":3,"docs":{"101":{"tf":1.0},"102":{"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":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"1":{"df":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"2":{"df":2,"docs":{"100":{"tf":1.0},"105":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.0},"163":{"tf":1.0}}},"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":72,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":2.0},"251":{"tf":1.0},"256":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"292":{"tf":2.0},"294":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"*":{"*":{"2":{"6":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"2":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"/":{"0":{"7":{"/":{"1":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"266":{"tf":1.4142135623730951}}},"5":{".":{".":{"3":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"162":{"tf":3.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"^":{"6":{"4":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"5":{"3":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"120":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.7320508075688772},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.0},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"311":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"e":{"3":{"8":{"df":0,"docs":{},"e":{"7":{"7":{"b":{"2":{"2":{"c":{"3":{"1":{"4":{"a":{"4":{"4":{"9":{"df":0,"docs":{},"e":{"9":{"1":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"d":{"9":{"2":{"a":{"4":{"3":{"8":{"2":{"6":{"a":{"c":{"6":{"a":{"a":{"4":{"0":{"3":{"a":{"df":0,"docs":{},"e":{"6":{"a":{"8":{"a":{"c":{"b":{"6":{"c":{"df":0,"docs":{},"f":{"5":{"8":{"2":{"3":{"9":{"df":0,"docs":{},"f":{"b":{"a":{"df":0,"docs":{},"f":{"5":{"d":{"df":4,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"2":{"]":{")":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"]":{"[":{"0":{"df":2,"docs":{"264":{"tf":1.0},"266":{"tf":1.0}}},"8":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":2.23606797749979},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"247":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"250":{"tf":3.0},"251":{"tf":3.7416573867739413},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":2.8284271247461903},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"262":{"tf":3.0},"263":{"tf":2.23606797749979},"264":{"tf":1.0},"265":{"tf":2.8284271247461903},"266":{"tf":1.4142135623730951},"267":{"tf":2.6457513110645907},"269":{"tf":3.605551275463989},"270":{"tf":3.4641016151377544},"272":{"tf":2.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"7":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"8":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"9":{"2":{"d":{"5":{"8":{"c":{"6":{"9":{"4":{"d":{"2":{"d":{"9":{"1":{"df":0,"docs":{},"f":{"3":{"0":{"2":{"5":{"df":0,"docs":{},"f":{"2":{"b":{"c":{"c":{"df":0,"docs":{},"f":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"f":{"2":{"a":{"1":{"0":{"5":{"9":{"3":{"6":{"df":0,"docs":{},"f":{"5":{"d":{"a":{"8":{"8":{"1":{"b":{"0":{"8":{"9":{"9":{"1":{"8":{"5":{"d":{"4":{"9":{"df":0,"docs":{},"f":{"2":{"6":{"4":{"5":{"2":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"d":{"d":{"5":{"c":{"1":{"7":{"6":{"8":{"d":{"d":{"7":{"8":{"6":{"9":{"6":{"6":{"3":{"d":{"c":{"2":{"df":0,"docs":{},"f":{"8":{"6":{"8":{"df":0,"docs":{},"e":{"a":{"8":{"a":{"8":{"c":{"df":0,"docs":{},"e":{"6":{"8":{"b":{"d":{"6":{"0":{"6":{"4":{"2":{"4":{"4":{"d":{"b":{"c":{"4":{"2":{"8":{"6":{"df":0,"docs":{},"e":{"2":{"c":{"9":{"2":{"1":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"9":{"6":{"2":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{".":{"1":{".":{"3":{"df":1,"docs":{"68":{"tf":1.0}}},"6":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"6":{"4":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"95":{"tf":1.0}}},";":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":7,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":42,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"291":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"c":{"3":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"6":{"9":{"df":0,"docs":{},"e":{"2":{"8":{"1":{"a":{"6":{"2":{"2":{"2":{"8":{"1":{"a":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"0":{"5":{"5":{"df":0,"docs":{},"f":{"8":{"0":{"9":{"8":{"c":{"4":{"0":{"b":{"c":{"5":{"6":{"6":{"1":{"1":{"8":{"c":{"b":{"b":{"4":{"8":{"c":{"a":{"5":{"df":0,"docs":{},"f":{"d":{"2":{"8":{"b":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"171":{"tf":1.0},"191":{"tf":1.0}}},"df":11,"docs":{"122":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"292":{"tf":1.4142135623730951},"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"6":{"1":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"2":{"5":{"5":{"3":{"1":{"5":{"4":{"2":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"8":{"3":{"4":{"d":{"d":{"1":{"2":{"7":{"df":0,"docs":{},"e":{"7":{"7":{"1":{"1":{"0":{"1":{"a":{"c":{"1":{"0":{"1":{"4":{"1":{"1":{"1":{"7":{"1":{"8":{"4":{"5":{"1":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"9":{"9":{"6":{"d":{"9":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"0":{"c":{"6":{"6":{"a":{"5":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"240":{"tf":1.0},"242":{"tf":1.0}}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"83":{"tf":1.0}}}}},"df":28,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"275":{"tf":2.8284271247461903},"276":{"tf":2.8284271247461903},"277":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"4":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"6":{"5":{"6":{"c":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"7":{"9":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"7":{"c":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"a":{"c":{"d":{"1":{"2":{"8":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"b":{"5":{"df":0,"docs":{},"f":{"0":{"b":{"df":0,"docs":{},"f":{"2":{"b":{"d":{"df":0,"docs":{},"e":{"a":{"5":{"3":{"3":{"a":{"5":{"1":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"c":{"9":{"a":{"a":{"b":{"df":0,"docs":{},"e":{"9":{"2":{"3":{"6":{"d":{"3":{"3":{"5":{"9":{"8":{"9":{"df":0,"docs":{},"f":{"3":{"b":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"311":{"tf":1.4142135623730951},"69":{"tf":1.0},"8":{"tf":1.0}},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"*":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"6":{"df":0,"docs":{},"e":{"9":{"8":{"2":{"7":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"4":{"7":{"2":{"1":{"d":{"b":{"6":{"8":{"b":{"4":{"c":{"0":{"b":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"5":{"2":{"b":{"8":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"2":{"c":{"5":{"b":{"d":{"7":{"8":{"1":{"1":{"c":{"0":{"7":{"a":{"4":{"1":{"c":{"df":0,"docs":{},"e":{"d":{"8":{"8":{"2":{"c":{"7":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.0},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":2.0},"245":{"tf":2.449489742783178},"251":{"tf":2.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"9":{"df":2,"docs":{"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"_":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":2.0}}},"a":{"[":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{";":{"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":23,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"135":{"tf":1.0},"137":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.6457513110645907},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.8284271247461903},"77":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"53":{"tf":3.4641016151377544}},"i":{"df":2,"docs":{"162":{"tf":1.0},"169":{"tf":1.4142135623730951}},"t":{"df":14,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"164":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"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":{}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"13":{"tf":1.0},"150":{"tf":2.449489742783178},"166":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":5.385164807134504},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"111":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"159":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"300":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"291":{"tf":1.0},"72":{"tf":1.0}}}}}}},"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":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"291":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":15,"docs":{"110":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"228":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"132":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":2,"docs":{"162":{"tf":1.0},"228":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":4,"docs":{"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"43":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":2.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"1":{"tf":1.0},"287":{"tf":1.4142135623730951},"57":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"df":3,"docs":{"57":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"305":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"g":{"1":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"112":{"tf":1.0}}},"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"111":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"198":{"tf":1.0},"281":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.8284271247461903},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"56":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.449489742783178},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":3.872983346207417},"89":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":34,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":2.23606797749979},"259":{"tf":2.23606797749979},"26":{"tf":1.0},"262":{"tf":2.0},"269":{"tf":2.23606797749979},"270":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":2.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"53":{"tf":4.69041575982343},"56":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"291":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"83":{"tf":2.23606797749979},"84":{"tf":2.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"287":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951}}}}},"o":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"251":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"301":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":17,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"c":{")":{"%":{"d":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"+":{"c":{")":{"%":{"d":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"3":{"4":{"6":{"d":{"9":{"c":{"a":{"6":{"6":{"c":{"df":0,"docs":{},"e":{"c":{"a":{"6":{"1":{"9":{"5":{"1":{"a":{"2":{"7":{"d":{"b":{"a":{"2":{"9":{"7":{"7":{"b":{"2":{"a":{"8":{"2":{"b":{"8":{"a":{"a":{"8":{"6":{"0":{"0":{"6":{"7":{"0":{"6":{"0":{"4":{"df":0,"docs":{},"f":{"2":{"8":{"6":{"a":{"1":{"3":{"9":{"3":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"0":{"df":0,"docs":{},"f":{"4":{"4":{"df":0,"docs":{},"f":{"a":{"5":{"9":{"6":{"5":{"c":{"2":{"4":{"7":{"4":{"a":{"3":{"b":{"4":{"7":{"1":{"4":{"6":{"7":{"a":{"2":{"2":{"c":{"4":{"3":{"1":{"8":{"5":{"1":{"5":{"2":{"1":{"2":{"9":{"2":{"9":{"5":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"8":{"b":{"0":{"2":{"2":{"a":{"df":0,"docs":{},"e":{"5":{"0":{"b":{"5":{"0":{"9":{"0":{"3":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"1":{"6":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"(":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"3":{"2":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"(":{"b":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"162":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":19,"docs":{"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":2.6457513110645907},"270":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0}}},"m":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"u":{"6":{"4":{"df":1,"docs":{"82":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":3,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"291":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":23,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":3.0},"57":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544},"9":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":18,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"260":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"154":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"96":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"310":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"248":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"249":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"m":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"150":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":50,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.449489742783178},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"115":{"tf":2.8284271247461903},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":2.449489742783178},"162":{"tf":3.7416573867739413},"163":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"200":{"tf":2.6457513110645907},"201":{"tf":2.0},"202":{"tf":2.23606797749979},"203":{"tf":1.7320508075688772},"204":{"tf":2.23606797749979},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"d":{"d":{"df":2,"docs":{"162":{"tf":1.0},"273":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"13":{"tf":2.23606797749979},"162":{"tf":2.0},"256":{"tf":2.0},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"7":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"73":{"tf":2.6457513110645907},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":3.0},"162":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"252":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":2.0},"34":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.0},"61":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":3.1622776601683795},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":13,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":2.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"256":{"tf":1.0}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"291":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"272":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"250":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":36,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"25":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":2.23606797749979},"269":{"tf":2.0},"270":{"tf":2.0},"28":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"]":{"[":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":3.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":106,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":2.0},"244":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"3":{"2":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"[":{"3":{"2":{"df":2,"docs":{"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":49,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":2.23606797749979},"158":{"tf":3.605551275463989},"160":{"tf":2.0},"162":{"tf":2.6457513110645907},"166":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"246":{"tf":1.0},"251":{"tf":3.4641016151377544},"256":{"tf":1.0},"260":{"tf":2.0},"281":{"tf":2.0},"283":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"283":{"tf":1.0}}},"df":4,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"44":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"123":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"291":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"253":{"tf":1.4142135623730951}}}},"df":10,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}}}},"f":{"df":2,"docs":{"162":{"tf":1.0},"231":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"162":{"tf":1.0},"229":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"230":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"226":{"tf":2.0},"251":{"tf":1.4142135623730951},"260":{"tf":2.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"283":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"256":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":37,"docs":{"160":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":53,"docs":{"162":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":2.23606797749979},"254":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"256":{"tf":2.449489742783178},"291":{"tf":1.0},"53":{"tf":1.4142135623730951},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":2,"docs":{"158":{"tf":1.0},"256":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"252":{"tf":1.7320508075688772},"61":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"df":25,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"57":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"287":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"134":{"tf":1.0},"291":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":8,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"239":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"146":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"291":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"285":{"tf":1.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"s":{"df":2,"docs":{"111":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"1":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"254":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"256":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"291":{"tf":1.4142135623730951},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"83":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"93":{"tf":3.0},"94":{"tf":2.0},"95":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"287":{"tf":2.23606797749979},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"266":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"157":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"226":{"tf":3.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":3.0},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"283":{"tf":2.23606797749979},"57":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"11":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"149":{"tf":1.0},"256":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"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":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":67,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"164":{"tf":1.0},"166":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":3.1622776601683795},"252":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":3.0},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"283":{"tf":1.0}}},"t":{"df":1,"docs":{"281":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"256":{"tf":1.0},"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"291":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"df":3,"docs":{"156":{"tf":1.0},"53":{"tf":4.358898943540674},"57":{"tf":3.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"198":{"tf":1.4142135623730951},"284":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"52":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"254":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951}}}}},"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":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.0},"274":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":3,"docs":{"62":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"255":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":40,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"150":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.4142135623730951},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}},"e":{"2":{"5":{"5":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"a":{"df":58,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"134":{"tf":2.0},"14":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":2.449489742783178},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"273":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":3.0},"303":{"tf":1.7320508075688772},"304":{"tf":2.0},"305":{"tf":2.449489742783178},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":15,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":3.3166247903554},"83":{"tf":4.358898943540674},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"281":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":3.4641016151377544}}}}}},"df":3,"docs":{"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"115":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"2":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"292":{"tf":2.6457513110645907},"293":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":2.0},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":2.449489742783178},"311":{"tf":1.7320508075688772}}}},"t":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":23,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"262":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":172,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"15":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"291":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"291":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"301":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"172":{"tf":1.4142135623730951}},"i":{"d":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951}},"s":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":2.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"9":{"1":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":41,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":3.7416573867739413},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"c":{"a":{"2":{"a":{"0":{"4":{"0":{"c":{"df":0,"docs":{},"e":{"9":{"5":{"df":0,"docs":{},"f":{"c":{"1":{"9":{"b":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"7":{"5":{"b":{"a":{"c":{"5":{"3":{"0":{"d":{"0":{"5":{"2":{"4":{"8":{"4":{"d":{"0":{"b":{"1":{"a":{"4":{"9":{"2":{"6":{"7":{"a":{"2":{"df":0,"docs":{},"e":{"b":{"0":{"7":{"a":{"7":{"a":{"1":{"b":{"0":{"0":{"c":{"3":{"8":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":2,"docs":{"162":{"tf":1.0},"281":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":3,"docs":{"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"69":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":4,"docs":{"162":{"tf":1.0},"277":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"166":{"tf":2.23606797749979},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"49":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"153":{"tf":1.4142135623730951},"292":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":2.6457513110645907},"305":{"tf":2.6457513110645907},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"8":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"125":{"tf":1.0}}},"2":{")":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":142,"docs":{"110":{"tf":1.0},"111":{"tf":3.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":3.0},"121":{"tf":2.449489742783178},"122":{"tf":3.1622776601683795},"123":{"tf":2.449489742783178},"124":{"tf":2.6457513110645907},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"163":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":1,"docs":{"131":{"tf":1.0}}},"b":{"df":1,"docs":{"131":{"tf":1.0}}},"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"158":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"164":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.0},"133":{"tf":2.0},"14":{"tf":1.0},"143":{"tf":3.0},"146":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"q":{"df":3,"docs":{"162":{"tf":1.0},"174":{"tf":1.4142135623730951},"198":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"162":{"tf":2.449489742783178},"174":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"272":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"291":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":53,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"281":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"162":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":2.449489742783178},"77":{"tf":1.0},"78":{"tf":2.6457513110645907}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":2.449489742783178},"85":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":37,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"250":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"292":{"tf":1.0},"309":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":3,"docs":{"108":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"162":{"tf":1.0},"176":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"283":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"283":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"155":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":2.0}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":3.0},"57":{"tf":4.242640687119285},"61":{"tf":2.0}}},"w":{"df":1,"docs":{"166":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"122":{"tf":2.0}}},"2":{"df":1,"docs":{"122":{"tf":2.0}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}},"l":{"df":4,"docs":{"251":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"155":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":4,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0}}}},"x":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"284":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"251":{"tf":1.0},"282":{"tf":2.449489742783178}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.0}}}}},"n":{"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":3.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":40,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"226":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"o":{"(":{"a":{"df":5,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"82":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"1":{"tf":2.23606797749979},"150":{"tf":1.0},"268":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951}}}},"df":4,"docs":{"291":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"198":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":3.0},"260":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":15,"docs":{"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.449489742783178}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"df":14,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":2.23606797749979},"256":{"tf":1.0},"260":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":18,"docs":{"0":{"tf":2.0},"1":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"248":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"121":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":11,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.7320508075688772},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"11":{"tf":2.0},"110":{"tf":2.449489742783178},"111":{"tf":2.0},"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"281":{"tf":2.0},"291":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"84":{"tf":2.23606797749979},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"262":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0}}}}}}},"g":{"a":{"df":23,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":2.6457513110645907},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":4.58257569495584},"56":{"tf":1.0},"57":{"tf":3.7416573867739413},"6":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":2.0},"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"145":{"tf":2.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"g":{"a":{"df":7,"docs":{"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"226":{"tf":1.0},"260":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}},"n":{"df":21,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"283":{"tf":1.4142135623730951}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":2,"docs":{"68":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":1,"docs":{"48":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"177":{"tf":1.4142135623730951},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}},"f":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"284":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"291":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"(":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"1":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"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":{"(":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"t":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"261":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}},"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.7320508075688772},"25":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":3.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"164":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"249":{"tf":1.4142135623730951},"287":{"tf":2.6457513110645907},"46":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":7,"docs":{"124":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":11,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"268":{"tf":2.0},"287":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"115":{"tf":1.0},"122":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":14,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"116":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"13":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"p":{"df":13,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":29,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.7320508075688772},"266":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"d":{"df":72,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"136":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"247":{"tf":2.23606797749979},"25":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":3.4641016151377544},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":3.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":3.4641016151377544},"270":{"tf":2.6457513110645907},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"7":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":4.358898943540674},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"115":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"284":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":44,"docs":{"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"230":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.0},"234":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":3.1622776601683795},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.23606797749979},"256":{"tf":3.605551275463989},"283":{"tf":2.6457513110645907},"284":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"i":{"df":36,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":4.47213595499958},"163":{"tf":2.449489742783178},"169":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"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":4,"docs":{"132":{"tf":2.23606797749979},"133":{"tf":1.7320508075688772},"288":{"tf":1.0},"291":{"tf":2.6457513110645907}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"251":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"256":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"163":{"tf":2.0},"26":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"50":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"1":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"df":2,"docs":{"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":2,"docs":{"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"198":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"67":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":2.23606797749979},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":2.23606797749979},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"7":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"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":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951}}}}}},"2":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":55,"docs":{"11":{"tf":2.8284271247461903},"12":{"tf":2.449489742783178},"13":{"tf":2.6457513110645907},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.23606797749979},"301":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":3.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"122":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":43,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.8284271247461903},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"166":{"tf":2.8284271247461903},"167":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.4142135623730951},"24":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"53":{"tf":4.47213595499958},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":38,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"124":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":3.7416573867739413},"163":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"158":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"292":{"tf":1.0},"310":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":25,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"163":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"a":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.0},"53":{"tf":3.7416573867739413},"57":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"155":{"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},"29":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"310":{"tf":1.0}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"200":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"157":{"tf":1.0},"264":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"129":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"m":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"162":{"tf":1.0},"220":{"tf":1.4142135623730951}}},"df":2,"docs":{"162":{"tf":1.0},"215":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"162":{"tf":1.0},"221":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"162":{"tf":1.0},"224":{"tf":1.4142135623730951}}},"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.4142135623730951}},"f":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"z":{"b":{"df":2,"docs":{"162":{"tf":1.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"162":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"70":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.872983346207417},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":13,"docs":{"11":{"tf":1.0},"162":{"tf":3.3166247903554},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"219":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951}}}}}},"k":{"2":{"5":{"6":{"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"67":{"tf":1.4142135623730951}},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"2":{"5":{"6":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"y":{"df":32,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":2.23606797749979},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.6457513110645907},"309":{"tf":2.23606797749979},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"38":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"l":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"1":{"df":7,"docs":{"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"207":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"158":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"233":{"tf":1.4142135623730951}}},"d":{"c":{"df":4,"docs":{"155":{"tf":1.0},"162":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"'":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":22,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.449489742783178},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.7320508075688772},"307":{"tf":2.23606797749979},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":3.4641016151377544},"67":{"tf":3.7416573867739413}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.449489742783178}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"162":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"200":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":24,"docs":{"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":2.0},"262":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"198":{"tf":1.0},"202":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"291":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"165":{"tf":1.0},"57":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"11":{"tf":2.0},"111":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.0},"164":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"162":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"2":{"(":{"0":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"198":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}},"d":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"136":{"tf":1.0},"162":{"tf":1.0},"258":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"d":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"291":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.4142135623730951},"241":{"tf":1.0},"243":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.4142135623730951},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"z":{"c":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"198":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"155":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"283":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"155":{"tf":1.0},"256":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"162":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772}}}}},"x":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":3,"docs":{"57":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"*":{"(":{"3":{"2":{"+":{"8":{"df":1,"docs":{"153":{"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":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"6":{"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"9":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"6":{"tf":3.605551275463989},"67":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"235":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"236":{"tf":1.4142135623730951}}}},"p":{"df":2,"docs":{"162":{"tf":1.0},"237":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"116":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"r":{"a":{"df":36,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}},"b":{",":{"1":{"6":{"]":{";":{"c":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"df":3,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"109":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0}}},"c":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"258":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"d":{"df":1,"docs":{"270":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"270":{"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":{},"v":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":61,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":5.477225575051661},"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"q":{"df":2,"docs":{"162":{"tf":1.0},"239":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":23,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"150":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"254":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.23606797749979},"67":{"tf":3.7416573867739413},"72":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":26,"docs":{"109":{"tf":1.7320508075688772},"149":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":3.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"44":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":2.449489742783178},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"149":{"tf":1.0},"262":{"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":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"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":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":7,"docs":{"126":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"283":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"86":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":2.449489742783178},"95":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"198":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"b":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":2.0}}}},"g":{"a":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"10":{"tf":2.23606797749979},"101":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"259":{"tf":2.0},"53":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"250":{"tf":1.0}}}},"s":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"187":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":6,"docs":{"155":{"tf":1.4142135623730951},"198":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"181":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":7,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"162":{"tf":2.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":6,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"u":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"155":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"85":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"56":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"184":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"186":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":10,"docs":{"162":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":1,"docs":{"69":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}},"u":{"6":{"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}},"w":{"df":1,"docs":{"94":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"[":{"b":{"2":{"5":{"6":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"2":{"5":{"6":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"145":{"tf":1.0}}},"u":{"6":{"4":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"144":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":2.6457513110645907}},"e":{":":{":":{"df":0,"docs":{},"x":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"z":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":72,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"93":{"tf":3.7416573867739413},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"129":{"tf":1.0},"291":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"198":{"tf":1.0}},"e":{"d":{"df":11,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"158":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"3":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"187":{"tf":1.0},"84":{"tf":1.0}}}}},"w":{"df":9,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"259":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":2.0}}}},"df":3,"docs":{"12":{"tf":1.4142135623730951},"66":{"tf":4.0},"67":{"tf":4.47213595499958}}}},"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":13,"docs":{"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"292":{"tf":1.0},"309":{"tf":1.0},"40":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":2,"docs":{"263":{"tf":1.0},"84":{"tf":1.4142135623730951}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"188":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":136,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"w":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.0},"12":{"tf":2.6457513110645907},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":2.0},"70":{"tf":1.0},"83":{"tf":3.4641016151377544},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"d":{"d":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"200":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":125,"docs":{"150":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.6457513110645907},"201":{"tf":2.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"293":{"tf":1.0},"310":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"143":{"tf":1.0},"18":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"153":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"9":{"tf":1.0}}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"191":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"301":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"262":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"(":{"df":3,"docs":{"251":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"284":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"261":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":60,"docs":{"11":{"tf":2.449489742783178},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"270":{"tf":2.0},"284":{"tf":1.0},"291":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":2.23606797749979},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"9":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"270":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"287":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":64,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"301":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":30,"docs":{"147":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"d":{"df":19,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.0},"163":{"tf":1.7320508075688772}}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":115,"docs":{"151":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"1":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":2.23606797749979},"91":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"283":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":7,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":36,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":39,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":8,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":38,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"k":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"259":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"a":{"df":3,"docs":{"285":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"150":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":2.0},"150":{"tf":2.449489742783178},"250":{"tf":1.0},"259":{"tf":1.0},"52":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"11":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":2.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.0},"284":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"162":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772}},"h":{"df":3,"docs":{"162":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.0}}},"l":{"df":2,"docs":{"162":{"tf":1.0},"243":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"281":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"49":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"155":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":2.0},"55":{"tf":1.0}}}}}}}}}}},"df":26,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.4641016151377544},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":3.1622776601683795},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"291":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"309":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":4,"docs":{"12":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":1,"docs":{"122":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"53":{"tf":2.0},"57":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"291":{"tf":1.7320508075688772},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":2.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"11":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":4,"docs":{"12":{"tf":2.0},"3":{"tf":1.4142135623730951},"66":{"tf":3.0},"67":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"70":{"tf":1.0},"83":{"tf":3.3166247903554},"96":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"285":{"tf":1.0},"46":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"d":{"df":9,"docs":{"148":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":20,"docs":{"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"162":{"tf":1.0},"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"291":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"251":{"tf":1.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"a":{"df":110,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":2.0},"172":{"tf":2.23606797749979},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"175":{"tf":2.23606797749979},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"179":{"tf":2.449489742783178},"180":{"tf":2.23606797749979},"181":{"tf":2.23606797749979},"182":{"tf":2.0},"183":{"tf":2.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"213":{"tf":2.0},"215":{"tf":2.0},"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":2.23606797749979},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"226":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"229":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"244":{"tf":2.0},"245":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"250":{"tf":2.449489742783178},"251":{"tf":2.0},"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"260":{"tf":2.23606797749979},"261":{"tf":2.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":2.0},"269":{"tf":2.0},"270":{"tf":2.0},"272":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"281":{"tf":2.23606797749979},"282":{"tf":2.0},"283":{"tf":2.449489742783178},"284":{"tf":2.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"284":{"tf":1.0}}}},"b":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":4,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"7":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":94,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":2.0},"247":{"tf":2.0},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":3.1622776601683795},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":2.0},"257":{"tf":2.0},"258":{"tf":2.0},"259":{"tf":2.6457513110645907},"260":{"tf":3.0},"262":{"tf":1.7320508075688772},"263":{"tf":2.0},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":2.0},"267":{"tf":2.0},"268":{"tf":2.0},"269":{"tf":3.1622776601683795},"270":{"tf":2.23606797749979},"272":{"tf":2.0},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.0},"279":{"tf":2.0},"281":{"tf":1.7320508075688772},"284":{"tf":2.0},"83":{"tf":1.0}}},"c":{";":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"109":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"172":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.23606797749979},"180":{"tf":2.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"217":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"237":{"tf":3.0},"239":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":2.0},"253":{"tf":2.0},"256":{"tf":3.3166247903554},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"262":{"tf":2.8284271247461903},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"270":{"tf":3.1622776601683795},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"184":{"tf":1.0}}}}},"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"251":{"tf":2.0},"253":{"tf":2.8284271247461903},"257":{"tf":2.0},"258":{"tf":2.6457513110645907},"262":{"tf":3.0},"265":{"tf":2.6457513110645907},"267":{"tf":2.23606797749979},"270":{"tf":2.0},"273":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"281":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"166":{"tf":2.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"49":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"277":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"226":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"96":{"tf":2.8284271247461903},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"257":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"226":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"df":5,"docs":{"150":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"166":{"tf":1.0},"26":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"291":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":86,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"150":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":2.23606797749979},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":2.6457513110645907},"242":{"tf":2.6457513110645907},"243":{"tf":2.6457513110645907},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"255":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}}}},"y":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"46":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"162":{"tf":2.449489742783178},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.0}}},"df":13,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"300":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"150":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"284":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":59,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"155":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}},"t":{"d":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.4142135623730951}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":2.0},"260":{"tf":1.4142135623730951}},"l":{"df":3,"docs":{"150":{"tf":1.0},"226":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"104":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":35,"docs":{"15":{"tf":1.0},"150":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":2.449489742783178},"24":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":2.449489742783178},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":4.47213595499958},"54":{"tf":2.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"7":{"tf":1.0}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"105":{"tf":1.7320508075688772},"156":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":2.0},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"c":{"df":3,"docs":{"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":3.0},"145":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":2.449489742783178},"292":{"tf":1.4142135623730951},"293":{"tf":2.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.8284271247461903},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":2.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"67":{"tf":3.4641016151377544},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"198":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"67":{"tf":2.0},"73":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":4,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.4142135623730951}}}}}},"s":{"2":{"5":{"6":{"df":4,"docs":{"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.4142135623730951},"150":{"tf":1.0},"261":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}}}}},"b":{"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"244":{"tf":1.4142135623730951}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"291":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.0},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"96":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":1.7320508075688772},"26":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"263":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"97":{"tf":1.0}}}},"df":12,"docs":{"132":{"tf":1.0},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"c":{"df":1,"docs":{"68":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"120":{"tf":1.0},"132":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"2":{"5":{"1":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"k":{"1":{".":{"df":0,"docs":{},"n":{"/":{"/":{"2":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":2,"docs":{"275":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"287":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":2,"docs":{"153":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"11":{"tf":1.0},"126":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"d":{"df":8,"docs":{"162":{"tf":1.0},"166":{"tf":1.0},"262":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":7,"docs":{"26":{"tf":1.0},"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"56":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"_":{"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":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0}}}},"t":{"df":88,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"162":{"tf":2.449489742783178},"167":{"tf":2.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":2.449489742783178},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.7320508075688772},"284":{"tf":1.4142135623730951},"29":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":2.0},"7":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"0":{"df":0,"docs":{},"x":{"4":{"6":{"5":{"5":{"4":{"5":{"4":{"c":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{"[":{"0":{":":{"3":{"2":{"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":{}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"1":{"0":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"111":{"tf":1.0},"136":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"200":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"200":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":2.0},"67":{"tf":2.6457513110645907}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"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":35,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"125":{"tf":1.0},"162":{"tf":1.4142135623730951},"275":{"tf":2.23606797749979},"276":{"tf":2.23606797749979},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"57":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.7320508075688772}}}}}},"df":13,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"159":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"67":{"tf":1.0}},"f":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"163":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"x":{"df":4,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"153":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":24,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"162":{"tf":1.0},"192":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"193":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"263":{"tf":1.7320508075688772},"264":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":3,"docs":{"162":{"tf":1.0},"262":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"306":{"tf":1.0}}},"1":{"df":1,"docs":{"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"308":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":9,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}},"1":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}},"2":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"29":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":13,"docs":{"150":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.0},"292":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":3.1622776601683795},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":15,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":2.0},"231":{"tf":2.0},"232":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0}},"e":{"c":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"156":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":12,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.0},"291":{"tf":3.4641016151377544},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"156":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"194":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"195":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"264":{"tf":1.4142135623730951}},"q":{"df":2,"docs":{"162":{"tf":1.0},"265":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"p":{"df":10,"docs":{"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":2.23606797749979}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"150":{"tf":2.0},"153":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"263":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0}}},"c":{"df":2,"docs":{"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":31,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":2.23606797749979},"164":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"29":{"tf":2.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"124":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"[":{"1":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"2":{"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":1,"docs":{"125":{"tf":1.0}}},"5":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":29,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"111":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":2.6457513110645907},"122":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"132":{"tf":2.23606797749979},"144":{"tf":3.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"7":{"tf":1.0},"82":{"tf":3.0},"87":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"162":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":3.7416573867739413},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"150":{"tf":1.0},"162":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"200":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"_":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"(":{"0":{"df":0,"docs":{},"u":{"3":{"2":{"df":10,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"0":{"2":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"3":{"2":{"df":4,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"307":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"n":{"df":1,"docs":{"291":{"tf":1.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.0},"123":{"tf":2.0},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"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":{"291":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"291":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"120":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"245":{"tf":1.4142135623730951}},"w":{"df":2,"docs":{"162":{"tf":1.0},"266":{"tf":1.4142135623730951}},"q":{"df":2,"docs":{"162":{"tf":1.0},"267":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":112,"docs":{"163":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{",":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}},"_":{"1":{",":{".":{".":{".":{",":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"166":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}},"i":{"6":{"4":{"df":2,"docs":{"268":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"291":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"120":{"tf":2.0},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"291":{"tf":5.0},"292":{"tf":4.47213595499958},"293":{"tf":1.4142135623730951},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":2.0},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":2.23606797749979},"311":{"tf":2.0},"4":{"tf":1.4142135623730951},"67":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"120":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":1.0},"44":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"=":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"+":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"242":{"tf":1.0},"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"256":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":5,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.0},"67":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"53":{"tf":5.291502622129181},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.23606797749979},"11":{"tf":3.1622776601683795},"114":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":2.449489742783178},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":2.23606797749979},"29":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"34":{"tf":2.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.23606797749979},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"5":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":1.0},"53":{"tf":2.8284271247461903},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"57":{"tf":3.605551275463989},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":3.1622776601683795},"7":{"tf":3.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":3.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"13":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"162":{"tf":1.4142135623730951},"269":{"tf":2.23606797749979},"270":{"tf":2.23606797749979},"56":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"107":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":2.0},"16":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"162":{"tf":1.0},"269":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}},"df":38,"docs":{"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":2.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":2.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.4142135623730951},"310":{"tf":3.0},"311":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":2.8284271247461903},"67":{"tf":4.123105625617661},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"o":{"df":2,"docs":{"162":{"tf":1.0},"270":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":26,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"146":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":31,"docs":{"132":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"295":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}}},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"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":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"[":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"0":{"b":{"1":{"1":{"1":{"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"284":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"284":{"tf":1.0},"53":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"284":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":2.0},"24":{"tf":2.0},"25":{"tf":2.0},"34":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":1,"docs":{"111":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"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":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"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":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":3.4641016151377544},"115":{"tf":2.23606797749979},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":2.449489742783178},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"14":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.23606797749979},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":2.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},"226":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":2.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.7320508075688772},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":3.605551275463989},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":4.69041575982343},"83":{"tf":7.416198487095663},"85":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":3.4641016151377544},"94":{"tf":3.0},"95":{"tf":2.6457513110645907},"96":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":8,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"93":{"tf":2.8284271247461903},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":3,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":8,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{",":{"1":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":2.449489742783178},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"310":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":16,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":2.6457513110645907},"13":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":36,"docs":{"10":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.23606797749979},"24":{"tf":2.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"260":{"tf":2.449489742783178},"261":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":4.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"53":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"167":{"tf":1.0},"198":{"tf":1.0}}}}},"r":{"df":2,"docs":{"287":{"tf":1.0},"291":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"292":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}},"g":{"a":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":4.0},"293":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":2.0},"296":{"tf":2.23606797749979},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":2.23606797749979},"301":{"tf":2.449489742783178},"302":{"tf":2.23606797749979},"303":{"tf":1.7320508075688772},"304":{"tf":2.0},"305":{"tf":2.449489742783178},"306":{"tf":1.7320508075688772},"307":{"tf":2.449489742783178},"308":{"tf":2.23606797749979},"309":{"tf":1.7320508075688772},"310":{"tf":2.6457513110645907},"311":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":5,"docs":{"11":{"tf":4.123105625617661},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":2.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":61,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":3,"docs":{"281":{"tf":1.0},"57":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":19,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}},"x":{"df":0,"docs":{},"o":{"df":15,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"155":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"0":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"1":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"2":{"df":1,"docs":{"257":{"tf":1.0}}},"3":{"df":1,"docs":{"257":{"tf":1.0}}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"226":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"d":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"14":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":2.23606797749979},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"61":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":86,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.6457513110645907},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":2.23606797749979},"230":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":5.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":2.6457513110645907},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"]":{"[":{"1":{"df":1,"docs":{"68":{"tf":1.0}}},"2":{"5":{"5":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.0},"123":{"tf":2.0},"133":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"df":5,"docs":{"283":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":4,"docs":{"281":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.23606797749979}},"e":{"c":{"!":{"[":{"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"134":{"tf":1.0},"144":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"115":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":17,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.6457513110645907},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":18,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":2.8284271247461903},"114":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"290":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"83":{"tf":2.0}}}}}}}},"i":{"a":{"df":2,"docs":{"11":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":61,"docs":{"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":22,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"226":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"281":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"61":{"tf":1.0}}}},"w":{"^":{"df":0,"docs":{},"x":{"df":1,"docs":{"161":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"y":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"155":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"208":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":3,"docs":{"162":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"206":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"210":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0}}}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"67":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"150":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":16,"docs":{"11":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"234":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"209":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"199":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"205":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"203":{"tf":1.4142135623730951}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"201":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"151":{"tf":1.0},"287":{"tf":1.0},"72":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":2.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"49":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"160":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"200":{"tf":1.0},"212":{"tf":2.0},"213":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"162":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":1,"docs":{"202":{"tf":1.0}},"x":{"df":1,"docs":{"204":{"tf":1.0}}}}}}},"y":{"df":7,"docs":{"123":{"tf":1.7320508075688772},"163":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"z":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"10":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.4142135623730951}}},"df":4,"docs":{"298":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":6,"docs":{"297":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"123":{"tf":2.0}}},"1":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":71,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.6457513110645907},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"133":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":3.872983346207417},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}},"u":{"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"x":{"0":{"0":{"*":{"*":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":6,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"2":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0}}},"2":{"df":2,"docs":{"120":{"tf":1.0},"124":{"tf":1.0}}},"3":{"df":1,"docs":{"124":{"tf":1.0}}},"4":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"2":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"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":{}},"5":{"1":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"283":{"tf":1.0}}},"2":{"df":1,"docs":{"283":{"tf":1.0}}},"3":{"df":1,"docs":{"283":{"tf":1.0}}},"4":{"df":1,"docs":{"283":{"tf":1.0}}},"5":{"df":1,"docs":{"283":{"tf":1.0}}},"6":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":114,"docs":{"108":{"tf":1.0},"150":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":1,"docs":{"284":{"tf":1.0}}}},"1":{"df":3,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"66":{"tf":1.0}}},"2":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}},"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"0":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"150":{"tf":1.0}}},"6":{"df":1,"docs":{"150":{"tf":1.0}}},"7":{"df":1,"docs":{"150":{"tf":1.0}}},"8":{"df":1,"docs":{"150":{"tf":1.0}}},"9":{"df":1,"docs":{"150":{"tf":1.0}}},"a":{"df":1,"docs":{"150":{"tf":1.0}}},"b":{"df":1,"docs":{"150":{"tf":1.0}}},"c":{"3":{"6":{"c":{"b":{"9":{"c":{"b":{"7":{"6":{"6":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"6":{"0":{"4":{"2":{"2":{"d":{"b":{"2":{"4":{"3":{"c":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"6":{"d":{"3":{"4":{"2":{"9":{"4":{"9":{"d":{"a":{"3":{"c":{"6":{"4":{"a":{"3":{"c":{"6":{"a":{"c":{"5":{"6":{"4":{"9":{"4":{"1":{"df":0,"docs":{},"f":{"8":{"4":{"b":{"6":{"df":0,"docs":{},"f":{"0":{"6":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{"150":{"tf":1.0}}},"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"f":{"df":1,"docs":{"150":{"tf":1.0}}}},"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"1":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{".":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"1":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"7":{"df":0,"docs":{},"f":{"2":{"9":{"a":{"b":{"c":{"c":{"df":2,"docs":{"103":{"tf":1.0},"104":{"tf":1.0}}},"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":{"9":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"d":{"1":{"2":{"1":{"a":{"6":{"d":{"5":{"a":{"df":0,"docs":{},"f":{"c":{"8":{"1":{"3":{"5":{"8":{"2":{"1":{"a":{"c":{"b":{"3":{"9":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"6":{"0":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"0":{"5":{"9":{"0":{"9":{"1":{"9":{"2":{"6":{"6":{"d":{"6":{"2":{"0":{"b":{"df":0,"docs":{},"f":{"c":{"7":{"b":{"9":{"b":{"6":{"df":0,"docs":{},"f":{"2":{"4":{"d":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"2":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"c":{"df":1,"docs":{"284":{"tf":1.0}}},"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"1":{"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{".":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"2":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"284":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"9":{"df":1,"docs":{"284":{"tf":1.0}}},"a":{"df":1,"docs":{"284":{"tf":1.0}}},"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"2":{"8":{"df":0,"docs":{},"f":{"5":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"3":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"5":{"df":1,"docs":{"284":{"tf":1.0}}},"6":{"df":1,"docs":{"284":{"tf":1.0}}},"7":{"df":1,"docs":{"284":{"tf":1.0}}},"8":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{".":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"3":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"7":{"1":{"0":{"1":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"2":{"c":{"2":{"df":0,"docs":{},"e":{"3":{"a":{"9":{"5":{"a":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"0":{"5":{"1":{"3":{"9":{"1":{"5":{"0":{"0":{"1":{"7":{"c":{"9":{"df":0,"docs":{},"e":{"3":{"8":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"2":{"8":{"0":{"4":{"3":{"2":{"d":{"5":{"4":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"3":{"4":{"5":{"d":{"6":{"c":{"df":0,"docs":{},"e":{"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"5":{"6":{"c":{"6":{"c":{"6":{"df":0,"docs":{},"f":{"2":{"c":{"2":{"0":{"5":{"7":{"6":{"df":0,"docs":{},"f":{"7":{"2":{"6":{"c":{"6":{"4":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"1":{"df":1,"docs":{"284":{"tf":1.0}}},"2":{"df":1,"docs":{"284":{"tf":1.0}}},"3":{"df":1,"docs":{"284":{"tf":1.0}}},"4":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"d":{"b":{"8":{"b":{"a":{"c":{"7":{"1":{"0":{"c":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"5":{"1":{"4":{"9":{"a":{"c":{"6":{"0":{"6":{"4":{"2":{"2":{"2":{"9":{"2":{"2":{"df":0,"docs":{},"e":{"a":{"a":{"2":{"2":{"6":{"5":{"2":{"6":{"b":{"0":{"d":{"8":{"5":{"3":{"df":0,"docs":{},"e":{"7":{"8":{"7":{"1":{"df":0,"docs":{},"e":{"2":{"8":{"c":{"3":{"6":{"8":{"df":0,"docs":{},"f":{"6":{"a":{"df":0,"docs":{},"f":{"b":{"c":{"df":0,"docs":{},"f":{"d":{"6":{"0":{"a":{"6":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"6":{"df":0,"docs":{},"e":{"6":{"1":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"c":{"5":{"a":{"c":{"4":{"7":{"1":{"b":{"4":{"7":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"9":{"8":{"7":{"a":{"d":{"a":{"4":{"3":{"9":{"df":0,"docs":{},"f":{"c":{"0":{"8":{"5":{"c":{"df":0,"docs":{},"f":{"a":{"3":{"c":{"4":{"9":{"4":{"1":{"6":{"c":{"df":0,"docs":{},"f":{"2":{"b":{"5":{"0":{"4":{"a":{"c":{"5":{"0":{"1":{"5":{"1":{"df":0,"docs":{},"e":{"3":{"c":{"2":{"3":{"3":{"5":{"d":{"6":{"0":{"5":{"9":{"5":{"c":{"b":{"9":{"0":{"7":{"4":{"5":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"8":{"b":{"7":{"8":{"8":{"9":{"4":{"df":0,"docs":{},"e":{"4":{"9":{"3":{"c":{"9":{"8":{"a":{"1":{"9":{"6":{"a":{"a":{"5":{"1":{"b":{"4":{"3":{"2":{"b":{"6":{"7":{"4":{"df":0,"docs":{},"e":{"4":{"8":{"1":{"3":{"2":{"5":{"3":{"2":{"5":{"7":{"df":0,"docs":{},"e":{"d":{"9":{"3":{"3":{"1":{"0":{"5":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"8":{"d":{"6":{"8":{"1":{"3":{"b":{"3":{"a":{"a":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0}},"e":{"3":{"b":{"0":{"c":{"4":{"4":{"2":{"9":{"8":{"df":0,"docs":{},"f":{"c":{"1":{"c":{"1":{"4":{"9":{"a":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"f":{"4":{"c":{"8":{"9":{"9":{"6":{"df":0,"docs":{},"f":{"b":{"9":{"2":{"4":{"2":{"7":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"df":0,"docs":{},"e":{"4":{"6":{"4":{"9":{"b":{"9":{"3":{"4":{"c":{"a":{"4":{"9":{"5":{"9":{"9":{"1":{"b":{"7":{"8":{"5":{"2":{"b":{"8":{"5":{"5":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"8":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"4":{"7":{"1":{"0":{"1":{"6":{"2":{"c":{"2":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"1":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}}},"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":{"81":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{".":{"1":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"292":{"tf":1.0},"299":{"tf":1.7320508075688772}}},"8":{"df":0,"docs":{},"f":{"7":{"3":{"1":{"df":0,"docs":{},"f":{"2":{"4":{"1":{"4":{"df":0,"docs":{},"e":{"3":{"3":{"a":{"df":0,"docs":{},"e":{"5":{"7":{"df":0,"docs":{},"e":{"5":{"8":{"4":{"d":{"c":{"2":{"6":{"b":{"d":{"2":{"7":{"6":{"d":{"b":{"0":{"7":{"8":{"7":{"4":{"4":{"3":{"6":{"b":{"2":{"2":{"6":{"4":{"c":{"a":{"6":{"df":0,"docs":{},"e":{"5":{"2":{"0":{"c":{"6":{"5":{"8":{"1":{"8":{"5":{"c":{"6":{"b":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"292":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"1":{"df":1,"docs":{"8":{"tf":1.0}}},"2":{"8":{"9":{"6":{"6":{"7":{"8":{"1":{"2":{"8":{"3":{"1":{"3":{"0":{"6":{"8":{"7":{"8":{"0":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"208":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772}}},"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}},"5":{".":{".":{"2":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"6":{"df":0,"docs":{},"e":{"6":{"df":0,"docs":{},"f":{"4":{"4":{"c":{"1":{"d":{"6":{"2":{"9":{"1":{"c":{"d":{"df":0,"docs":{},"f":{"4":{"6":{"3":{"9":{"5":{"a":{"8":{"df":0,"docs":{},"e":{"5":{"7":{"3":{"2":{"7":{"6":{"a":{"4":{"df":0,"docs":{},"f":{"a":{"7":{"9":{"df":0,"docs":{},"e":{"8":{"a":{"c":{"df":0,"docs":{},"e":{"3":{"df":0,"docs":{},"f":{"c":{"8":{"9":{"1":{"df":0,"docs":{},"e":{"0":{"9":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"3":{"2":{"d":{"1":{"b":{"0":{"a":{"0":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{".":{"4":{"0":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"8":{"3":{"2":{"2":{"8":{"9":{"8":{"4":{"3":{"6":{"6":{"4":{"5":{"1":{"8":{"9":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"150":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"204":{"tf":2.0},"206":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"8":{"0":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"4":{"4":{"6":{"7":{"4":{"4":{"0":{"7":{"3":{"7":{"0":{"9":{"5":{"5":{"1":{"6":{"1":{"3":{"df":3,"docs":{"101":{"tf":1.0},"102":{"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":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"1":{"df":2,"docs":{"100":{"tf":1.0},"103":{"tf":1.0}}},"2":{"df":2,"docs":{"100":{"tf":1.0},"105":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.0},"163":{"tf":1.0}}},"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"219":{"tf":1.0}}},"df":0,"docs":{}}},"df":77,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":2.0},"251":{"tf":1.0},"256":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"292":{"tf":2.0},"294":{"tf":1.4142135623730951},"300":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"303":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"*":{"*":{"2":{"6":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"1":{"df":1,"docs":{"66":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"2":{"5":{"df":2,"docs":{"302":{"tf":1.7320508075688772},"310":{"tf":1.0}}},"df":0,"docs":{}},"3":{"0":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"/":{"0":{"7":{"/":{"1":{"1":{"df":1,"docs":{"290":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"6":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"c":{"a":{"4":{"9":{"1":{"7":{"df":0,"docs":{},"e":{"9":{"9":{"d":{"a":{"9":{"9":{"a":{"6":{"1":{"d":{"df":0,"docs":{},"e":{"9":{"3":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"f":{"8":{"8":{"c":{"4":{"0":{"0":{"d":{"4":{"c":{"0":{"8":{"2":{"9":{"9":{"1":{"c":{"b":{"9":{"5":{"7":{"7":{"9":{"df":0,"docs":{},"e":{"4":{"4":{"4":{"d":{"4":{"3":{"d":{"d":{"1":{"3":{"df":0,"docs":{},"e":{"8":{"8":{"4":{"9":{"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":3,"docs":{"150":{"tf":1.0},"163":{"tf":1.0},"266":{"tf":1.4142135623730951}}},"5":{".":{".":{"3":{"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":36,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"162":{"tf":3.0},"199":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"^":{"6":{"4":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"{":{"5":{"3":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"120":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"162":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"256":{"tf":1.7320508075688772},"27":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"311":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"e":{"3":{"8":{"df":0,"docs":{},"e":{"7":{"7":{"b":{"2":{"2":{"c":{"3":{"1":{"4":{"a":{"4":{"4":{"9":{"df":0,"docs":{},"e":{"9":{"1":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"d":{"9":{"2":{"a":{"4":{"3":{"8":{"2":{"6":{"a":{"c":{"6":{"a":{"a":{"4":{"0":{"3":{"a":{"df":0,"docs":{},"e":{"6":{"a":{"8":{"a":{"c":{"b":{"6":{"c":{"df":0,"docs":{},"f":{"5":{"8":{"2":{"3":{"9":{"df":0,"docs":{},"f":{"b":{"a":{"df":0,"docs":{},"f":{"5":{"d":{"df":4,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"2":{"]":{")":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"]":{"[":{"0":{"df":2,"docs":{"264":{"tf":1.0},"266":{"tf":1.0}}},"8":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":63,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"205":{"tf":2.0},"207":{"tf":2.23606797749979},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"247":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"250":{"tf":3.0},"251":{"tf":3.7416573867739413},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":2.8284271247461903},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"259":{"tf":2.6457513110645907},"262":{"tf":3.0},"263":{"tf":2.449489742783178},"264":{"tf":1.0},"265":{"tf":3.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.8284271247461903},"269":{"tf":3.605551275463989},"270":{"tf":3.4641016151377544},"272":{"tf":2.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"291":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"7":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"8":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}},"9":{"2":{"d":{"5":{"8":{"c":{"6":{"9":{"4":{"d":{"2":{"d":{"9":{"1":{"df":0,"docs":{},"f":{"3":{"0":{"2":{"5":{"df":0,"docs":{},"f":{"2":{"b":{"c":{"c":{"df":0,"docs":{},"f":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"f":{"2":{"a":{"1":{"0":{"5":{"9":{"3":{"6":{"df":0,"docs":{},"f":{"5":{"d":{"a":{"8":{"8":{"1":{"b":{"0":{"8":{"9":{"9":{"1":{"8":{"5":{"d":{"4":{"9":{"df":0,"docs":{},"f":{"2":{"6":{"4":{"5":{"2":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"6":{"a":{"7":{"c":{"b":{"4":{"d":{"df":0,"docs":{},"f":{"b":{"1":{"b":{"4":{"6":{"df":0,"docs":{},"f":{"0":{"3":{"d":{"0":{"4":{"4":{"2":{"6":{"5":{"d":{"df":0,"docs":{},"f":{"6":{"a":{"4":{"9":{"1":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"1":{"0":{"3":{"4":{"1":{"2":{"1":{"b":{"c":{"1":{"0":{"7":{"1":{"a":{"3":{"4":{"d":{"d":{"c":{"df":0,"docs":{},"e":{"9":{"b":{"b":{"1":{"4":{"b":{"df":3,"docs":{"294":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"d":{"d":{"5":{"c":{"1":{"7":{"6":{"8":{"d":{"d":{"7":{"8":{"6":{"9":{"6":{"6":{"3":{"d":{"c":{"2":{"df":0,"docs":{},"f":{"8":{"6":{"8":{"df":0,"docs":{},"e":{"a":{"8":{"a":{"8":{"c":{"df":0,"docs":{},"e":{"6":{"8":{"b":{"d":{"6":{"0":{"6":{"4":{"2":{"4":{"4":{"d":{"b":{"c":{"4":{"2":{"8":{"6":{"df":0,"docs":{},"e":{"2":{"c":{"9":{"2":{"1":{"c":{"8":{"c":{"df":0,"docs":{},"e":{"9":{"6":{"2":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":1.0},"292":{"tf":1.0},"296":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.7320508075688772}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{".":{"1":{".":{"3":{"df":1,"docs":{"68":{"tf":1.0}}},"6":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{".":{"6":{"4":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"95":{"tf":1.0}}},";":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":7,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":42,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":2.0},"127":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"291":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":2.0}},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"310":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"f":{"d":{"a":{"d":{"c":{"3":{"7":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"5":{"6":{"9":{"df":0,"docs":{},"e":{"2":{"8":{"1":{"a":{"6":{"2":{"2":{"2":{"8":{"1":{"a":{"df":0,"docs":{},"f":{"7":{"df":0,"docs":{},"e":{"c":{"0":{"5":{"5":{"df":0,"docs":{},"f":{"8":{"0":{"9":{"8":{"c":{"4":{"0":{"b":{"c":{"5":{"6":{"6":{"1":{"1":{"8":{"c":{"b":{"b":{"4":{"8":{"c":{"a":{"5":{"df":0,"docs":{},"f":{"d":{"2":{"8":{"b":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"2":{"2":{"9":{"5":{"df":0,"docs":{},"e":{"4":{"2":{"d":{"8":{"d":{"df":0,"docs":{},"e":{"2":{"5":{"0":{"5":{"df":0,"docs":{},"f":{"d":{"c":{"0":{"c":{"c":{"8":{"2":{"5":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"d":{"4":{"1":{"9":{"c":{"b":{"c":{"df":0,"docs":{},"f":{"5":{"4":{"0":{"d":{"8":{"b":{"3":{"0":{"c":{"7":{"c":{"4":{"b":{"9":{"c":{"9":{"b":{"9":{"4":{"c":{"2":{"6":{"8":{"b":{"7":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"171":{"tf":1.0},"191":{"tf":1.0}}},"df":11,"docs":{"122":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"292":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"308":{"tf":2.0},"309":{"tf":1.0},"311":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"6":{"1":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}},"2":{"5":{"5":{"3":{"1":{"5":{"4":{"2":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"8":{"3":{"4":{"d":{"d":{"1":{"2":{"7":{"df":0,"docs":{},"e":{"7":{"7":{"1":{"1":{"0":{"1":{"a":{"c":{"1":{"0":{"1":{"4":{"1":{"1":{"1":{"7":{"1":{"8":{"4":{"5":{"1":{"b":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"9":{"9":{"6":{"d":{"9":{"7":{"a":{"b":{"df":0,"docs":{},"e":{"7":{"0":{"0":{"c":{"6":{"6":{"a":{"5":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"240":{"tf":1.0},"242":{"tf":1.0}}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"83":{"tf":1.0}}}}},"df":28,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"275":{"tf":2.8284271247461903},"276":{"tf":2.8284271247461903},"277":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"69":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"4":{"4":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"6":{"5":{"6":{"c":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"6":{"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"7":{"9":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"7":{"c":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"1":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"f":{"5":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"a":{"c":{"d":{"1":{"2":{"8":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"b":{"5":{"df":0,"docs":{},"f":{"0":{"b":{"df":0,"docs":{},"f":{"2":{"b":{"d":{"df":0,"docs":{},"e":{"a":{"5":{"3":{"3":{"a":{"5":{"1":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"0":{"c":{"9":{"a":{"a":{"b":{"df":0,"docs":{},"e":{"9":{"2":{"3":{"6":{"d":{"3":{"3":{"5":{"9":{"8":{"9":{"df":0,"docs":{},"f":{"3":{"b":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"311":{"tf":1.4142135623730951},"69":{"tf":1.0},"8":{"tf":1.0}},"e":{"6":{"6":{"4":{"3":{"3":{"2":{"5":{"0":{"4":{"2":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"f":{"c":{"7":{"6":{"6":{"2":{"6":{"c":{"0":{"4":{"3":{"b":{"9":{"7":{"0":{"6":{"2":{"a":{"df":0,"docs":{},"f":{"5":{"1":{"c":{"7":{"df":0,"docs":{},"e":{"9":{"df":0,"docs":{},"f":{"c":{"5":{"6":{"6":{"6":{"5":{"df":0,"docs":{},"f":{"1":{"2":{"b":{"4":{"7":{"9":{"0":{"3":{"4":{"b":{"c":{"df":0,"docs":{},"e":{"3":{"2":{"6":{"df":2,"docs":{"302":{"tf":1.0},"310":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"*":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"2":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"f":{"7":{"4":{"7":{"d":{"4":{"5":{"5":{"a":{"5":{"5":{"df":0,"docs":{},"e":{"2":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"4":{"a":{"0":{"3":{"5":{"3":{"6":{"df":0,"docs":{},"f":{"c":{"4":{"3":{"df":0,"docs":{},"f":{"1":{"df":0,"docs":{},"f":{"5":{"5":{"d":{"4":{"3":{"b":{"8":{"5":{"5":{"df":0,"docs":{},"e":{"7":{"2":{"c":{"0":{"1":{"1":{"0":{"c":{"9":{"8":{"6":{"7":{"0":{"7":{"a":{"2":{"3":{"df":0,"docs":{},"e":{"4":{"d":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"8":{"7":{"7":{"df":0,"docs":{},"f":{"6":{"df":0,"docs":{},"e":{"9":{"8":{"2":{"7":{"4":{"b":{"9":{"df":0,"docs":{},"e":{"4":{"7":{"2":{"1":{"d":{"b":{"6":{"8":{"b":{"4":{"c":{"0":{"b":{"d":{"b":{"9":{"df":0,"docs":{},"e":{"5":{"2":{"b":{"8":{"df":0,"docs":{},"e":{"9":{"5":{"7":{"2":{"c":{"5":{"b":{"d":{"7":{"8":{"1":{"1":{"c":{"0":{"7":{"a":{"4":{"1":{"c":{"df":0,"docs":{},"e":{"d":{"8":{"8":{"2":{"c":{"7":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"0":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"2":{"c":{"a":{"9":{"c":{"a":{"0":{"a":{"df":0,"docs":{},"f":{"c":{"b":{"3":{"2":{"1":{"7":{"a":{"df":0,"docs":{},"f":{"8":{"b":{"c":{"d":{"5":{"a":{"6":{"7":{"3":{"df":0,"docs":{},"e":{"7":{"9":{"8":{"b":{"d":{"6":{"df":0,"docs":{},"f":{"d":{"1":{"d":{"df":0,"docs":{},"f":{"a":{"c":{"a":{"d":{"1":{"7":{"7":{"1":{"1":{"df":0,"docs":{},"e":{"8":{"8":{"3":{"df":0,"docs":{},"f":{"4":{"9":{"4":{"c":{"b":{"df":1,"docs":{"295":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":46,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":2.0},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":2.0},"245":{"tf":2.449489742783178},"251":{"tf":2.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"9":{"df":2,"docs":{"311":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"_":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":2.0}}},"a":{"[":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{";":{"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"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.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":2.23606797749979},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":3.1622776601683795},"84":{"tf":1.4142135623730951},"85":{"tf":2.23606797749979},"86":{"tf":2.23606797749979},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"126":{"tf":1.0},"153":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"50":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":3.0},"77":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"124":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"162":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":2.449489742783178},"169":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"53":{"tf":3.4641016151377544}},"i":{"df":2,"docs":{"162":{"tf":1.0},"169":{"tf":1.7320508075688772}},"t":{"df":14,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"164":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"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":{}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"13":{"tf":1.0},"150":{"tf":2.449489742783178},"166":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":5.385164807134504},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"df":4,"docs":{"111":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"166":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"159":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"281":{"tf":1.0},"300":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"291":{"tf":1.0},"72":{"tf":1.0}}}}}}},"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":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"291":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":15,"docs":{"110":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"162":{"tf":1.0},"228":{"tf":2.0},"53":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"132":{"tf":1.0},"153":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":2,"docs":{"162":{"tf":1.0},"228":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":4,"docs":{"162":{"tf":1.0},"167":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":27,"docs":{"10":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.23606797749979},"26":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"43":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.0},"59":{"tf":2.0},"61":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":2.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":2,"docs":{"170":{"tf":1.0},"171":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"175":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":73,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"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},"145":{"tf":1.0},"146":{"tf":1.0},"287":{"tf":1.4142135623730951},"57":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.0},"79":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":2.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},"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.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":3,"docs":{"57":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"115":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"305":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":8,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"g":{"1":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"112":{"tf":1.0}}},"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":1,"docs":{"85":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":30,"docs":{"111":{"tf":2.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"198":{"tf":1.0},"281":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.8284271247461903},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"56":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"122":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.0},"83":{"tf":3.872983346207417},"89":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"153":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":34,"docs":{"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":2.23606797749979},"259":{"tf":2.23606797749979},"26":{"tf":1.0},"262":{"tf":2.0},"269":{"tf":2.23606797749979},"270":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.449489742783178},"53":{"tf":2.0},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":3,"docs":{"53":{"tf":4.69041575982343},"56":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"291":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"83":{"tf":2.23606797749979},"84":{"tf":2.23606797749979},"93":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.0},"3":{"tf":1.4142135623730951}}}}},"o":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"251":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"301":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":17,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":1.4142135623730951},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"c":{")":{"%":{"d":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"+":{"c":{")":{"%":{"d":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"6":{"df":10,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"3":{"4":{"6":{"d":{"9":{"c":{"a":{"6":{"6":{"c":{"df":0,"docs":{},"e":{"c":{"a":{"6":{"1":{"9":{"5":{"1":{"a":{"2":{"7":{"d":{"b":{"a":{"2":{"9":{"7":{"7":{"b":{"2":{"a":{"8":{"2":{"b":{"8":{"a":{"a":{"8":{"6":{"0":{"0":{"6":{"7":{"0":{"6":{"0":{"4":{"df":0,"docs":{},"f":{"2":{"8":{"6":{"a":{"1":{"3":{"9":{"3":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"0":{"df":0,"docs":{},"f":{"4":{"4":{"df":0,"docs":{},"f":{"a":{"5":{"9":{"6":{"5":{"c":{"2":{"4":{"7":{"4":{"a":{"3":{"b":{"4":{"7":{"1":{"4":{"6":{"7":{"a":{"2":{"2":{"c":{"4":{"3":{"1":{"8":{"5":{"1":{"5":{"2":{"1":{"2":{"9":{"2":{"9":{"5":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"8":{"b":{"0":{"2":{"2":{"a":{"df":0,"docs":{},"e":{"5":{"0":{"b":{"5":{"0":{"9":{"0":{"3":{"df":3,"docs":{"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"b":{";":{"c":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"1":{"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"b":{"*":{"c":{"df":1,"docs":{"203":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{",":{"1":{"6":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"1":{"6":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"]":{"=":{"(":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"3":{"2":{"]":{";":{"d":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"d":{",":{"3":{"2":{"]":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"]":{"=":{"(":{"b":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"162":{"tf":1.7320508075688772},"220":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"224":{"tf":1.7320508075688772},"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":19,"docs":{"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":2.6457513110645907},"270":{"tf":2.449489742783178},"29":{"tf":1.7320508075688772},"47":{"tf":1.0},"53":{"tf":2.23606797749979},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":9,"docs":{"25":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0}}},"m":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"u":{"6":{"4":{"df":1,"docs":{"82":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":3,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"291":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":33,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"179":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":3.0},"57":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544},"9":{"tf":1.4142135623730951}}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}},"z":{"(":{"a":{"df":3,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":18,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"22":{"tf":1.0},"226":{"tf":1.0},"25":{"tf":1.4142135623730951},"260":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.0},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"154":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"150":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"49":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"96":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"310":{"tf":1.0},"37":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"248":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"249":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}},"m":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":81,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.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},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"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.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":{}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":50,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.449489742783178},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"115":{"tf":2.8284271247461903},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":2.449489742783178},"162":{"tf":3.7416573867739413},"163":{"tf":2.6457513110645907},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.7320508075688772},"200":{"tf":2.8284271247461903},"201":{"tf":2.23606797749979},"202":{"tf":2.449489742783178},"203":{"tf":2.0},"204":{"tf":2.449489742783178},"205":{"tf":2.0},"206":{"tf":2.0},"207":{"tf":2.0},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.449489742783178},"69":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"17":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"170":{"tf":1.0},"171":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"d":{"d":{"df":2,"docs":{"162":{"tf":1.0},"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"13":{"tf":2.23606797749979},"162":{"tf":2.0},"256":{"tf":2.23606797749979},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"273":{"tf":2.23606797749979},"35":{"tf":1.0},"37":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"73":{"tf":2.6457513110645907},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":2.23606797749979},"11":{"tf":3.0},"162":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":2.449489742783178},"252":{"tf":1.0},"268":{"tf":1.7320508075688772},"287":{"tf":2.0},"34":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.0},"61":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":3.3166247903554},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"248":{"tf":1.0},"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"0":{"tf":1.0}}},"l":{"df":13,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":2.0},"95":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"256":{"tf":1.0}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"291":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"272":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":2.0},"162":{"tf":1.4142135623730951},"250":{"tf":2.449489742783178},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":36,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"25":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":2.23606797749979},"269":{"tf":2.0},"270":{"tf":2.0},"28":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{"]":{"[":{"6":{"4":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":3.0},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"16":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":106,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":2.0},"244":{"tf":1.7320508075688772},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"3":{"2":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"[":{"3":{"2":{"df":2,"docs":{"76":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":11,"docs":{"10":{"tf":1.0},"12":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":2.449489742783178},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":49,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"157":{"tf":2.449489742783178},"158":{"tf":3.7416573867739413},"160":{"tf":2.0},"162":{"tf":2.6457513110645907},"166":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"246":{"tf":1.0},"251":{"tf":3.7416573867739413},"256":{"tf":1.0},"260":{"tf":2.0},"281":{"tf":2.23606797749979},"283":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"e":{"df":1,"docs":{"99":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"283":{"tf":1.0}}},"df":4,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"96":{"tf":1.0}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"44":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"a":{"c":{"df":1,"docs":{"124":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"116":{"tf":1.0},"123":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"291":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"252":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"253":{"tf":1.7320508075688772}}}},"df":10,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"187":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"70":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}}}},"f":{"df":2,"docs":{"162":{"tf":1.0},"231":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"162":{"tf":1.0},"229":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"230":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.7320508075688772}}}}},"g":{"a":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"226":{"tf":2.0},"251":{"tf":1.4142135623730951},"260":{"tf":2.0}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"283":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"256":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":37,"docs":{"160":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":53,"docs":{"162":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":17,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":2.449489742783178},"254":{"tf":2.0},"255":{"tf":1.7320508075688772},"256":{"tf":2.6457513110645907},"291":{"tf":1.0},"53":{"tf":1.4142135623730951},"84":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":2,"docs":{"158":{"tf":1.0},"256":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"252":{"tf":2.0},"61":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"df":25,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"27":{"tf":1.0},"270":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"45":{"tf":1.0},"57":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"150":{"tf":1.0},"287":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"134":{"tf":1.0},"291":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":8,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"239":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"291":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"285":{"tf":1.0},"68":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"s":{"df":2,"docs":{"111":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"150":{"tf":1.0},"57":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":28,"docs":{"1":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"254":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"256":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"291":{"tf":1.4142135623730951},"57":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"83":{"tf":2.449489742783178},"85":{"tf":2.449489742783178},"93":{"tf":3.0},"94":{"tf":2.0},"95":{"tf":2.6457513110645907}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"287":{"tf":2.449489742783178},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"68":{"tf":1.0},"72":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"i":{"d":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"158":{"tf":1.0},"291":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"250":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"108":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"266":{"tf":1.0},"53":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"154":{"tf":2.449489742783178},"157":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"226":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"251":{"tf":2.449489742783178},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":3.1622776601683795},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"283":{"tf":2.23606797749979},"57":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"11":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"149":{"tf":1.0},"256":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"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":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":67,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"164":{"tf":1.0},"166":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":2.23606797749979},"25":{"tf":1.7320508075688772},"250":{"tf":2.0},"251":{"tf":3.3166247903554},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.7320508075688772},"269":{"tf":3.1622776601683795},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.7320508075688772},"9":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":5,"docs":{"25":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"283":{"tf":1.0}}},"t":{"df":1,"docs":{"281":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"256":{"tf":1.0},"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.4142135623730951},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"291":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.7320508075688772}}}}},"df":3,"docs":{"156":{"tf":1.0},"53":{"tf":4.358898943540674},"57":{"tf":3.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"198":{"tf":1.4142135623730951},"284":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"291":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":15,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"254":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951}}}}},"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":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":12,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.0},"274":{"tf":1.4142135623730951},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":3,"docs":{"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"162":{"tf":1.0},"255":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":40,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"150":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.4142135623730951},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}},"e":{"2":{"5":{"5":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"a":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"t":{"a":{"df":58,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"14":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.6457513110645907},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"300":{"tf":1.4142135623730951},"301":{"tf":2.0},"302":{"tf":3.0},"303":{"tf":1.7320508075688772},"304":{"tf":2.23606797749979},"305":{"tf":2.6457513110645907},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"33":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"9":{"7":{"1":{"7":{"4":{"c":{"8":{"0":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"e":{"5":{"a":{"a":{"3":{"a":{"3":{"1":{"c":{"6":{"1":{"b":{"0":{"5":{"df":0,"docs":{},"e":{"2":{"7":{"9":{"c":{"1":{"4":{"9":{"5":{"c":{"8":{"a":{"0":{"7":{"b":{"2":{"a":{"0":{"8":{"b":{"c":{"a":{"5":{"d":{"b":{"c":{"9":{"df":0,"docs":{},"f":{"b":{"9":{"7":{"7":{"4":{"df":0,"docs":{},"f":{"9":{"4":{"5":{"7":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.4142135623730951},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":15,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"82":{"tf":3.3166247903554},"83":{"tf":4.358898943540674},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":9,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"281":{"tf":1.0},"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"67":{"tf":3.4641016151377544}}}}}},"df":3,"docs":{"53":{"tf":3.7416573867739413},"54":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"1":{"tf":1.0},"11":{"tf":2.0},"115":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"2":{"tf":1.0},"254":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.0},"57":{"tf":1.0},"82":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"292":{"tf":2.6457513110645907},"293":{"tf":1.0},"305":{"tf":2.0},"306":{"tf":2.23606797749979},"307":{"tf":2.23606797749979},"308":{"tf":2.23606797749979},"309":{"tf":2.0},"310":{"tf":2.6457513110645907},"311":{"tf":2.0}}}},"t":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":23,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"262":{"tf":1.0},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":172,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"15":{"tf":1.0},"7":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"291":{"tf":1.0},"66":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"1":{"tf":1.0},"291":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"256":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"301":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":2.0},"72":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"118":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"172":{"tf":1.7320508075688772}},"i":{"d":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"167":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"187":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":2.0}}},"df":2,"docs":{"162":{"tf":1.0},"173":{"tf":1.7320508075688772}},"s":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"148":{"tf":1.0},"152":{"tf":1.0},"291":{"tf":2.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"155":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":4,"docs":{"124":{"tf":1.0},"167":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"9":{"1":{"2":{"df":0,"docs":{},"e":{"9":{"7":{"a":{"b":{"c":{"6":{"7":{"7":{"0":{"7":{"b":{"2":{"df":0,"docs":{},"e":{"6":{"0":{"2":{"7":{"3":{"3":{"8":{"2":{"9":{"2":{"9":{"4":{"3":{"b":{"5":{"3":{"d":{"0":{"1":{"a":{"7":{"df":0,"docs":{},"f":{"b":{"d":{"7":{"b":{"2":{"4":{"4":{"6":{"7":{"4":{"1":{"2":{"8":{"c":{"7":{"df":0,"docs":{},"e":{"4":{"6":{"8":{"d":{"d":{"6":{"9":{"6":{"df":2,"docs":{"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":41,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":3.7416573867739413},"86":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"c":{"a":{"2":{"a":{"0":{"4":{"0":{"c":{"df":0,"docs":{},"e":{"9":{"5":{"df":0,"docs":{},"f":{"c":{"1":{"9":{"b":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"7":{"5":{"b":{"a":{"c":{"5":{"3":{"0":{"d":{"0":{"5":{"2":{"4":{"8":{"4":{"d":{"0":{"b":{"1":{"a":{"4":{"9":{"2":{"6":{"7":{"a":{"2":{"df":0,"docs":{},"e":{"b":{"0":{"7":{"a":{"7":{"a":{"1":{"b":{"0":{"0":{"c":{"3":{"8":{"9":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":2,"docs":{"162":{"tf":1.0},"281":{"tf":2.0}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":3,"docs":{"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"275":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"k":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"1":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"1":{"9":{"df":2,"docs":{"162":{"tf":1.0},"277":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"69":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":4,"docs":{"162":{"tf":1.0},"277":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"133":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"166":{"tf":2.449489742783178},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"17":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"49":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"52":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":16,"docs":{"153":{"tf":1.4142135623730951},"292":{"tf":1.7320508075688772},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":2.8284271247461903},"305":{"tf":2.8284271247461903},"306":{"tf":1.7320508075688772},"307":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"8":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"df":0,"docs":{},"t":{"_":{"1":{"df":1,"docs":{"125":{"tf":1.0}}},"2":{")":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":142,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":3.1622776601683795},"112":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":3.1622776601683795},"121":{"tf":2.6457513110645907},"122":{"tf":3.3166247903554},"123":{"tf":2.6457513110645907},"124":{"tf":2.8284271247461903},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":2.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.6457513110645907},"163":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"44":{"tf":1.0},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772}},"e":{"(":{"a":{"df":1,"docs":{"131":{"tf":1.0}}},"b":{"df":1,"docs":{"131":{"tf":1.0}}},"c":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"133":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"116":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"291":{"tf":1.0},"45":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"158":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"164":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":3.1622776601683795},"133":{"tf":2.23606797749979},"14":{"tf":1.0},"143":{"tf":3.1622776601683795},"146":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"q":{"df":3,"docs":{"162":{"tf":1.0},"174":{"tf":1.7320508075688772},"198":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"162":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"24":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"272":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"291":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":53,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"281":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.23606797749979},"24":{"tf":1.0},"26":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"159":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0}},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"162":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":2.6457513110645907},"77":{"tf":1.0},"78":{"tf":2.6457513110645907}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.0},"25":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":2.449489742783178},"85":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"61":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"226":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":37,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"161":{"tf":2.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"250":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"292":{"tf":1.0},"309":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"t":{"df":3,"docs":{"108":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":20,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.7320508075688772},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":2,"docs":{"162":{"tf":1.0},"176":{"tf":1.7320508075688772}},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"21":{"tf":2.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"154":{"tf":1.7320508075688772},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":2.0},"283":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"283":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"11":{"tf":1.0},"155":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":10,"docs":{"117":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":2.0}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":3.0},"57":{"tf":4.358898943540674},"61":{"tf":2.0}}},"w":{"df":1,"docs":{"166":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"1":{"df":1,"docs":{"122":{"tf":2.0}}},"2":{"df":1,"docs":{"122":{"tf":2.0}}},"df":0,"docs":{}},"df":25,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":2.449489742783178},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"83":{"tf":1.0}}},"l":{"df":4,"docs":{"251":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"155":{"tf":1.0},"256":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"291":{"tf":1.0},"63":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":22,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"t":{"df":4,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"297":{"tf":1.0},"308":{"tf":1.7320508075688772},"309":{"tf":1.0}}}},"x":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.0},"284":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"251":{"tf":1.0},"282":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"214":{"tf":1.4142135623730951}}}}},"n":{"df":12,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":3.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":40,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"226":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"260":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":3.4641016151377544},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"o":{"(":{"a":{"df":5,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"82":{"tf":2.6457513110645907},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":60,"docs":{"1":{"tf":2.23606797749979},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"268":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.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}}}},"df":4,"docs":{"291":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"97":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"198":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"251":{"tf":3.0},"260":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":15,"docs":{"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.449489742783178}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"283":{"tf":1.0}}},"df":14,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":3.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"256":{"tf":1.0},"260":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"[":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":20,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"152":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"121":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":143,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"11":{"tf":2.0},"110":{"tf":2.8284271247461903},"111":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"281":{"tf":2.23606797749979},"291":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"84":{"tf":2.23606797749979},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":3,"docs":{"10":{"tf":1.0},"262":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0}}}}}}},"g":{"a":{"df":23,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":2.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"226":{"tf":2.0},"24":{"tf":1.0},"251":{"tf":2.6457513110645907},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"53":{"tf":4.58257569495584},"56":{"tf":1.0},"57":{"tf":3.7416573867739413},"6":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"57":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"10":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":2.0},"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"0":{"tf":1.0},"111":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.449489742783178},"83":{"tf":3.0},"84":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"g":{"a":{"df":7,"docs":{"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"226":{"tf":1.0},"260":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}},"n":{"df":21,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"293":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"283":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"283":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"283":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"283":{"tf":1.7320508075688772}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":2,"docs":{"68":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":1,"docs":{"48":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"162":{"tf":1.0},"177":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"177":{"tf":1.7320508075688772},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}},"f":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"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":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"284":{"tf":1.0}}}}},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"162":{"tf":1.0},"284":{"tf":1.7320508075688772}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"291":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"(":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"1":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}},"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":{"(":{"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"t":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"261":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"3":{"2":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}}}}}}},"df":50,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":2.0},"25":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"287":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":3.0},"67":{"tf":3.0},"79":{"tf":1.0},"83":{"tf":3.4641016151377544}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"164":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"249":{"tf":1.4142135623730951},"287":{"tf":2.8284271247461903},"46":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":2.6457513110645907},"75":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"p":{"df":7,"docs":{"124":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"228":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":11,"docs":{"162":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"268":{"tf":2.23606797749979},"287":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"72":{"tf":1.0},"78":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"7":{"tf":2.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"115":{"tf":1.0},"122":{"tf":1.0}}},"df":13,"docs":{"109":{"tf":1.0},"153":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"x":{"a":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":14,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"116":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":10,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"13":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"p":{"df":13,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":29,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.7320508075688772},"266":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"d":{"df":82,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"13":{"tf":1.7320508075688772},"135":{"tf":2.6457513110645907},"136":{"tf":2.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},"145":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"247":{"tf":2.449489742783178},"25":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":3.4641016151377544},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":3.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":3.4641016151377544},"270":{"tf":2.6457513110645907},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"49":{"tf":2.6457513110645907},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"59":{"tf":2.0},"7":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":4.358898943540674},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"115":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"7":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":26,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":2.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},"6":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"284":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":44,"docs":{"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"230":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.0},"234":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":3.1622776601683795},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"245":{"tf":2.23606797749979},"256":{"tf":3.605551275463989},"283":{"tf":2.6457513110645907},"284":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"i":{"df":36,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":4.47213595499958},"163":{"tf":2.449489742783178},"169":{"tf":2.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"213":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"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":4,"docs":{"132":{"tf":2.23606797749979},"133":{"tf":1.7320508075688772},"288":{"tf":1.0},"291":{"tf":2.6457513110645907}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"72":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.7320508075688772},"57":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":5,"docs":{"11":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"251":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"256":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"283":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"c":{"df":8,"docs":{"163":{"tf":2.0},"26":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"50":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"0":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"1":{"df":2,"docs":{"202":{"tf":1.4142135623730951},"203":{"tf":1.0}}},"?":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{",":{"1":{"6":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"1":{"6":{"df":2,"docs":{"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{":":{"$":{"df":0,"docs":{},"r":{"c":{";":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{",":{"3":{"2":{"df":2,"docs":{"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"153":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"198":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"67":{"tf":1.0},"76":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":2.449489742783178},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"2":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":2.6457513110645907},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"7":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"155":{"tf":1.0},"25":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"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":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"52":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"54":{"tf":1.4142135623730951}}}}}},"2":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"5":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":56,"docs":{"11":{"tf":2.8284271247461903},"12":{"tf":2.449489742783178},"13":{"tf":2.6457513110645907},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"23":{"tf":2.23606797749979},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"301":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"49":{"tf":2.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":3.0},"72":{"tf":1.0},"8":{"tf":2.449489742783178},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"25":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"122":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"29":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"167":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":141,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":3.1622776601683795},"163":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":3.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":2.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":2.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"53":{"tf":4.47213595499958},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":38,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":3.7416573867739413},"163":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"45":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"158":{"tf":1.0}},"f":{"a":{"c":{"df":69,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"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},"145":{"tf":1.0},"146":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"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":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"292":{"tf":1.0},"310":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":25,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"66":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"163":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"a":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"53":{"tf":3.7416573867739413},"57":{"tf":2.8284271247461903},"61":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"155":{"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},"29":{"tf":1.0},"30":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"310":{"tf":1.0}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"189":{"tf":1.4142135623730951},"200":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"157":{"tf":1.0},"264":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"129":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"216":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"162":{"tf":1.0},"220":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"215":{"tf":1.7320508075688772}},"f":{"df":2,"docs":{"162":{"tf":1.0},"221":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"162":{"tf":1.0},"224":{"tf":1.7320508075688772}}},"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.7320508075688772}},"f":{"df":2,"docs":{"162":{"tf":1.0},"225":{"tf":1.7320508075688772}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"218":{"tf":1.7320508075688772}}}},"z":{"b":{"df":2,"docs":{"162":{"tf":1.0},"222":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"df":2,"docs":{"162":{"tf":1.0},"223":{"tf":1.7320508075688772}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"219":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":21,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"70":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":4.123105625617661},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":13,"docs":{"11":{"tf":1.0},"162":{"tf":3.3166247903554},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"219":{"tf":2.0},"220":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772}}}}}},"k":{"2":{"5":{"6":{"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.0},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.0},"309":{"tf":2.0},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"67":{"tf":1.4142135623730951}},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"2":{"5":{"6":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"278":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"y":{"df":32,"docs":{"150":{"tf":1.4142135623730951},"163":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":2.23606797749979},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":2.23606797749979},"306":{"tf":2.0},"307":{"tf":2.449489742783178},"308":{"tf":2.6457513110645907},"309":{"tf":2.449489742783178},"310":{"tf":3.4641016151377544},"311":{"tf":2.0},"38":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":2.8284271247461903},"68":{"tf":2.23606797749979},"69":{"tf":2.0},"70":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"22":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}}}},"l":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"1":{"df":7,"docs":{"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"158":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"207":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"290":{"tf":1.0},"308":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"308":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"158":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"b":{"df":2,"docs":{"162":{"tf":1.0},"233":{"tf":1.7320508075688772}}},"d":{"c":{"df":4,"docs":{"155":{"tf":1.0},"162":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"124":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}},"df":0,"docs":{},"f":{"'":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":22,"docs":{"294":{"tf":1.4142135623730951},"295":{"tf":2.0},"296":{"tf":2.449489742783178},"297":{"tf":3.1622776601683795},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.0},"301":{"tf":2.449489742783178},"302":{"tf":2.449489742783178},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"305":{"tf":2.0},"306":{"tf":1.7320508075688772},"307":{"tf":2.23606797749979},"308":{"tf":1.7320508075688772},"309":{"tf":1.7320508075688772},"310":{"tf":3.0},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"66":{"tf":3.4641016151377544},"67":{"tf":3.7416573867739413}}},"v":{"df":3,"docs":{"29":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":2.449489742783178}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":2.0},"162":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"200":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"n":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":24,"docs":{"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":2.0},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"24":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":2.0},"262":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"198":{"tf":1.0},"202":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"291":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.7320508075688772},"165":{"tf":1.0},"57":{"tf":1.7320508075688772},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":26,"docs":{"11":{"tf":2.0},"111":{"tf":1.7320508075688772},"12":{"tf":2.0},"13":{"tf":2.0},"164":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"284":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":3.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"162":{"tf":2.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"253":{"tf":1.0},"256":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"2":{"(":{"0":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"198":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"179":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}}},"d":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"103":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"136":{"tf":1.0},"162":{"tf":1.0},"258":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}}},"df":9,"docs":{"100":{"tf":2.0},"136":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":2.0},"8":{"tf":1.0},"83":{"tf":2.0},"95":{"tf":2.23606797749979},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951}}},"d":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"291":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"w":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"61":{"tf":1.0},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"t":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.7320508075688772},"198":{"tf":1.0}},"e":{"df":1,"docs":{"198":{"tf":1.0}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"234":{"tf":1.7320508075688772}}},"z":{"c":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"198":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"155":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"283":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"155":{"tf":1.0},"256":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"162":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":2.0}}}}},"x":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":3,"docs":{"57":{"tf":2.0},"7":{"tf":1.0},"77":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"153":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"s":{"*":{"(":{"3":{"2":{"+":{"8":{"df":1,"docs":{"153":{"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":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"6":{"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"9":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"22":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.0},"6":{"tf":3.605551275463989},"67":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"235":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"236":{"tf":1.7320508075688772}}}},"p":{"df":2,"docs":{"162":{"tf":1.0},"237":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"238":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"116":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"262":{"tf":2.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951}}}},"r":{"a":{"df":36,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"260":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}},"b":{",":{"1":{"6":{"]":{";":{"c":{"df":3,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"]":{";":{"c":{"df":3,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"109":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"259":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0}}},"c":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"258":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"d":{"df":1,"docs":{"270":{"tf":2.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"256":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"262":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"251":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}},"d":{"df":1,"docs":{"270":{"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":{},"v":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":61,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"126":{"tf":1.0},"150":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"237":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":5.477225575051661},"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"q":{"df":2,"docs":{"162":{"tf":1.0},"239":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":44,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"150":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"254":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.449489742783178},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":2.449489742783178},"67":{"tf":3.872983346207417},"72":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":26,"docs":{"109":{"tf":1.7320508075688772},"149":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":2.449489742783178},"262":{"tf":3.1622776601683795},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":2.6457513110645907},"83":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"s":{"df":2,"docs":{"149":{"tf":1.0},"262":{"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":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"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":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"49":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":7,"docs":{"126":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"283":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"86":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":2.449489742783178},"95":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"198":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"b":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":2.0}}}},"g":{"a":{"df":1,"docs":{"57":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":2.6457513110645907}}}}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"10":{"tf":1.0},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"10":{"tf":2.23606797749979},"101":{"tf":2.0},"162":{"tf":1.4142135623730951},"259":{"tf":2.449489742783178},"53":{"tf":1.0},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"250":{"tf":1.0}}}},"s":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"187":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"179":{"tf":1.7320508075688772}}}}},"o":{"d":{"df":3,"docs":{"162":{"tf":1.0},"180":{"tf":1.7320508075688772},"68":{"tf":1.0}},"e":{"df":6,"docs":{"155":{"tf":1.4142135623730951},"198":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"181":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":7,"docs":{"250":{"tf":1.0},"251":{"tf":1.0},"259":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"162":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":6,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"u":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"155":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"85":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"162":{"tf":1.7320508075688772},"182":{"tf":2.23606797749979},"183":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"i":{"df":2,"docs":{"162":{"tf":1.0},"183":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.0},"184":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"186":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"150":{"tf":1.0},"162":{"tf":1.4142135623730951},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"256":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":10,"docs":{"162":{"tf":2.6457513110645907},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"210":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":1,"docs":{"69":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"(":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{")":{"df":0,"docs":{},"}":{",":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}},"u":{"6":{"4":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":1,"docs":{"112":{"tf":1.0}}},"w":{"df":1,"docs":{"94":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"143":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"<":{"[":{"b":{"2":{"5":{"6":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"2":{"5":{"6":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"145":{"tf":1.0}}},"u":{"6":{"4":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"144":{"tf":2.0},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":2.6457513110645907}},"e":{":":{":":{"df":0,"docs":{},"x":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"4":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"z":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":72,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"85":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"93":{"tf":3.7416573867739413},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"291":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"129":{"tf":1.0},"291":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"281":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"198":{"tf":1.0}},"e":{"d":{"df":11,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"158":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"285":{"tf":2.23606797749979},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"3":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"187":{"tf":1.0},"84":{"tf":1.0}}}}},"w":{"df":9,"docs":{"11":{"tf":2.0},"12":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"259":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.7320508075688772},"67":{"tf":2.0}}}},"df":3,"docs":{"12":{"tf":1.4142135623730951},"66":{"tf":4.0},"67":{"tf":4.47213595499958}}}},"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"109":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":13,"docs":{"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"292":{"tf":1.0},"309":{"tf":1.4142135623730951},"40":{"tf":1.0},"67":{"tf":2.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"263":{"tf":1.0},"84":{"tf":1.4142135623730951}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"188":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":136,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"w":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.0},"12":{"tf":2.6457513110645907},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"165":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"6":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.4142135623730951},"9":{"tf":2.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":2.0},"70":{"tf":1.0},"83":{"tf":3.4641016151377544},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"d":{"d":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"11":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"163":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"9":{"tf":1.7320508075688772},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}},"p":{"(":{"b":{",":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"136":{"tf":1.0},"150":{"tf":1.0},"163":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"200":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"df":125,"docs":{"150":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"188":{"tf":2.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":2.8284271247461903},"201":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"293":{"tf":1.0},"310":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"143":{"tf":1.0},"18":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"153":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.0},"191":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"126":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"301":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":5,"docs":{"10":{"tf":1.0},"124":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"284":{"tf":1.0},"40":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"291":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"(":{"df":3,"docs":{"251":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"32":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"df":5,"docs":{"10":{"tf":1.4142135623730951},"261":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":63,"docs":{"11":{"tf":2.449489742783178},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":2.23606797749979},"270":{"tf":2.23606797749979},"28":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":2.449489742783178},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":2.0},"310":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"9":{"tf":3.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"262":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"49":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"270":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"261":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"12":{"tf":1.0},"287":{"tf":1.0},"57":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":64,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"161":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"301":{"tf":1.7320508075688772}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":30,"docs":{"147":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}}}}}}}}}},"p":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"d":{"df":19,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.0},"163":{"tf":1.7320508075688772}}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":115,"docs":{"151":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.6457513110645907},"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"m":{"1":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":23,"docs":{"11":{"tf":1.7320508075688772},"111":{"tf":1.0},"120":{"tf":1.4142135623730951},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"24":{"tf":1.0},"251":{"tf":2.0},"26":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"72":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":2.23606797749979},"91":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"283":{"tf":1.4142135623730951},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":7,"docs":{"11":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"200":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":36,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"123":{"tf":1.0},"155":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"22":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"c":{"df":39,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"150":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":8,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":38,"docs":{"167":{"tf":1.0},"188":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}}},"k":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":3,"docs":{"259":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"a":{"df":4,"docs":{"285":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"150":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"124":{"tf":2.0},"150":{"tf":2.449489742783178},"250":{"tf":1.0},"259":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":14,"docs":{"11":{"tf":2.0},"12":{"tf":2.0},"13":{"tf":2.0},"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"284":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":4,"docs":{"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"162":{"tf":1.4142135623730951},"226":{"tf":1.7320508075688772},"242":{"tf":2.0},"243":{"tf":2.0},"260":{"tf":1.7320508075688772}},"h":{"df":3,"docs":{"162":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":1.0}}},"l":{"df":2,"docs":{"162":{"tf":1.0},"243":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"281":{"tf":1.0},"68":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"13":{"tf":1.0},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"17":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"49":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":2.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"24":{"tf":1.0},"26":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":2.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"155":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":2.0},"55":{"tf":1.0}}}}}}}}}}},"df":26,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.605551275463989},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":3.1622776601683795},"28":{"tf":1.0},"283":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"291":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"309":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"226":{"tf":1.0},"251":{"tf":1.0},"260":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.0}},"s":{"df":4,"docs":{"12":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"1":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"46":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"57":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"57":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"d":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":1,"docs":{"122":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"53":{"tf":2.0},"57":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":17,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"291":{"tf":1.7320508075688772},"300":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"57":{"tf":2.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}},"t":{"df":2,"docs":{"11":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":6,"docs":{"12":{"tf":2.0},"286":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.4142135623730951},"66":{"tf":3.0},"67":{"tf":2.8284271247461903}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"70":{"tf":1.0},"83":{"tf":3.3166247903554},"96":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":36,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"285":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"d":{"df":9,"docs":{"148":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":20,"docs":{"291":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"h":{"df":3,"docs":{"162":{"tf":1.0},"240":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"162":{"tf":1.0},"241":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"291":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"62":{"tf":1.4142135623730951},"68":{"tf":2.23606797749979},"69":{"tf":2.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"11":{"tf":2.0},"14":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"240":{"tf":2.0},"241":{"tf":2.0},"251":{"tf":1.0}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"v":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"a":{"df":110,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":2.0},"171":{"tf":2.0},"172":{"tf":2.23606797749979},"173":{"tf":2.23606797749979},"174":{"tf":2.0},"175":{"tf":2.23606797749979},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"179":{"tf":2.449489742783178},"180":{"tf":2.23606797749979},"181":{"tf":2.23606797749979},"182":{"tf":2.0},"183":{"tf":2.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"189":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"213":{"tf":2.0},"215":{"tf":2.0},"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":2.23606797749979},"222":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":2.0},"225":{"tf":2.0},"226":{"tf":2.449489742783178},"228":{"tf":2.23606797749979},"229":{"tf":2.23606797749979},"231":{"tf":2.23606797749979},"233":{"tf":2.0},"234":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"244":{"tf":2.0},"245":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"250":{"tf":2.449489742783178},"251":{"tf":2.0},"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.23606797749979},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"260":{"tf":2.23606797749979},"261":{"tf":2.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":2.0},"269":{"tf":2.0},"270":{"tf":2.0},"272":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"281":{"tf":2.23606797749979},"282":{"tf":2.0},"283":{"tf":2.449489742783178},"284":{"tf":2.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":40,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"57":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"13":{"tf":1.0},"284":{"tf":1.0}}}},"b":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":4,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"[":{"7":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":94,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"217":{"tf":2.0},"218":{"tf":2.0},"222":{"tf":2.23606797749979},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":2.23606797749979},"237":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":2.0},"247":{"tf":2.0},"249":{"tf":1.4142135623730951},"250":{"tf":2.6457513110645907},"251":{"tf":3.1622776601683795},"253":{"tf":2.0},"254":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":2.0},"257":{"tf":2.0},"258":{"tf":2.0},"259":{"tf":2.6457513110645907},"260":{"tf":3.0},"262":{"tf":1.7320508075688772},"263":{"tf":2.0},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":2.0},"267":{"tf":2.0},"268":{"tf":2.0},"269":{"tf":3.1622776601683795},"270":{"tf":2.23606797749979},"272":{"tf":2.0},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.0},"279":{"tf":2.0},"281":{"tf":1.7320508075688772},"284":{"tf":2.0},"83":{"tf":1.0}}},"c":{";":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"266":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"109":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772},"172":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":2.23606797749979},"180":{"tf":2.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"192":{"tf":1.7320508075688772},"194":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.7320508075688772},"202":{"tf":2.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"217":{"tf":2.0},"224":{"tf":2.23606797749979},"225":{"tf":2.23606797749979},"237":{"tf":3.0},"239":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":2.0},"253":{"tf":2.0},"256":{"tf":3.3166247903554},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"262":{"tf":2.8284271247461903},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"269":{"tf":2.0},"270":{"tf":3.1622776601683795},"273":{"tf":2.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"184":{"tf":1.0}}}}},"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"251":{"tf":2.0},"253":{"tf":2.8284271247461903},"257":{"tf":2.0},"258":{"tf":2.6457513110645907},"262":{"tf":3.0},"265":{"tf":2.6457513110645907},"267":{"tf":2.23606797749979},"270":{"tf":2.0},"273":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"281":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951}},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":16,"docs":{"159":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"166":{"tf":2.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":2.0},"265":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.0},"283":{"tf":1.0},"49":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"277":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"156":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.23606797749979},"226":{"tf":2.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.0},"96":{"tf":3.1622776601683795},"97":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":13,"docs":{"164":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"257":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"226":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":4,"docs":{"164":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"df":5,"docs":{"150":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"166":{"tf":1.0},"26":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"126":{"tf":1.0},"291":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0}}}}},"g":{"df":1,"docs":{"158":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":86,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"150":{"tf":2.6457513110645907},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":2.23606797749979},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.8284271247461903},"241":{"tf":2.8284271247461903},"242":{"tf":2.8284271247461903},"243":{"tf":2.8284271247461903},"247":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"255":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"57":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"310":{"tf":1.0}}}}}}}}}},"y":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"1":{"tf":1.4142135623730951},"46":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":7,"docs":{"162":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.0}}},"df":13,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"226":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"304":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"292":{"tf":1.0},"300":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"150":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"137":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":3.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"284":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"156":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":59,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.4142135623730951},"155":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"187":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"226":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}}}}}},"t":{"d":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"260":{"tf":1.7320508075688772}}},"df":4,"docs":{"150":{"tf":1.0},"162":{"tf":1.0},"226":{"tf":2.23606797749979},"260":{"tf":1.4142135623730951}},"l":{"df":3,"docs":{"150":{"tf":1.0},"226":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"104":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":35,"docs":{"15":{"tf":1.0},"150":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"226":{"tf":2.6457513110645907},"24":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":2.6457513110645907},"261":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"291":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":4.47213595499958},"54":{"tf":2.0},"57":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"7":{"tf":1.0}}},"t":{"(":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"105":{"tf":2.0},"156":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"261":{"tf":2.23606797749979},"59":{"tf":1.4142135623730951},"8":{"tf":1.0},"96":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"57":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"c":{"df":3,"docs":{"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"h":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.7320508075688772},"200":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":3.0},"145":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"254":{"tf":2.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":2.449489742783178},"292":{"tf":1.7320508075688772},"293":{"tf":2.23606797749979},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":1.7320508075688772},"302":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"304":{"tf":2.8284271247461903},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":2.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":2.0},"311":{"tf":2.0},"32":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"67":{"tf":3.4641016151377544},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"78":{"tf":2.0},"8":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"198":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":20,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":2.0},"73":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":4,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"246":{"tf":1.0},"261":{"tf":1.7320508075688772}}}}}},"s":{"2":{"5":{"6":{"df":4,"docs":{"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{">":{",":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{">":{",":{".":{".":{".":{">":{"(":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":11,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.4142135623730951},"150":{"tf":1.0},"261":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}}}}},"b":{"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"244":{"tf":1.7320508075688772}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"291":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.23606797749979},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"57":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"96":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"108":{"tf":2.0},"26":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"263":{"tf":1.7320508075688772}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"97":{"tf":1.0}}}},"df":12,"docs":{"132":{"tf":1.0},"293":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"c":{"df":1,"docs":{"68":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"120":{"tf":1.0},"132":{"tf":1.0},"158":{"tf":1.0},"251":{"tf":1.4142135623730951},"301":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"2":{"5":{"1":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"k":{"1":{".":{"df":0,"docs":{},"n":{"/":{"/":{"2":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":2,"docs":{"275":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":2,"docs":{"162":{"tf":1.0},"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"287":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"200":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":2,"docs":{"153":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":2,"docs":{"11":{"tf":1.0},"126":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"n":{"d":{"df":8,"docs":{"162":{"tf":1.0},"166":{"tf":1.0},"262":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"11":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":1.7320508075688772},"43":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":7,"docs":{"26":{"tf":1.0},"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.7320508075688772},"263":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"49":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"56":{"tf":1.0},"7":{"tf":2.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"_":{"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":{"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0}}}},"t":{"df":163,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"162":{"tf":2.8284271247461903},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.23606797749979},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":2.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.6457513110645907},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.23606797749979},"283":{"tf":2.0},"284":{"tf":1.7320508075688772},"29":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.4142135623730951},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":2.0},"7":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"0":{"df":0,"docs":{},"x":{"4":{"6":{"5":{"5":{"4":{"5":{"4":{"c":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{},"i":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{"[":{"0":{":":{"3":{"2":{"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":{}}},"t":{"df":0,"docs":{},"x":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"(":{"1":{"0":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"111":{"tf":1.0},"136":{"tf":1.4142135623730951},"67":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":6,"docs":{"162":{"tf":2.0},"192":{"tf":2.0},"193":{"tf":2.0},"194":{"tf":2.0},"195":{"tf":2.0},"200":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"200":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"200":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"66":{"tf":2.0},"67":{"tf":2.6457513110645907}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"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":35,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"120":{"tf":1.0},"125":{"tf":1.0},"162":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"276":{"tf":2.449489742783178},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"57":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.7320508075688772}}}}}},"df":13,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"281":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"159":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"56":{"tf":1.0},"85":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"67":{"tf":1.0}},"f":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":8,"docs":{"153":{"tf":1.0},"163":{"tf":1.0},"287":{"tf":1.0},"294":{"tf":1.0},"307":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0}}}}},"x":{"df":4,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":3,"docs":{"153":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0}}}}},"df":24,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"139":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":2.0},"140":{"tf":1.7320508075688772},"291":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"162":{"tf":1.0},"192":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"193":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"263":{"tf":2.0},"264":{"tf":1.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":2.6457513110645907},"9":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":3,"docs":{"162":{"tf":1.0},"262":{"tf":1.7320508075688772},"83":{"tf":1.0}}},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"306":{"tf":1.0}}},"1":{"df":1,"docs":{"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"308":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"b":{"\"":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"\\":{"df":0,"docs":{},"x":{"0":{"0":{"df":9,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0}}},"1":{"df":3,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"307":{"tf":1.0}}},"2":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"29":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":31,"docs":{"150":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.23606797749979},"292":{"tf":1.7320508075688772},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.7320508075688772},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":2.0},"38":{"tf":1.0},"4":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":3.3166247903554},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":19,"docs":{"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":15,"docs":{"150":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":2.0},"231":{"tf":2.0},"232":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.0}},"e":{"c":{"df":6,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"156":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"2":{"tf":1.0},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"291":{"tf":3.4641016151377544},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"22":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"54":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"156":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"194":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"195":{"tf":1.7320508075688772}}}},"w":{"df":2,"docs":{"162":{"tf":1.0},"264":{"tf":1.7320508075688772}},"q":{"df":2,"docs":{"162":{"tf":1.0},"265":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"p":{"df":10,"docs":{"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"256":{"tf":2.23606797749979}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"150":{"tf":2.0},"153":{"tf":2.23606797749979},"158":{"tf":2.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.7320508075688772},"251":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":3,"docs":{"263":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0}}},"c":{"df":2,"docs":{"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":31,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":2.23606797749979},"164":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":2.0},"265":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.7320508075688772},"261":{"tf":1.0},"29":{"tf":2.0},"32":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"{":{"a":{"b":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"159":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":2.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"124":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"[":{"1":{"2":{"df":1,"docs":{"121":{"tf":1.0}}},"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"2":{"df":2,"docs":{"129":{"tf":1.0},"139":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":1,"docs":{"125":{"tf":1.0}}},"5":{"df":2,"docs":{"112":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"<":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"129":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":29,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":3.0},"104":{"tf":2.6457513110645907},"105":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.449489742783178},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"111":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":2.8284271247461903},"122":{"tf":1.0},"129":{"tf":2.23606797749979},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":2.0},"139":{"tf":2.0},"140":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"83":{"tf":3.4641016151377544},"84":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":2.8284271247461903},"123":{"tf":1.0},"132":{"tf":2.449489742783178},"144":{"tf":3.1622776601683795},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"7":{"tf":1.0},"82":{"tf":3.0},"87":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":2.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"250":{"tf":1.0},"259":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"162":{"tf":1.0},"196":{"tf":1.7320508075688772},"200":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0}},"i":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":3.7416573867739413},"53":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"12":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"150":{"tf":1.0},"162":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"200":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"155":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"_":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"288":{"tf":1.0},"291":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.0}}}},"m":{"(":{"0":{"df":0,"docs":{},"u":{"3":{"2":{"df":10,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"0":{"2":{"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"309":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"3":{"2":{"df":4,"docs":{"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"307":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"296":{"tf":1.0},"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"297":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.4142135623730951}}},"n":{"df":1,"docs":{"291":{"tf":1.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"115":{"tf":1.0},"123":{"tf":2.23606797749979},"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"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":{"291":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"291":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"110":{"tf":1.4142135623730951},"120":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"83":{"tf":1.0}}}},"df":3,"docs":{"160":{"tf":1.0},"162":{"tf":1.0},"245":{"tf":1.7320508075688772}},"w":{"df":2,"docs":{"162":{"tf":1.0},"266":{"tf":1.7320508075688772}},"q":{"df":2,"docs":{"162":{"tf":1.0},"267":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":112,"docs":{"163":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"287":{"tf":1.0},"291":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{",":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}},"_":{"1":{",":{".":{".":{".":{",":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"125":{"tf":1.0}}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"3":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"166":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}},"i":{"6":{"4":{"df":2,"docs":{"268":{"tf":1.0},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"291":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":10,"docs":{"112":{"tf":1.0},"120":{"tf":2.0},"128":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"82":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":27,"docs":{"288":{"tf":2.23606797749979},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":5.0990195135927845},"292":{"tf":4.69041575982343},"293":{"tf":2.0},"294":{"tf":2.0},"295":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":2.0},"298":{"tf":2.0},"299":{"tf":2.0},"300":{"tf":2.449489742783178},"301":{"tf":2.0},"302":{"tf":2.0},"303":{"tf":2.0},"304":{"tf":2.449489742783178},"305":{"tf":2.449489742783178},"306":{"tf":2.449489742783178},"307":{"tf":2.449489742783178},"308":{"tf":2.449489742783178},"309":{"tf":2.449489742783178},"310":{"tf":2.6457513110645907},"311":{"tf":2.449489742783178},"4":{"tf":1.7320508075688772},"67":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"187":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"123":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"48":{"tf":1.0},"67":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"(":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"120":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"268":{"tf":2.0},"287":{"tf":1.0},"44":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"268":{"tf":2.0},"287":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"p":{"=":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{";":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"+":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{")":{"*":{"8":{";":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{",":{"$":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"]":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"1":{"6":{".":{".":{"4":{"0":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{".":{"6":{"4":{"]":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"242":{"tf":1.0},"243":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"256":{"tf":1.0},"68":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"p":{"df":5,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"251":{"tf":1.0},"67":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"53":{"tf":5.291502622129181},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":65,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.6457513110645907},"11":{"tf":3.4641016151377544},"114":{"tf":1.0},"12":{"tf":2.6457513110645907},"13":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"26":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":2.449489742783178},"29":{"tf":2.23606797749979},"30":{"tf":2.23606797749979},"31":{"tf":2.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.449489742783178},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":2.6457513110645907},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":2.0},"49":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":3.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":3.0},"57":{"tf":3.7416573867739413},"58":{"tf":2.0},"59":{"tf":1.7320508075688772},"6":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":3.4641016151377544},"7":{"tf":3.4641016151377544},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":3.1622776601683795},"8":{"tf":2.0},"9":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"156":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"7":{"tf":1.7320508075688772}},"e":{".":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":9,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"162":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"270":{"tf":2.449489742783178},"56":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"[":{"$":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"107":{"tf":2.0},"8":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":2.0},"16":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"162":{"tf":1.0},"269":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"291":{"tf":1.0},"67":{"tf":1.0}}},"df":41,"docs":{"12":{"tf":1.4142135623730951},"150":{"tf":1.0},"166":{"tf":2.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"291":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":2.449489742783178},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"302":{"tf":2.0},"303":{"tf":1.4142135623730951},"304":{"tf":1.7320508075688772},"305":{"tf":2.0},"306":{"tf":2.0},"307":{"tf":2.23606797749979},"308":{"tf":2.0},"309":{"tf":1.7320508075688772},"310":{"tf":3.1622776601683795},"311":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":3.0},"67":{"tf":4.242640687119285},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"i":{"df":1,"docs":{"165":{"tf":1.0}}},"o":{"df":2,"docs":{"162":{"tf":1.0},"270":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":26,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"125":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"95":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"o":{"df":31,"docs":{"132":{"tf":1.0},"155":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"295":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}}}},"x":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"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":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.4142135623730951},"284":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"284":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"[":{"0":{"df":0,"docs":{},"x":{"0":{"0":{"]":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"0":{"b":{"1":{"1":{"1":{"1":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"284":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"284":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"284":{"tf":1.0},"53":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"$":{"df":0,"docs":{},"r":{"b":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"284":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"284":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"284":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":7,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":2.0},"24":{"tf":2.0},"25":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"y":{"1":{">":{",":{"<":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"2":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":1,"docs":{"111":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"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":{"1":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"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":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"83":{"tf":1.7320508075688772},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}}}}},"df":105,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.8284271247461903},"111":{"tf":3.4641016151377544},"115":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"137":{"tf":2.0},"14":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":2.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},"226":{"tf":2.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"260":{"tf":2.0},"261":{"tf":2.0},"262":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":2.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.7320508075688772},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":3.605551275463989},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":4.69041575982343},"83":{"tf":7.416198487095663},"85":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":3.605551275463989},"94":{"tf":3.1622776601683795},"95":{"tf":2.6457513110645907},"96":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"d":{"df":8,"docs":{"83":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":2.0},"90":{"tf":2.449489742783178},"93":{"tf":2.8284271247461903},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"2":{"8":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"5":{"6":{"df":3,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":8,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.7320508075688772},"308":{"tf":1.4142135623730951},"309":{"tf":1.0},"310":{"tf":2.449489742783178},"311":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":8,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"303":{"tf":1.0},"311":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{",":{"1":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"123":{"tf":2.23606797749979},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":8,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":2.449489742783178},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"<":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"300":{"tf":1.0},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"310":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":16,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":2.6457513110645907},"13":{"tf":2.0},"15":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":16,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"287":{"tf":1.0},"34":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":36,"docs":{"10":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.23606797749979},"24":{"tf":2.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"260":{"tf":2.449489742783178},"261":{"tf":2.23606797749979},"262":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"270":{"tf":1.7320508075688772},"28":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"6":{"tf":4.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":5,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"53":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"167":{"tf":1.0},"198":{"tf":1.0}}}}},"r":{"df":2,"docs":{"287":{"tf":1.0},"291":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"250":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"292":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":9,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"t":{"df":4,"docs":{"123":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"84":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.449489742783178},"104":{"tf":2.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"150":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"56":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"59":{"tf":1.0}},"g":{"a":{"df":3,"docs":{"56":{"tf":1.0},"57":{"tf":2.0},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"226":{"tf":1.0},"260":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":4.0},"293":{"tf":1.0},"294":{"tf":2.0},"295":{"tf":2.23606797749979},"296":{"tf":2.449489742783178},"297":{"tf":2.8284271247461903},"298":{"tf":2.0},"299":{"tf":2.0},"300":{"tf":2.449489742783178},"301":{"tf":2.6457513110645907},"302":{"tf":2.449489742783178},"303":{"tf":2.0},"304":{"tf":2.23606797749979},"305":{"tf":2.6457513110645907},"306":{"tf":2.0},"307":{"tf":2.6457513110645907},"308":{"tf":2.449489742783178},"309":{"tf":1.7320508075688772},"310":{"tf":2.8284271247461903},"311":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":5,"docs":{"11":{"tf":4.123105625617661},"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":2.23606797749979}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":2.6457513110645907},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":61,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.449489742783178},"118":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"291":{"tf":1.4142135623730951},"34":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":2.0},"69":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":3.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":3,"docs":{"281":{"tf":1.0},"57":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":19,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.7320508075688772},"311":{"tf":1.0}}},"x":{"df":0,"docs":{},"o":{"df":18,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"155":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"0":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"1":{"df":2,"docs":{"257":{"tf":1.0},"258":{"tf":1.0}}},"2":{"df":1,"docs":{"257":{"tf":1.0}}},"3":{"df":1,"docs":{"257":{"tf":1.0}}},"df":8,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"226":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"98":{"tf":1.4142135623730951}},"i":{"d":{"df":21,"docs":{"1":{"tf":1.4142135623730951},"14":{"tf":1.0},"156":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"49":{"tf":2.449489742783178},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":86,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"104":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":2.6457513110645907},"151":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":2.23606797749979},"230":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":2.0},"256":{"tf":1.0},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"266":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":5.0},"68":{"tf":2.23606797749979},"7":{"tf":1.0},"70":{"tf":2.6457513110645907},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"e":{"]":{"[":{"1":{"df":1,"docs":{"68":{"tf":1.0}}},"2":{"5":{"5":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"284":{"tf":1.0},"57":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"a":{"df":1,"docs":{"133":{"tf":1.0}}},"b":{"df":1,"docs":{"133":{"tf":1.0}}},"c":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.0},"123":{"tf":2.0},"133":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"df":5,"docs":{"283":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}}},"df":4,"docs":{"281":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":2.23606797749979}},"e":{"c":{"!":{"[":{"1":{"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"3":{"2":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"134":{"tf":1.0},"144":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},"df":4,"docs":{"115":{"tf":1.0},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"67":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":17,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.8284271247461903},"162":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":18,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"11":{"tf":2.8284271247461903},"114":{"tf":2.0},"126":{"tf":2.0},"290":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"81":{"tf":2.0},"83":{"tf":2.0}}}}}}}},"i":{"a":{"df":2,"docs":{"11":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"148":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":61,"docs":{"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":22,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"226":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"281":{"tf":2.23606797749979},"47":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"61":{"tf":1.0}}}},"w":{"^":{"df":0,"docs":{},"x":{"df":1,"docs":{"161":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}},"y":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"155":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"208":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"m":{"df":3,"docs":{"162":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":3,"docs":{"162":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"206":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":3,"docs":{"162":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"210":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"162":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0}}}}},"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"67":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"123":{"tf":1.0},"150":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"114":{"tf":1.0}}}},"t":{"df":16,"docs":{"11":{"tf":2.23606797749979},"12":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"57":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"53":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":2.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":21,"docs":{"110":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"150":{"tf":1.0},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"162":{"tf":2.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"256":{"tf":1.4142135623730951},"264":{"tf":1.7320508075688772},"266":{"tf":1.7320508075688772},"40":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"209":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"199":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"162":{"tf":1.0},"205":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"162":{"tf":1.0},"207":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"203":{"tf":1.7320508075688772}}},"m":{"df":2,"docs":{"162":{"tf":1.0},"211":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"201":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"151":{"tf":1.0},"287":{"tf":1.0},"72":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"150":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":13,"docs":{"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":2.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"270":{"tf":1.0},"281":{"tf":1.0},"49":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"160":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"301":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":16,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"163":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":2.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"200":{"tf":1.0},"212":{"tf":2.449489742783178},"213":{"tf":1.7320508075688772}},"i":{"df":2,"docs":{"162":{"tf":1.0},"213":{"tf":1.7320508075688772}}}}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":2,"docs":{"198":{"tf":1.0},"200":{"tf":1.0}},"x":{"df":1,"docs":{"202":{"tf":1.0}},"x":{"df":1,"docs":{"204":{"tf":1.0}}}}}}},"y":{"df":7,"docs":{"123":{"tf":1.7320508075688772},"163":{"tf":2.0},"275":{"tf":1.0},"276":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"82":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"z":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"$":{"df":0,"docs":{},"p":{"c":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":64,"docs":{"10":{"tf":2.0},"110":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":2.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"226":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}}},"title":{"root":{"0":{"df":1,"docs":{"114":{"tf":1.0}}},"1":{"0":{"0":{"df":1,"docs":{"299":{"tf":1.0}}},"df":2,"docs":{"298":{"tf":1.0},"308":{"tf":1.0}}},"2":{"8":{"df":7,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"73":{"tf":1.0}}},"2":{"5":{"6":{"df":9,"docs":{"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"279":{"tf":1.0},"295":{"tf":1.0},"307":{"tf":1.0}}},"3":{"2":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}},"df":1,"docs":{"296":{"tf":1.0}}},"5":{"df":2,"docs":{"297":{"tf":1.0},"308":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"i":{"df":4,"docs":{"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"291":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"159":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":2,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0}},"i":{"df":1,"docs":{"169":{"tf":1.0}},"t":{"df":2,"docs":{"208":{"tf":1.0},"209":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"167":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"72":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"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":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"247":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"247":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"135":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":14,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"l":{"d":{"d":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"b":{"df":5,"docs":{"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"37":{"tf":1.0}}},"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"272":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"250":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"233":{"tf":1.0},"244":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":1.4142135623730951},"281":{"tf":1.0},"99":{"tf":1.0}}}}},"b":{"df":1,"docs":{"252":{"tf":1.0}}},"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}},"e":{"df":1,"docs":{"229":{"tf":1.0}},"i":{"df":1,"docs":{"230":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"235":{"tf":1.0},"236":{"tf":1.0},"263":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"250":{"tf":1.0},"259":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"42":{"tf":1.0}}}},"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":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"92":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"287":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"154":{"tf":1.0},"226":{"tf":1.0},"260":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"246":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"237":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}},"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":2,"docs":{"274":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"255":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"2":{"5":{"5":{"1":{"9":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":6,"docs":{"134":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"273":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"d":{"df":5,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}},"s":{"df":2,"docs":{"204":{"tf":1.0},"205":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"281":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"1":{"9":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"s":{"a":{"df":2,"docs":{"277":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"293":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"110":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"88":{"tf":1.0}}}}},"q":{"df":1,"docs":{"174":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"174":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"75":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"112":{"tf":1.0},"146":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"161":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"309":{"tf":1.0}}}}},"p":{"df":1,"docs":{"175":{"tf":1.0}},"i":{"df":1,"docs":{"176":{"tf":1.0}},"r":{"df":1,"docs":{"21":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"176":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"256":{"tf":1.0},"281":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"45":{"tf":1.0},"57":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"151":{"tf":1.0},"282":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"5":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"158":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"162":{"tf":1.0},"2":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"281":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"187":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"283":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"177":{"tf":1.0}},"f":{"df":1,"docs":{"284":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":3,"docs":{"135":{"tf":1.0},"249":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"287":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"268":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"240":{"tf":1.0},"242":{"tf":1.0}}}}}},"i":{"d":{"df":12,"docs":{"135":{"tf":1.0},"247":{"tf":1.0},"252":{"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},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":19,"docs":{"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"153":{"tf":1.0},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"23":{"tf":1.0},"300":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"214":{"tf":1.0},"227":{"tf":1.0},"246":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"280":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":15,"docs":{"116":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"310":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"216":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"220":{"tf":1.0}}},"df":1,"docs":{"215":{"tf":1.0}},"f":{"df":1,"docs":{"221":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"224":{"tf":1.0}}},"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":1,"docs":{"225":{"tf":1.0}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"z":{"b":{"df":1,"docs":{"222":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"223":{"tf":1.0}}},"i":{"df":1,"docs":{"219":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"70":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":11,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}}},"k":{"2":{"5":{"6":{"df":1,"docs":{"278":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"c":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":4,"docs":{"301":{"tf":1.0},"309":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"233":{"tf":1.0}}},"d":{"c":{"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"193":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"o":{"a":{"d":{"df":4,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"258":{"tf":1.0}}},"df":4,"docs":{"100":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":1.0},"95":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"241":{"tf":1.0},"243":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}}},"w":{"df":1,"docs":{"234":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"179":{"tf":1.0},"184":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":1,"docs":{"236":{"tf":1.0}}}},"p":{"df":1,"docs":{"237":{"tf":1.0}},"i":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"227":{"tf":1.0},"228":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"239":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":5,"docs":{"254":{"tf":1.0},"289":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"262":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"283":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"259":{"tf":1.4142135623730951}}}},"s":{"c":{"df":2,"docs":{"200":{"tf":1.0},"201":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"179":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"180":{"tf":1.0}},"i":{"df":1,"docs":{"181":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"180":{"tf":1.0},"181":{"tf":1.0}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.4142135623730951},"183":{"tf":1.0}}},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":1,"docs":{"186":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"210":{"tf":1.0},"211":{"tf":1.0}},"i":{"df":7,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"285":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"259":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"44":{"tf":1.0}}},"df":2,"docs":{"309":{"tf":1.0},"93":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"188":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":1,"docs":{"262":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"27":{"tf":1.0},"270":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"301":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"164":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"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":{"305":{"tf":1.0}}}}}}}},"o":{"a":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"242":{"tf":1.0},"243":{"tf":1.0}},"h":{"df":1,"docs":{"242":{"tf":1.0}}},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"155":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"46":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"h":{"df":1,"docs":{"240":{"tf":1.0}}},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"240":{"tf":1.0},"241":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"163":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"165":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"275":{"tf":1.0},"276":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":6,"docs":{"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"300":{"tf":1.0}}}},"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":1,"docs":{"137":{"tf":1.0}}}}}}}}},"t":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":1,"docs":{"226":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"226":{"tf":1.0},"260":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"261":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"254":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"58":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}},"s":{"2":{"5":{"6":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"244":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"56":{"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":1,"docs":{"108":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"q":{"df":1,"docs":{"263":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"2":{"5":{"6":{"df":0,"docs":{},"k":{"1":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}},"r":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"262":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}}}}},"t":{"df":7,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"282":{"tf":1.0}}}},"h":{"a":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"231":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"111":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"292":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"255":{"tf":1.0},"272":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"140":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"192":{"tf":1.0}},"i":{"df":1,"docs":{"193":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"262":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"289":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"81":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":1,"docs":{"195":{"tf":1.0}}}},"w":{"df":1,"docs":{"264":{"tf":1.0}},"q":{"df":1,"docs":{"265":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"244":{"tf":1.0},"245":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"121":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"df":1,"docs":{"196":{"tf":1.0}},"i":{"df":1,"docs":{"197":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"123":{"tf":1.0}}}},"w":{"df":1,"docs":{"245":{"tf":1.0}},"w":{"df":1,"docs":{"266":{"tf":1.0}},"q":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"288":{"tf":1.0},"289":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"268":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"284":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"106":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"289":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0}}}},"o":{"df":1,"docs":{"270":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"125":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"90":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"115":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"41":{"tf":1.0},"52":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"155":{"tf":1.0},"277":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"290":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"m":{"df":4,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"w":{"d":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"202":{"tf":1.0}}},"m":{"df":1,"docs":{"210":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"234":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"209":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"203":{"tf":1.0}}},"m":{"df":1,"docs":{"211":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"201":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"266":{"tf":1.0},"267":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"212":{"tf":1.4142135623730951},"213":{"tf":1.0}},"i":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"219":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file